Thursday, January 19, 2012

How To Add Top Commentators Widget To Blogger Blogs

Author: Gagan Masoun
How To Add Top Commentators Widget To Blogger Blogs
This tutorial will tell you How To Add Top Commentators Widget To Blogger Blogs.Blog comments are what make a blog interactive and social. The most popular blogs have a very interactive community who voice their opinions on posts frequently. It's that social aspect that makes blogs such a powerful component of the social web.

People like to feel involved. Leaving blog comments allows readers to join in on the conversation about a posts that interests them.

All Wordpress blogs almost have Top Commentators widget in Sidebar.You can also add this widget to your blogger blog sidebar very easily with the help of this tutorial. Definitely, this will increase your blog comments.Because people always want their name in top list.So, This will show top commentators.

Please Follow These Easy 3 Steps Below :  

Note :- Please Download Your Template Backup Before Any Changes.

First Step :- Login To Your Blogger Blog First > Go To Design  Tab > Page Elements Tab

Second Step :- Click on "Add a Widget" then select "HTML/Javascript" Widget.

Third Step :- Copy below Java Script code and paste inside the 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 + "'";
 if(obj.value.items[i].link == "")
var item ="<li>" + obj.value.items[i].title + "</li>";
else
var item = "<li>" + "<a href=" + href + ">" + obj.value.items[i].title + "</a> </li>";
 document.write(item);
 }
 document.write('</ol>');
 }
 </script>
<script type="text/javascript" src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=f91b5716f09d1986849eb4072486db48&
url=www.blogsdaddy.com&num=10&filter=Blogs Daddy"></script>

Top Commentators Widget Customization

1. Blog URL: Replace "www.blogsdaddy.com" with your blog URL.

2. Blog Name: Replace "Blogs Daddy" with your Name.

3. Save your HTML/Javascript widget.

2 comments:

  1. This embedded script is very complicated. But however it is needed in bloggers

    ReplyDelete
  2. Thanks for this useful tool or widget.

    ReplyDelete