How to Add this widget?
Step 1:
Click the following Add to Blogger image
and Select in which blog you want to place the widget(if you have multiple blogs).
Click the add widget option
Step 3(optional):
The slide will come out whenever you scroll down to a particular point. By default , it is bottom of the page.
if you want slide come out whenever you reach the end of post, then try this:
- Click the Template->Edit HTML(if you are using old blogger interface,then Design->Edit HTML)
- Click the "Expand Widget"
- Find one of the following line:
<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 code and save Template:
<b:if cond='data:blog.pageType == "item"'>
<div style='display:none' id='recslide_place_holder'></div>
</b:if>
That's all . now you can see the Recommended slide in your blogger post. If you have any queries , just share your comment.