<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=c92ac21897d8b56e61cfa85930dd89a1&url=http%3A%2F%2FBLOGNAME.blogspot.com&num=10"
type="text/javascript"></script>
Replace BLOGNAME with with default blog name to make this widget work.
comments
2 Responses to "Top Commentators widget for blogger"July 3, 2009 at 9:22 AM
Good Info
December 15, 2009 at 10:21 AM
well explaination..thanks for sharing the script.
Speak Your Mind
Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!