Wednesday, August 10, 2011
DrRaman
Till now we have 3 recent post widgets for Blogger:
- Simple Recent Posts Widget using feeds
- Recent Posts widget (new version with Spy effect)
- Recent posts widget with thumbs
Now we have another awesome recent posts widget with thumbnails and you will definitely love it. This widget allows you to keep/remove snippet (post description). Also the thumbs are real time as they are cropped and not re-sized as in earlier version of recent posts widget.

Installation
Step 1
Go to your Blogger Dashboar > Layout. Click on Add a Gadget and Select HTML/JAVA Script.
Step 2
Add following code into it
<div class="eggTray">
<script src="https://sites.google.com/site/freebloggerhelpbiz/freebloggerhelp/listbadge.js">{"pipe_id":"1a6640e2a78b2c6e736f2220529daae5","_btype":"list",
"pipe_params":{"URL":"http://medimania.blogspot.com/feeds/posts/default"},
"hideHeader":"false","height":"500","count": 4 }</script>
<div style="font-family: arial, sans-serif; font-size: 9px;" class="ycdr"><a href="http://www.blogger-help.com/" target="_blank">Get This Widget</a></div><noscript>Your browser does not support JavaScript!</noscript></div>
<style type=text/css>
.eggTray {margin:10px 0px;padding:0px;}
.ybr li {border-bottom:0px #cccccc dotted; padding:0px 0px 10px 0px!important;}
.pipesTitle {padding-top:10px;}
.pipesDescription {display:yes;}
.ycdr, .ycdr a {color:#999999;}
.widget .popular-posts ul {padding-left:0;}
</style>
Above code offers you snippet. If want to remove snippet just change
.pipesDescription {display:yes;}
to
.pipesDescription {display:
none;}
Step 3: Customization
Replace
http://medimania.blogspot.com/ with your website URL.
To remove the scroll bar, delete
”height”:”500“,
To change the numbers of posts to be shown just change value at
”count”: 8
Finally save the gadget and enjoy the new widget.