Select Blogs: Indonesian Flag Alcosmic alrevis Alrevis

Tuesday, November 3, 2009

Top Commentators Widget for Blogger

This is a perfect widget to show our loyalty to our blog readers. This widget will show who has the most comments on our blog! So this could trigger a quality comment on our blog! Top commentators widget will also include links top commentators of our blog. And just as important this widget installation can also be practically easy!

Here are the steps to make it:
1. SIGN IN to Blogger.com.
2. After you enter the Dashboard page click on the Layout link.
3. Select Page Elements, Then click Add a gadget.
4. Next you select HTML/Java Script.
5. In the dialog box HTML/Java Script add code below to make a top commentators widget:

<script type="text/javascript">
function pipeCallback(obj) {
document.write('<ol>');
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=918c4b96efdf63fee389f2f025085904&EntertheURL=http%3A%2F%2FYourBlogAddress.blogspot.com&number=5&Nametobeexcluded=YourName" type="text/javascript"></script>
<div align="center" style="font-size:80%;";>powered by <a href="http://alrevis.blogspot.com">Alrevis</a></div>

Description:
  • Change YourBlogAddress.blogspot.com with the address of your blog!

  • Figures 5 shows how much top commenters will be displayed, change according to your desire!

  • Change YourName with your display name on the blog so that your name won't included and won't displayed in the widget top commenters!

3 comments:

  1. nice posting Bro

    keep update :)

    ReplyDelete
  2. Top commentator does great wonders into someone's blog. It makes visitors go back to see thier faces. :-)

    ReplyDelete
  3. The more I use it, the more it impresses me. Thanks guys, keep up the good work! I use blogger often.

    ReplyDelete

Let me know what you think..?