A place to remember how to set up tools I find useful for my teaching.

Thursday, 30 October 2008
How to add "recent comments" widget in Blogger

Image and video hosting by TinyPic
Oh paradise ... I could finally find a code that would do the trick. I had tried some before to no avail. Now this one works!!!  I got it from Mad Tomato. Just copy it to the gadgets area under html, give it a title and paste your blog address to replace "your own blog". If you want to change the number of comments shown at a time, change the number "5" in the second line to one between 2-10

<script style="text/javascript" src="http://www.freewebs.com/filer/blogger/rc.js" ></script><script style="text/javascript" >var a_rc=5;var m_rc=false;var n_rc=true;var o_rc=100;</script><script src="http://yourownblog.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments" ></script><div align="center"><a href="http://www.madtomatoe.com/">↑</a> <a href="http://www.madtomatoe.com/recent-comments-widget-for-blogger/" target="_blank" title="Recent Comments Widget">Want this widget?</a><br/><br/></div>

Posted by: BertaLeiva at 23:43 | link | comments (1)
html code