Star Ratings in Blogger using JS-Kit

This is a simple way to make your reader to interact with your blog, because then he can give his opinion spontaneously without having to put your name, and say he was evaluating, this service is offered by the "Js-kit" now called "Echo", see the following tutorial on how to add Blogger:


1) Visit the Blogger dashboard (blogger.com)

2) Go Layout/Design-> Edit HTML-> Check the box "Expand Widget Templates"

3) Now look for the following snippet in your template as usual using the CTRL and F keys:

<div class='post-footer-line post-footer-line-3'>
And under the old code append the following:

<b:if cond='data:blog.pageType == "item"'>
<div class='js-kit-rating' expr:permalink='data:post.url' expr:title='data:post.title'/>
<script src='http://js-kit.com/ratings.js'/>
</b:if>
4) Save the changes and view.