Hi friends, Recommended post slider in each post is interesting widget. It keeps readers to read more page from your blog. The widget is originally developed by bloggerplugins, i just modified little bit in the widget .
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


No comments:
Post a Comment
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Make sure to click the "Subscribe By Email" link below the comment to be notified of follow up comments and replies.
2. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
3. Please "Do Not Add Links" to the body of your comment as they will not be published.
4. Only "English" comments shall be approved.
5. If you have a problem check first the comments, maybe you will find the solution there.