Hi! dear visitors here is cool gadget! this post similer to how to add
top blog authors widget. so this post explain you how to add top
commenters widget to your blog sidebar. i think you really like this
gadget! you can organize a sport on your blog using this gadget! so you
like add this top commentators eidget for your blogge, please follow the
simple steps below to do it and share this post with your friends using
social bookmarking! Thank you.
1.Log in to your dashboard--> Design- ->Page Elements
2.Click on 'Add a Gadget' on the sidebar.
3.Select 'HTML/Javascript' and add the code given below and click save.
Note : Remember to replace yourblog with your blog name.Do not include http://
You are done.
1.Log in to your dashboard--> Design- ->Page Elements
2.Click on 'Add a Gadget' on the sidebar.
3.Select 'HTML/Javascript' and add the code given below and click save.
<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 src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=2f414149ab66e0892a6a179016f93019&url=http%3A%2F%2Fyourblog.blogspot.com&num=10&filter=" type="text/javascript"></script>
Note : Remember to replace yourblog with your blog name.Do not include http://
You are done.


6:48 PM
Unknown

Posted in: 

0 comments:
Post a Comment