Tuesday 17 February 2015

// // Leave a Comment

How To Add Recent Comment Widget In Your Blog

Comments are the real success of any blog. These are the people who reads your post from top to bottom and enjoyed enough to comment on that. In this post I will show you how to add a recent comment widget in your blog. Having a recent comment widget helps the readers to know what are the most trending post on your blog. It helps you to increase page views and force your readers to read more in your blog.


Follow these few steps and add a recent comment widget in your blog

Add Recent Comment Widget in your Blogger Blog

Step 1 : Open your blogger dashboard. Now go to 'Layout' and click 'Add a Widget'.

How To Add Recent Comment Widget In Your Blog


Step 2 : Now you will see a list of widgets. Select 'HTML/Javascript' as shown below.

How To Add Recent Comment Widget In Your Blog


Step 3 : Now copy and paste the following code in that box.
             <script style=text/javascript src="https://kdcode.googlecode.com/svn/trunk/recentcomment.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://smartbloggingguide.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments ></script>
<span id=mbw-cr><a href=http://smartbloggingguide.blogspot.com>Recent Comments Widget</a></span><style type=text/css> .rcw-comments a {text-transform: capitalize;} .rcw-comments {border-bottom: 1px solid #666; padding-top: 6px!important; padding-bottom: 6px!important;} #mbw-cr {font-family: Arial,Tahoma;font-size:8px;padding-top:6px;display:block;} </style> 


Note : Replace smartbloggingguide.blogspot.com with your blogs URL

Step 4 : Save the widget and you are done with it.

I hope this tutorial helped you in adding this widget in your blog. Please leave a comment, your comment makes me happy.