I’ll give assurance that if you use this widget then you will get increased in your blog’s internal links that lets your blog to get high traffic and increase your page rank. It can installed in your blog in a minute by following my simple steps given bellow.
How to Install Random Article Widget in Blogger
- First go to Blogger > Dashboard > Layout > Add Html/Java scripts
- Give the title as you need (eg: Recommended for you)
- Copy and paste the following code given below to the content area
<style type=”text/css”>.noop-random-posts ul li {
list-style-image: url(“http://i.imgur.com/WqRWP.jpg”);
}
</style>
<div class=”noop-random-posts”><script type=”text/javascript”>
var randarray = new Array();var l=0;var flag;
var numofpost=5;function nooprandomposts(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 type=”text/javascript” src=”/feeds/posts/default?alt=json-in-script&start-index=1&max-results=1000&callback=nooprandomposts”></script></div>
- Then just click on Save and That’s it
If you have any doubts feel free to share it with us. Please leave a comment on your doubt. I hope you had enjoyed tutorial. Share your thoughts in comments…