Show all post service equally listing of a label to Blogger
Label posts inwards listing to Blogger
Hello friends, this awesome flim-flam of Blogger where you lot tin demo your posts of specific label equally listing form. To produce this only re-create this code together with glue on page, postal service or sidebar of your Blog.
Snapshot of working code. |
Just supersede the yellowish color marked text from code.
Copy this code:
<script type="text/javascript">
var numposts = 100;
var standardstyling = true;
function showrecentposts(json) {
for (var i = 0; i < numposts; i++) {
var entry = json.feed.entry[i];
var posttitle = entry.title.$t;
var posturl;
if (i == json.feed.entry.length) break;
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == 'alternate') {
posturl = entry.link[k].href;
break;
}}
posttitle = posttitle.link(posturl);
if (standardstyling) document.write('<li>');
document.write(posttitle);}
if (standardstyling) document.write('</li>');
}
</script>
<ul>
<script src="http://www.vikinspire.com/feeds/posts/default/-/Label?orderby=published&alt=json-in-script&callback=showrecentposts&max-results=999"></script>
</ul>
Keywords: posts inwards listing of label, demo posts equally listing inwards Blogger, Show all postal service equally listing of a label to Blogger, Label posts equally listing shape to Blogger, Blogger Tricks, Blogger tips, blogging methods, Blogger code, blogger script.
Belum ada Komentar untuk "Show all post service equally listing of a label to Blogger"
Posting Komentar