Show Recent Comments In Your Blog.its is a nice way to attract your visitors to comment.and Feel your commentators good.So tutorial for How To Add Recents Comments To Blogger starts below:
Login To Your Blogger Dashboard.
Go to Design->Page Elements
Click on Add A Gadget->HTML/Java Script.
paste the given code their
<script style=’text/javascript’ src=’http://sites.google.com/site/besthowtoblogger/about-me/recentcommentswidgets.js’></script>
<script style=’text/javascript’>var a_rc=5;var m_rc=true;var n_rc=true;var o_rc=100;</script><script src=’http://step2problogging.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments’></script>
Edit This Code To Match your blog
Replace the Higlighted URL with your blog Address
var a_rc=5 ( Defines number of comments to display on blogger)
var m_rc=true ( Shows comment date, if False will not display comment date)
var n_rc=true (Shows Post Title , if False will not display Post Title)
var o_rc=100 ( Shows how much summarize text you want to show for the comments, you can change it as per your requiremnts)