Read rest of the post and start giving lovely top comment links
HOw To Make this?
First you have to login blogger then open layout, new elemnts, and choose HTML/JAvascript.
Then insert this code inside 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=a55cb97ebb368bb1b89b7f6bdeb35336&url=http%3A%2F%2FBlog URL &num=10&filter=blog name" type="text/javascript"></script>
The red text is available to replace with your own text.
There many ways how to do this, but if you have some problem, please feel free to leave us a comments below.
Another blog resources