Random Posts Plugin for Blogger

random-posts
Random Post Widget for Blogger blogs. A simple way to display arbitrary posts from your blog's archives. The Gadget inherits styles from your Blog. This kind of widget can be useful if your blog has hundreds of posts. As you can't practically promote all the older post to your readers so this can become a passsive way to direct them to those old posts.

Features

- Fast loading.
- Simple Javascript Codes
- Easy to customize
- Support all type of Web browsers
- Mobile web browser support

How to install

1. Just copy below codes paste in HTML/Javascript widget and save.
<script charset='utf-8' type="text/javascript">
var randarray=new Array();var l=0;var flag;var numofpost=5;function randomposts(json){var total=parseInt(json.feed.openSearch$totalResults.$t,10);for(i=0;i<numofpost;){flag=0;randarray.length=numofpost;l=Math.floor(Math.random()*total);for(j in randarray){if(l==randarray[j]){flag=1}}if(flag==0&&l!=0){randarray[i++]=l}}document.write('<ul>');for(n in randarray){var p=randarray[n];var entry=json.feed.entry[p-1];for(k=0;k<entry.link.length;k++){if(entry.link[k].rel=='alternate'){var item="<li>"+"<a href="+entry.link[k].href+">"+entry.title.$t+"</a></li>";document.write(item)}}}document.write('</ul>')}</script>
<script charset='utf-8' src="/feeds/posts/summary?alt=json-in-script&start-index=1&max-results=1000&callback=randomposts"type="text/javascript">
</script>
Change Red Colored value to change number of the posts to display in your blog.

5 comments :