Add Thumbs Up Rating Widget To Blogger
- Go To Blogger > Design > Edit HTML
- Back up your template
- Click the box "Expand Widget Templates"
- Search for
<data:post.body/>5. Just above it paste the code below:
<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' view='score'>
</div>
</b:if>
- This will add Thumbs up widget just below your post titles. The widget will display only at post pages and not on homepage. If you wish to display it on homepage then simply delete the bolded lines.
- If you would instead like to add the Star ratings look/skin then simply delete view='score'
</body>7. Just above it paste the following code:
<script src="http://js-kit.com/ratings.js"></script>8. Save your template and all done!
Visit any of your post and click the ratings to either Thumbs Up and Thumbs down the post. You can also explore the tabs.
And if you liked this post, please consider sharing it. Thanks!
Source:Internet
0 comments:
Post a Comment
Please don't spam. We hate spammers