Adding Top Commentators widget

Top Commentor Cloud WidgetMotivate your Blog visitor by commenting your Blog.One of the way to motivate them is to create Top commenter Widget.But why to do show.Its for traffic,name &frame etc.This way is also way to increase your Visitor.

But what Top Commenters Widget?????

Top Commenters widget is the list of commenter who used to comment more in Your blog.this is the best way to appreciate it.

Steps for creating Top commenter widget.

Today we are making Top commenter widget.Thus follow as I recommend you.

  1. Go to Blogger.com(You will be In Blogger Dashboard)
  2. Click on Design or layout
  3. Click on Add A Gadget
  4. Select HTML/JAVASCRIPT
  5. Add the following code
    <!-- Top commentators widget v1 Start -->
    <script type="text/javascript">
    function getYpipe(feed) {
     document.write('<ol>');
     var i;
     for (i = 0; i < feed.count ; i++)
     {
     var href = "'" + feed.value.items[i].link + "'";
     if(feed.value.items[i].link == "")
    var item ="<li>" + feed.value.items[i].title + "</li>";
    else
    var item = "<li>" + "<a href="+ href + '" target="_blank">' + feed.value.items[i].title + "</a> </li>";
     document.write(item);
     }
     document.write('</ol>');
     }
     </script>
     <script src="http://pipes.yahoo.com/pipes/pipe.run?
     YourBlogUrl=http://bloggersinker.blogspot.com
     &ExcludedNick1=Green Sinker
     &ExcludedNick2=
     &ShowHowMany=10
     &_callback=getYpipe
     &_id=77f3485fc0dfa89e9721a49675dbea4b
     &_render=json"
    type="text/javascript"></script>
    <span style="font-size: 80%; float:right;">Get this <a href="http://bloggersinker.blogspot.com">widget</a></span>
    <!-- Top commentators widget End -->
  6. Where,
    • In Line 21 bloggersinker.blogspot is to replaced with your own
    • In line 22 Green Sinker is to be replaced with your username
    • Line 24 show many:10 to be replaced with how many number of top commenter to Be shown
  7. Credit to GreenLava for basic knowledge.
  8. You can clone a pipe from here.

Subscribe At free
Thank you for visiting FacebookSinker.blogspot.com. Please don't miss any of the updates by subscribing to our RSS feed or email updates.

No comments:

Post a Comment

 
back to top