Education, Music, Download, Mp3, Lyric, Celebrities, Unique Articles, Interesting Articles, SEO, and Blogging Tips Trick

How to Install Top Commentators Gadget

In my Indonesian blog I have posted How to Install Top Commentators gadget on your blogger, so I will post it also here.  Here are the steps to install the gadget Top Commenters:

1. Login first to your blogger account.
2. Go to Design,  Page Elements
3. Click Add a Gadget
4. Search Gadget HTML / JavaScirpt
5. Fill in the title of "Top Commentator"
6. Copypaste code below into the content




<script type="text/javascript">
function pipeCallback(obj) {
document.write('<ul>');
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=
a55cb97ebb368bb1b89b7f6bdeb35336&url=http%3A%2F%2F
www.aris-sugianto.blogspot.com
&num=10&filter=Boy's Notes" type="text/javascript">
</script>

It will be like image bellow:

Note:
Replace the marked red letters with your blog URL and name which is not included in the list of Top 10 Commentors (usually your own name).

Hopefully useful ...
3 Komentar untuk "How to Install Top Commentators Gadget"

I guess so. nice stuff, glad I found this.

@car: thanks..:)nice to see you..

thanks for this step by steps explanation

Back To Top