Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Most Popular Posts


Another great Blogger widget is the "Most Popular posts" widget.It displays the posts of your blog has been most visited.Remind that this widget is only for Blogger blogs and is not working on other Blog clients.


1) log on your dashboard

2) Add a Gadget

3) Html/JavaScript

4) Add this code
<script type="text/javascript">

function pipeCallback(obj) {
document.write('<ol style="text-transform: capitalize;">');
var i;
for (i = 0; i < obj.count ; i )
{
var href = "'" obj.value.items[i].link "'";
var item = "<li>" "<a href=" href ">" obj.value.items[i].title "</a> </li>";
document.write(item);
}
document.write('</ol>');
}

</script>
<script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=1a1c6e4e6d4f148e3650fda46910e15f&url=http%3A%2F%2Fwww.blocoon.blogspot.com&num=10" type="text/javascript"></script>


5) Change the red url with yours without the http://

6) Save and preview.


This post first appeared on Blogger Widgets ::blocoon::, please read the originial post: here

Share the post

Most Popular Posts

×

Subscribe to Blogger Widgets ::blocoon::

Get updates delivered right to your inbox!

Thank you for your subscription

×