Recent Comments Widget For Blogger

The Recent Comments Widget for Blogger displays the most recent comments on your blog's sidebar, showing a snippet of the last comments along with the title of the post where the comment was made. The list will be gathered in descending order (newest at the top).

This gadget is coded in JavaScript and styled with CSS but there hasn't been added too much, so that it could fit the color scheme of your Blogger template.

Parameters to be configured:
a. Number of comments: total number of comments to display
b. Date on which the comment has been published: either display or hide it
c. Posts on which a comment has been made: you can either hide the post titles or show them
d. Number of words per comment excerpt: The first "n'' words of the comment will be listed

To add the Recent Comment Widget to a Blogger blog is very easy.  Just follow the next steps below:

How To Add Recent Comments Widget to Blogger

Step 1. Log in to your Blogger Dashboard, select your blog > go to "Layout" and click the "Add a Gadget" link:


Step 2. From the pop-up window, scroll down and click on the "HTML/JavaScript" option:


Step 3. Copy and paste the below code in the HTML/JavaScript box:
<script style=text/javascript src="http://helplogger.googlecode.com/svn/trunk/recent comments widget.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://your-blog-name.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments></script><div style="font-size: 10px; float: right;">Get this <a href="http://bloggerchive.blogspot.com/2012/03/recent-comments-widget-for-blogger-blog.html" >Recent Comments Widget</a></div>
<style type="text/css">
.rcw-comments a {
    text-transform: capitalize;
}

.rcw-comments {
    border-bottom: 1px dotted;
    padding-top: 7px!important;
    padding-bottom: 7px!important;
}
</style>

Step 4. Replace http://your-blog-name.blogspot.com with your address (pay attention to not have two forward slashed at the end of it).

Other settings:
- to change the number of comments that are being displayed, replace the "5" value from a_rc=5;
- to add the date on which the comment has been made, change the "false" text from m_rc=false to "true";
- to hide the post titles, change the "true" text from n_rc=true to "false";
- to show more or less comment characters, change the "100" value from o_rc=100

Step 5. Click the "Save" button and go to see the recent comments widget on your Blogger blog!

Comments/disqusion
110 comments

  1. says:

    Cool.. may i ask you, how could i add the widget with avatars? Thanks a lot

  2. says:

    Sure, i'll make a tutorial about it. Thanks for stopping by!

  3. says:

    thanks i used this on my site.. .http://www.crazy-fail.blogspot.com :) want to link exchange?

  4. says:

    Is there a way to change the a:hover color?

  5. says:

    Add the following line after <style type=text/css>
    .rcw-comments a:hover {color: color-hex-value-here;}

  6. says:

    This is a wonderful gadget. Thank you so much for providing it! *happydance*

  7. says:

    You're welcome :)

  8. says:

    Since installing your widget a few days ago (at http://skyvington.blogspot.com), I've had two cases of a spurious link introduced into posts listed by your widget. See, for example, the link attached to the word "English" in the second paragraph of the post at http://skyvington.blogspot.fr/2012/05/is-bible-good-english-literature.html

    Could there be a link between your widget and these spurious links?

  9. says:

    Hi William,

    I'm sorry but i don't see where's the issue. Can you be more specific? Thanks

  10. says:

    Please suggest how to add the post link also before the comments.

  11. says:

    I tried your widget code and the simple widget in reply 4.b, and neither of them work in my blog. The site feeds are set for full. Can you help?

  12. says:

    Thanks very nice tool for bloggers

  13. says:

    Hi Carlos, please tell me your blog address.

  14. says:

    Awesome. Thanks for your help. The Last Comments widget works like a charm!

  15. says:

    I Finally found someone who knows how to get practical advice :) Thank You

  16. says:

    the widget appears for few seconds, then all the rest of the blog disappears and the widget stays alone in the top of the page...i'm confused :(

  17. says:

    You could try this widget here: Last Comments.
    It is not mine but i think it works fine :)

  18. says:

    It worked perfectly

    THAAAAAAAAAAAAANKS admin

  19. says:

    Not sure why, but this widget worked perfectly until the first time I published a new comment today. Meaning, it showed all my old comments that were there before I added the widget, but today when I published a new comment, they all disappeared? Help?

  20. says:

    Great widget! Thanks!!

  21. says:

    perfect..thanks

  22. says:

    The widget will is professional and will serve some help. Keep the hard-work up. Cheers!

  23. says:

    I used. It is working :-) Thanks.

  24. says:

    apply it today.. simple and look cool for me.. Thanks! :D

  25. says:

    Thank you very much, it works just fine for me, great job!

  26. says:

    greate sharing. thank you so much

  27. says:

    Is there a way to limit the display to show only comments associated with a particular post?

  28. says:

    Thank you so much for this - I have been trying to get this to work for EVER!!!. Happy New Year.x

  29. says:

    Is there any way of increasing the number of comments listed?

  30. says:

    thanks brother . . .good work

  31. says:

    I had this on my blog and it was working perfectly until last night, when I accidentally deleted it. I added it back in but it does not seem to work. The site is www.unsoliciteddrivel.com.

    Any help would be appreciated!

  32. says:

    Thank you, it's a helpful a nice recent comment tool.

  33. says:

    ¡Muchas Gracias! Finally someone explain EASY how to make this...

  34. says:

    thanks man this widget works great

  35. says:

    Thanks so much! Worked great

    http://www.chicaffordable.blogspot.com

  36. says:

    Great widget! Thank you.

    Question: how can I change the number of comments?

  37. says:

    Awesome widgets! Keep it up..
    Bloggers are expecting this types of widget. Thanks.. :)

  38. says:

    nice work, thanks for posting

  39. says:

    Thanks bro... but i have problem, my comment also appear on the list when i reply visitors comments.... can make my comment not appear...

  40. says:

    your js is not found

  41. says:

    Hi mrpolie,

    I will make a tutorial about it these days. Keep visiting.

  42. says:

    Sorry for the late reply. Please change the "5" value from this part:
    var a_rc=5;

  43. says:

    Maybe you forgot to change the address?

  44. says:

    You should change the "5" value from:
    var a_rc=5;

  45. says:

    Thanks bro.... i will...

  46. says:

    What would the class name be if I wanted to change the color of the author's name? I tried .rcw-comments-author, but it didn't work.

  47. says:

    Hi Billy,
    Add this line: .author-rc a{color: #cc0000;}
    And change #cc0000 with your color.

  48. says:

    good content about recent comments widget for blogger, I am like it that content so much

  49. says:

    weew....thank you...i got this... :-)

  50. says:

    Thank You!

  51. says:

    Simple and it worked for me! I was able to replace my old "Recent Comments" widget that had stopped working. Thanks so much!

  52. says:

    Hi

    I have been using the widget for about 8 months or so; GREAT! I changed from the 5 comments to 35 comments. All 35 comments were showing for several months - not sure how long. Just noticed today that it is no longer showing 35 comments but now only showing 25 comments. The HTML is STILL showing it as 35 programmed, so WHY is only 25 appearing? I notice that the date I have in the script is 2012/03:

    helplogger.blogspot.com/2012/03/recent-comments-widget-for-blogger.html

    Does it now need to be changed to 2013?

  53. says:

    Hi I'm writing blog using Polish fonts like "ł,ź,ę,ą" - in the names of posts the letters are omited. How can I change it?
    Thanks

  54. says:

    CAN U TELL ME HOW TO USE SAME COMMENT BOX ON WEBSITE.

  55. says:

    thaks

  56. says:

    hi, can the font size be changed. I edited in html, but I do not see a change. thanks!

  57. says:

    you're God - that was exactly what I've been looking for for so much time! Thank you very much for your work!

  58. says:

    nice

  59. says:

    tutorial yang bermamfaat...
    ijin nyoba mas brooo

  60. says:

    How do i change the color of the comment ( not the author nor post title ), the actual comment ?

  61. says:

    Just after .rcw-comments {, add this declaration:
    color: #colorhex;
    Replace color hex with the code of your color. Good luck!

  62. says:

    You're welcome, dear :) thanks for visiting!

  63. says:

    Add this line just after .rcw-comments {:
    font-size: 14px;
    Change the "14px" value if you want a bigger/smaller font size.
    Sorry for the late reply!!

  64. says:

    Thanks for this gadget! It´s working in one of my blogs, but in another, which is only for authorized authors, I don´t know if it works, it´s not showing any comment. Is it possible because it´s not public?
    Thanks!!!

  65. says:

    What kind of Widget cause a new window to open when someone attempts to leave a comment but must first prove they are human? I want to put one on my own blog but don's know what it's called or where to get it. Thanx in advance for any help here.

  66. says:

    hi d widget works fine for few days n den it stops.. can u check whts d prob?

  67. says:

    I also have this post on my blog but did this post greatly also visit mine
    http://aashirirshad.blogspot.com/2013/06/recent-comments-widget-for-blogger-blogs.html

  68. says:

    Exactly what I was looking for. Works great. Thank you!

  69. says:

    Very nice widget. Thank you for sharing it.

  70. says:

    Thanks...it works!

  71. says:

    Thanks, great work.
    http://www.edirectsms.com

  72. says:

    it shows Blog Spot - can i change to "My name Blog" can you help?
    or i missed sth?
    http://evaleefamily.blogspot.com/

  73. says:

    I have done Step 4. Replace your-blog-name with your blog url.

    but not work in my blog:http://gblog092013.blogspot.hk/

    please help

  74. says:

    Thanks!! Very cool! :)

  75. says:

    I entered the script with my blog name as indicated. Your web page came up on the finished page. Please advise. Thanks.

  76. says:

    I CAN'T "save" what I've tried to edit in my GADGET "TEXT". It WON'T SAVE!
    WHY NOT? Please help!?

  77. says:

    http://valeriecharoux-francais.blogspot.com/

    My recent comments widget does not show recent comments. Thanks for replying.

  78. says:

    Any reason this should have stopped working all of a sudden? Was working fine last week. Now it's not. I don't think I changed anything in the meantime....

  79. says:

    Its very helpful for me when i will give the comments on blog thanx

  80. says:

    Nice widget, very helpful while commenting on blogs. Thank You.

  81. says:

    Hi there! First of all, thanks for making awesome codes.
    Now my question: is this code working with those blogspot users using google+ comments on their blogspot instead the default ones?
    I hope so, if no, does someone know where can I find a "Recent comments" for blogspot based on google+ version for blogger?
    Thank you so much ^_^

  82. says:

    Hi, I have had this gadget in my blog for several months and it have worked totally fine I am very satisfied. But the last week it comes and goes as it wants and now for the past two days it is totally gone. I have not made any changes in the code, the design or anything else during this time.
    I have tried it again with a new html window, I have tried the other reccent comments codes you have here without avatar. None of them is working. The one you have with avatar is the only one that is working fine, but I didn't want that one since it don't show which blogpost that have the posted comment.

    Is there something else I can try?

    By the way, your blog is awesome and I am glad that I find your site. Thank you.

  83. says:

    thank you.. it's work :)

  84. says:

    This is also works perfect.
    but I choose with avatar :)

  85. says:

    Thanks for this - its good. Is there any way of getting it to list much older comments. "Recent" are OK but I'd like to show some that are 6 months old.

  86. says:

    Great, thanks!

  87. says:

    thanks

  88. says:

    Why doesn't it work on my blog?
    classe-kinzakenza.blogspot.se

  89. says:

    Wow! Its very helpful blog regards of add widgets

  90. says:

    Thank you!! I added this widget to my website: http://rantbrat.com :)

  91. says:

    Hi nice widget, thanks

    Anyway to exclude owner comments?

    tom m.

  92. says:

    can I delete link to this page of this gadget?

  93. says:

    this is working great except that it's only showing one comment even when i change the number to 2, 5, 10, etc. but when i change it to 0, no comments appear. any ideas?

  94. says:

    Thank god, i found this good tutorial ;) thanks

  95. says:

    thanks but its not showing avatar

  96. says:

    it is credit link...you may leave it or remove it....but it prefeerably u leave it to thanks the owner of the gadget

  97. says:

    amazing post for every one....Thanks ADMIN. MY

  98. says:

    i have 2 google blogs. it works in one but not the other. if I cut and paste the working javascript into the blog where it doesnt work I can display recent comments from the other blog! If I change to the correct URL, the scripts stops working!

  99. says:

    Hi admin, seem like im having problem with this. it works when i paste your code for the first 5 comment perfectly (just like it should be). and when i post another comment it suddenly stop working. i dont know why. can you help me with this? thanks before.

  100. says:

    thanks !! its very helpful :)

  101. says:

    It's working! haha!
    http://wikiphobia.blogspot.com/

  102. says:

    Good morning, this widget was working for a long time and now my blog only shows 2 comments at a time. Is there an update I need? Any ideas? Thanks.

  103. says:

    Works!

  104. says:

    This works, but that one with the avatars don´t. When i reloade the page, shows only the widget, and nothing from the home page. Know why?

  105. says:

    "User does not have permission to read this blog."( visit http://myblogname.blogspot.com/feeds/comments/default)

    oh my god

  106. says:

    Trying this out.

  107. says:

    It works! Thanks a lot - a long time that I was looking for.

  108. says:

    Thanks, work perfect :)

  109. says:

    Hello! Thank you for this, I installed it the other day and am very happy. I was just wondering, is there any way of hiding comments from the blog owner? A lot of my replies and responses are showing up on the feed and I'd rather showcase visitor comments than my own!

  110. says:

    Hi there,

    Please check out this widget.