Jamie’s Process for Recent Comments.

 

I looked for the Recent Comments for blogspot and found it. I used the link below. I followed the link to the "simple widget generator" below

 

http://www.downloadsquad.com/2008/02/11/how-to-add-recent-comments-to-your-blogspot-blog/

 

and it did not work. The code in the comments...does. You Add a Gadget to your blog. Add the HTML/Javascript gadget. Paste this code in. Very Important! - change the URL to your blog! (in pink) Title it "Recent Comments" or something like that.

 

<script style="text/javascript" src="http://kunoichi.info/blogger_buster/comments.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://depressionhangoutsupport.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments"></script>

To change the number of comments listed (default 5), change the 5 (in red) below. It shows 100 characters (of the comment) by default. Change the 100 (in blue) to another character amount. Change m_rc=true to m_rc=false to remove the date. Change n_rc=true  to n_rc=false to remove which post the comment is on.

 

<script style="text/javascript" src="http://kunoichi.info/blogger_buster/comments.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://depressionhangoutsupport.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments"></script>

 

There is another way to do this. But, the post the comment is on doesn't show. I'm not sure how to put that parameter in. I may ask Alex. This way is great to just make a list of Recent Posts.

 

You Add a Gadge. Add the gadget Feed. It add content from an RSS or Atom feed to your blog. Put your blog address in for the feed. This posts tells how to do it, and some advanced options. http://www.eblogtemplates.com/setup-recent-posts-recent-comments/ 

 

For Recent Posts:

 

http://YOURSITE.blogspot.com/feeds/posts/default

 

For Recent Comments

 

http://YOURSITE.blogspot.com/feeds/comments/default

 

I used the javascript/HTML for the recent comments, and the RSS Feed for the recent posts.