Add 5 Star Rating Widget To Your Blog


Now you can add 5 Star Rating widget to your blogger blog so the visitors can rate the article within it. This widget is developed by Js-kit.  

Step By Step Trick How TO Add This Widge
. Go to Design > Edit HTML and click on Expand Widget Templates. Now look for

<div class='post-footer'>
And add following code just ABOVE it
<b:if cond='data:blog.pageType == &quot;item&quot;'>
Rate this article:<div class='js-kit-rating' expr:path='data:post.url' expr:permalink='data:post.url' expr:title='data:post.title'/>
</b:if>


2. Now in your template look for


</body>

Add place following code ABOVE </body>

<script src="http://js-kit.com/ratings.js"></script>

Save the template and enjoy the new rating system.