How To Add Reaction Widget To Blog:-
How to Add Reaction Widget Below the Title of Post:-
Login to Blogger Dashboard. Go to Design / Edit HTML. Click "Expand Widget Templates". Download the full template before making any changes in it (Learn More). - Find following piece of code in blogger template.
<data:post.body/>
- Paste the following code just above <data:post.body/>.
<b:if cond='data:blog.pageType == "item"'> <div class='js-kit-rating' expr:path='data:post.url' expr:permalink='data:post.url' expr:title='data:post.title'></div> </b:if>
- Now find </body> in template.
- Paste the following code just above it.
<script src="http://js-kit.com/ratings.js"></script>
- Save the template.
How to Add Reaction Below the Post:-
Now gets ready to improve the popularity of your content or engage your readers to further reading through this beautiful widget.
More article from the same author

No comments:
Post a Comment