It is the joy of every blogger that visitors stay for longer time on his/her blog, and one of the best ways to make your blog readers stay longer on your blog is to add the Recommended Post Slide Out Widget to you blog. This widget is a type of invitation to your blog readers to read another post after reading one of your blog entries. This widget can be found on many top blogs in the world like New York Times, Mashable, Times of India and etc.

Before, the widget use to be available on wordpress alone but now, it can now be used on blogger blogs. This widget won’t affect your blog load time, but it will generate random posts from your blog feeds using Ajax.
Demo of the Recommended Post Slide out Widget
The image you’re seeing below shows how it will appear on your blog.

Scroll down to the bottom and you will see it at the right corner of this blog page.
How to Add the Recommended Post Slide out Widget to your Blog
==> You can easily use the one click installer below to install this widget on your blog.
==> After installing this widget with the one click installer, you need to go to your blogger Template >>> Edit HTML, then tick on Expand Widget Templates box.
==> Now use CTRL + F to search for either of the following tag:
<div class='post-footer-line post-footer-line-1'>
or
<p class='post-footer-line post-footer-line-1'>
or
<data:post.body/>
Immediately below any of these, add the following snippet and save our template
<b:if cond='data:blog.pageType == "item"'>
<div style='display:none' id='bpslidein_place_holder'></div>
</b:if>
==> Now save your template. So when the reader scrolls down to this div, the slide will open up.
If you face any difficulties while setting this widget up on your blog, don’t hesitate to use the comment box below.
Nice It worked out wonderfully on my test blog I was just looking to do little experiments with my test blog and I tried your code it’s working well! Thanks
nice