How To Add Recent Comments Widget
Add Recent Comments Widget in our blog can provoke our visitors to participate in commenting on our blog. So our blog can become crowded b...
https://iskablogs.blogspot.com/2011/01/how-to-add-recent-comments-widget.html
Add Recent Comments Widget in our blog can provoke our visitors to participate in commenting on our blog. So our blog can become crowded by the comments of the visitors. To Add Recent Comments Widget into your blog you can follow the steps below.
1. Go to Design --> Page Elements --> Add Gadget
2. Choose HTML/Java Script
3. Then copy the code below, and paste in the place.
4. Now, you can save it
1. Go to Design --> Page Elements --> Add Gadget
2. Choose HTML/Java Script
3. Then copy the code below, and paste in the place.
<script style="text/javascript" src="http://www.geocities.com/oom_directory//recentcomments.txt"></script><script style="text/javascript">var numcomments = 5;var showcommentdate = true;var showposttitle = true;var numchars = 100;var standardstyling = true;</script>
<script src="http://full-tricks.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments"></script>
=> Change with your blog address<script src="http://full-tricks.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments"></script>
4. Now, you can save it