0
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. 

  1. Below the post title 
  2. Below your post.
Here I am giving both types of ratings.
  1. Thumb Rating
  2. Star rating.
Now lets see how to Add these ratings to blogger.

How to add js-kit ratings to blogger?


  1. Go to Blogger Dashboard > Design > Edit HTML.
  2. Backup/download your template.
  3. And find this code <data:post.body/>
  4. 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>


Now finally click on save template and you are done...

Post a Comment

 
Top