The recent comment widget for blogger displays the recent comments on your blog's sidebar. It shows post comment along the title of posts. This widget shows the comments in descending orders and I hope you like it.
It is a lightweight widget designed in Javascript styled in CSS.Therefore, it does not much impact on the loading speed of your blog and easily modify according to your blog's design.How to Configured recent comment Widget
- Total number of comments shown
- Date on which the comments have been posted.
- The name of the post on which comment has been made.
- The Number of words, comment excerpt shows.
How to add Recent Comment widget for Blogger.
- Go to your blogger's dashboard and select desired blog
- Click on the layout and add gadget
- Now scroll down and select the HTML/Javascript
- Paste the below code into the open 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://blogpedia4u.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments></script><div style="font-size: 10px; float: right;">Get this <a href="http://helplogger.blogspot.com/2012/03/recent-comments-widget-for-blogger.html" rel="nofollow" >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>
- Replace http://blogpedia4u.blogspot.com with your blog name and save the widget. (Keep in mind that not two slashes add at the end of this address)
- Now save the widget.
Customize the Widget
- Change "5" for number of comments
- To show the date of the comments "false" value change to "true".
- To hide the post title "True" change to "false".
- Change the "100" excerpt length.
Conclusion
At last, I hope you like this short tutorial and it helps you to Recent Comment widget for your Blog. After viewing this post, don't forget to share it with your friends.
Comments
Post a Comment