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://www.sigmirror.com/files/16743_ebb4d/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://tipsntrickstutor.blogspot.com" target="_blank">Blogger Tips</a></noscript>
Please Upload the script in red in above code to your server and change the script links to yours as mine might not work because of exceeded bandwidth problems of my sever.
Change the codes in red to your blog name and no of posts to be shown and its length of characters.
{ 0 comments ... read them below or add one }
Post a Comment