Yesterday, i explained about Recommended Slide Widget in this post. Now i developed that widget with Twitter and Facebook share buttons with count.
Click the following image to add the widget to your blogger:
if you want slide come out whenever you reach the end of post, then follow this instruction:
- 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 doubts in adding the widget, feel free to comment here.