Sunday, September 4, 2011

Top Commentators Widget for Blogspot Bloggers


Do you like to attract more readers and followers to your blog once again, Then choose the "Top Commentators Widget".

Here is the HTML CODE for you, Note the Red words, Copy those html codes and paste in (DashBoard> Page element > Add A Gadget > Html gadget.



<!-- 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://www.justearn2day.blogspot.com
 &ExcludedNick1=washeen
 &ExcludedNick2=wash91
 &ShowHowMany=10
 &_callback=getYpipe
 &_id=23022d7836bf2dd3c10a329feb9be26a
 &_render=json"
type="text/javascript"></script>
<span style="font-size: 80%; float:right;">Get this <a http://justearn2day.blogspot.com/2011/09/top-commentators-widget-for-blogspot.html">widget</a></span>
<!-- Top commentators widget End -->

For Red words put your details. Replace red words with your details

 YourBlogUrl=http://www.justearn2day.blogspot.com <--you blog link
 &ExcludedNick1=washeen <----------this tells do not count his comments
&ExcludedNick2=wash91,mr.washeen      <---- same here, if you need more to add put the name and comma those names wont count for the top list

Please ask any question here.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.