This is a rating widget for blogger.This widget will appear below the title of the post. This widget will sure ly help the blog owner to have note on what reader like what they don't like.This widget is also available in stars. Below are the steps given to make it to stars.This Post Rating Widget Is Originally made by js-kit.com
View Demo
Note:- If you want to add star rating like look then simply delete the red link.
View Demo
Steps To Add Post Rating Widget
- Login to your Dashboard.
- Go to Templates >>Edit html.
- Tick Expand the Widgets.
- Find for below code in the html.
<data:post.body/>
- Paste the below code just above the <data:post.body/> tag.
<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>
Note:- If you want to add star rating like look then simply delete the red link.
- Now, Find for below code there.
</body>
- Paste the below code before </body> tag
<script src="http://js-kit.com/ratings.js"></script>
- Now, Click on Save the Template.
It's Done.
Categories:
Blogger Tricks
,
jQuery
0 comments:
Post a Comment