This start rating widget has some great features like its shows 5 Stars to vote. So you can now know how many votes a post has. It also displays stats for the each post. The best place to add this widget is below the post titles. Let's add this star rating widget to blog.
Check Also: Thumbs Up Rating Widget For Blogger
Star Rating Widget Demo
How to add
- Login To Blogger
- Click on Edit HTML --> Proceed --> Expand Widget Templates
- Press Ctrl + F and search the code shown below
<data:post.body/>
- Now Paste the Code Shown just below it
<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>
<div class='js-kit-rating' expr:path='data:post.url' expr:permalink='data:post.url' expr:title='data:post.title'></div>
</b:if>
- Now Press Ctrl + F and search the code shown below
</body>
- Now Paste the Code Shown Below just above it
<script src="http://js-kit.com/ratings.js"></script>
- Now Save Your Template
2 comments
I found 4 in my template. I tried placing the code above every tag. But nothing worked. Also 5 star rating in your demo page also not showing up. My site: www.freeandroidappshop.com
@Sebin Thomas Go here http://www.bloggerplugins.org/2008/07/star-ratings-on-blogger.html
Click to Add a New Comment