How to Show Recent Comments in Blogger

Written By mohamad erlan efarda on Saturday 16 March 2013 | 21:21

image

 By displaying recent comments, we can easily see who has commented on our blog. So that we can also immediately answer the comment. With these recent comments, we automatically know that there is traffic on our blog. We also will know which posts are popular and favored visitors. The other advantage of showing related article to your post is it will help your readers find more information related to the topics. This is base on label or category. This is usually put to the end of the article. After your visitors finish read your article, they will find some links that related to the post base on label or category.


Immediately, to put recent comments on your blog, follow these steps
1. Login to your blog
2. Copy This Code

<script style="text/javascript" src="http://grandisa.hexat.com/blogtriks/rccommentsbullet.js"></script>
<ul>
<script style="text/javascript">
var numcomments = 10;
var showcommentdate = true;
var showposttitle = true;
var numchars = 100;
var standardstyling = true;
</script>
<script src="<span style="color: red;">http://trick-id.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments"></script>
</ul>

-var numcomments is the sum of comments that will show up.
-var showcommentdate to show the comments date
-var showposttitle to show the post title
-var numchars the sum of characters of post contents that will show up
-change http://trick-id.blogspot.com with your blog's url

3. Entrance Design -> Add Gadget -> HTML/Javascript
4. Paste the code there and Save

Now, you can see the results

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...