How to add Recent comments in Blogger

How to add Recent comments in Blogger - For a blogspot blogger that is not so important to show recent comment on their blog but if you want then you can show it as your wish. Recent comment show the visitor where is the recently people discussed on your blogspot blog.
How to add Recent comments in Blogger

How to add Recent comments in Blogger


Go to layout on your blog and click add to widget select html or text option now paste the bellow codes and save it.
<script style=text/javascript src="https://raw.githubusercontent.com/shohag5885/blogger/master/recent-comment.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://yourblog.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments></script><div style="font-size: 10px; float: right;">Get this <a href="http://www.sisourav.com/2016/02/how-to-add-recent-comments-in-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>
How to customize recent comments in blogger blog

0 Comments