Add JS-KIT star and thumb rating to blogger.This widget is provided by JS-KIT.com.By following below steps you can easily add these ratings to every blogger post.You can add this ratings in two types.
- Below the post title
- Below your post.
Here I am giving both types of ratings.
- Thumb Rating
- Star rating.
Now lets see how to Add these ratings to blogger.
How to add js-kit ratings to blogger?
- Go to Blogger Dashboard > Design > Edit HTML.
- Backup/download your template.
- And find this code <data:post.body/>
- Put one of the below code just after <data:post.body/>
This will add rating widget under your blog post.If you want to add the rating widget under post title, add below code just after <div class='post-header-line-1'/> .
Code 1
<div style="float:left; margin-right:3px;"></div>
<div class="js-kit-rating" expr:path="data:post.url" expr:permalink="data:post.url" expr:title="data:post.title"></div>
Result:
Code 2
<div style="float:left; margin-right:3px;"></div>
<div class="js-kit-rating" expr:path="data:post.url" expr:permalink="data:post.url" expr:title="data:post.title" view="score"></div>
Result:
- Now find </body> tag.
- Add below code just before </body> tag.
<script src="http://js-kit.com/ratings.js"></script>
Share your views...
0 Respones to "How To Add JS-KIT Star And Thumb Ratings To Blogger?"
Post a Comment