The Recent Comments Widget for Blogger showcases the many present comments on your website's sidebar, revealing a snippet regarding the last opinions together with the title on the article in which the comment was actually made. The listing would be obtained in descending order (most recent at the leading).
This gadget is coded in JavaScript and designed with CSS but there has not already been added a lot of, so that it might suit the color scheme of one's Blogger template.
Parameters to be configured:
a. Number of comments: final number of comments to show
b. Date by which the opinion was published: either display or hide it
c. articles upon which an opinion is made: you may either cover the post titles or suggest to them
d. quantity of words per remark excerpt: The basic "n'' words in the comment would be noted
To include the Present Comment Widget to a Blogger blog is very simple. Just proceed with the next steps under:
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:
<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://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>
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).
Various other settings:
- adjust the quantity of comments which can be becoming displayed, change the "5" value from a_rc=5;
- to include the big date upon which the remark is made, alter the "false" text from m_rc=false to "true";
- to cover up the post titles, change the "true" book from n_rc=true to "false";
- to reveal basically comment characters, alter the "100" price from o_rc=100
Step 5. Click the "Save" button and go to see the recent comments widget on your Blogger blog!
This gadget is coded in JavaScript and designed with CSS but there has not already been added a lot of, so that it might suit the color scheme of one's Blogger template.
Parameters to be configured:
a. Number of comments: final number of comments to show
b. Date by which the opinion was published: either display or hide it
c. articles upon which an opinion is made: you may either cover the post titles or suggest to them
d. quantity of words per remark excerpt: The basic "n'' words in the comment would be noted
To include the Present Comment Widget to a Blogger blog is very simple. Just proceed with the next steps under:
How To Add Recent Comments Widget to Blogger:
Step 1. Log in to your Blogger Dashboard (http://www.blogger.com/home) , 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:
<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://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>
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).
Various other settings:
- adjust the quantity of comments which can be becoming displayed, change the "5" value from a_rc=5;
- to include the big date upon which the remark is made, alter the "false" text from m_rc=false to "true";
- to cover up the post titles, change the "true" book from n_rc=true to "false";
- to reveal basically comment characters, alter the "100" price from o_rc=100
Step 5. Click the "Save" button and go to see the recent comments widget on your Blogger blog!




