Trick to get Recents Comments and Recent Post on Blogger
Wednesday, August 20, 2008
Ever wonder how can you add more plugins to your blog? This site is telling you how to make it. Must say that Jackbook has done a very good job in providing useful information and tips like he always did
1. Go to your Dashboard Layout, Create new widget and click on HTML/Javascript
2. Copy and paste the following code into the box
[script src="http://files.lifewg.googlepages.com/blogger-widget.js">[/script>
[script>
var numposts = 10;
var showpostdate = false;
var showpostsummary = false;
var numchars = 100;
[/script>
[h2>RECENT COMMENTS[/h2>
[script src="http://YourBlogNameHere.blogspot.com/feeds/comments/default?orderby=published&alt=json-in-script&callback=rp">[/script>
For Recent Comments on Blogger
http://YourBlogNameHere.blogspot.com/feeds/comments/defaultDon forget to change “http://YourBlogNameHere.blogspot.com” with your own blog url
For Recent Posts on Blogger
http://YourDomainNameHere.blogspot.com/feeds/posts/default
Or you can also host the JS file into your own web host
Attention! To make the code works, Please replace [ with <