This was first made by my friend assesmyblog using yahoo pipes but was limited to show upto 5 readers . Then it was modified by amanda but couldn't show up the backlinks of the readers blog.
Then again it was modified which could show now any no of names with backlinks to there blog and works perfect. That was provided by gaurav.
Now follow an easy way to add it to your blog by just adding small bit of javascript to your blog page element.Now lets see how to install it in your blogspot.
Go To LAYOUT > Page Elements > Add a Gadget > Html/Javascript
Now add the below codes to it..
<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%2Fanshuldudeja.blogspot.com&number=10&Nametobeexcluded=Name" type="text/javascript"></script>
<noscript><a href="http://anshuldudeja.blogspot.com" target="_blank">Blogger Hacks</a></noscript>
Change the codes above with in red with name of your blog,total no of names you wanna show and Name with any name you want to exclude from the list of yours.
Now save It . And view your blog. It show up the list of the top of your blog with how many comments they have done.Isn't it very easy to add up this widget.



12 comments:
your tips are always the best. very useful as usual! I just wish all that code wouldnt be here and the things i want would automatically get done!
great blog with useful info ::)
I like it! Thanks
Great! Thanks SOO much! But it doesn't seem to catch ALL the comments. Just a few of them, or the most recent ones. Is there a way to start it from the last 1000 comments?
It catches all comments upto last 5000 comments friend :)
Thank you! I finally have a Top Commentors widget that WORKS and wasn't hard to add! :D
is there any other way to add a comment box to the blog? I'm using a template that is HTML version which doesn't support XML version.
@ i can't understand for what you are asking if asking for widget in which all your readers can come shout there comments hen it is here.
http://www.shoutmix.com/main/
good experience and skill power to have in my knowledge that centainly helps the bloggers.
Hi! I'm still trying to figure out how to use top commenters on my blogger blogs. Thanks LOL - David
thanks for this valuable information.
Hi, i'm fronBrasil and i'm webdesiger, thanks for your information your post might be very helpful for the SEO peoples. with your information anyone can get the good ranking thanks for your information.
http://backlinkspeed.com.br/crbst_3.html
Post a Comment