More then 5 Recent Posts Widget For Blogger. As recent posts can easily be added via feedburner or google.
How to add 5 recent posts.
Click LAYOUT > ADD A GADGET > FEED
Then type your feed url and save it will show upto your 5 recent posts.
How to add more than 5 Recent Posts Widget For Blogger.
Click LAYOUT > ADD A GADGET > HTML/JAVASCRIPT
Now add the code from below to it and save it.
<script src="http://techbmillion.googlepages.com/recent-posts.js"></script>
<script>
var numposts = 12;
var showpostdate = false;
var showpostsummary = false;
var numchars = 100;
</script>
<h2>Recent Posts</h2>
<script src="http://yourblogname.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=rp"></script>
<noscript><a href="http://techmillion.blogspot.com" target="_blank">Grab this @ Tech Million</a></noscript>
Change the codes in red to your blog name and no of posts to be shown and its length of characters.
It will show up 8 recent posts like in my blog.
Related Posts By Categories
Post a Comment