Ad Code

How To Add JS-Kit Rating To Your Blogger blog

Advertisements
Today in this tutorial i am going to explain you how to add JS-Kit rating to blogger. with this kit you and your visitors can easily know that whats post of your blog have more votes and most famous. and post that unlike by most people. 
1) First of all go to your blogger dashboard click on template and then edit html
2) Click on explain widget template
3) Use Ctrl+F and find <data:post.body/>

4) Copy the code given below and paste this code just after it <data:post.body/>
How To Add JS-Kit Rating To Your Blogger blog



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> <div class="js-kit-rating" expr:path="data:post.url" expr:permalink="data:post.url" expr:title="data:post.title"></div> 

Output

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>

Output


5) And then find </body>
6) copy the code given below and paste this code just before it </body>


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

 Finally Click on save template and you have done  

Download Link
Advertisements