Let your visitors enable to rate your blog post with the new and unique thumbs up widget which has also the thumbs down widget with it. Widget is some where similar to facebook's like button but actually is not similar because you don't need to login anywhere to rate it and number of counts will be show.
Rating Blog With Thumbs Up
- Login to Blogger > Dashboard
- Go to Design > Edit HTML
- Click on Check Expand Template
- Search for <data:post.body/>
- Paste below code just above to <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' view='score'>
</div>
</b:if>
<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>
- Now Search for </body>
- Paste below code just above to </body>
<script src="http://js-kit.com/ratings.js"></script>
- Save your template.
Credits.....!
- This is specially made for blogger and all credit goes to Echo- Real Time Web Platfrom
Join Us on Facebook!
If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you Subscribe to our regular Email Updates!
Thanks for Visit Here Like Us on Facebook.
If Any Problem, Ask in Comments Follow US on Twitter.
Post a Comment