How to Add Star Ratings and Thumb Ratings in Blogger

1. Back up your template firstGo to Template>Backup/Restore>Download full template

2. On your dashboard,
Go to Template > Edit HTML > Check the 'Expand Widget Templates’

3. Press Ctrl + F to look for the following code <data:post.body/>

4. Copy & Paster below code after  <data:post.body/>





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


5. Now find </body> tag and add below code before </body> tag.

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

0 comments:

Post a Comment