Social Media Magazine

Add JS-Kit Rating to Blogger

Posted on the 11 May 2013 by Mohammed39
Add JS-Kit Rating to Blogger
How To Add Js-Kit Ratings To Blogger?


1. Now go to Blogger Dashboard > Template

2. Download a copy of your template
3. Click on Edit HTML
4. Hit Proceed button
5. Check Expand Widget Templates check box
6. Find this code in your template <data:post.body/>
7. Copy one of the code below and paste it immediately after the line <data:post.body/>

Note : 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 : Add JS-Kit Rating to Blogger
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: Add JS-Kit Rating to Blogger
8. Now again scroll down to where you see the </body> tag.
9. Add below code just before the </body> tag.

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

10. Click on "Save Templates" and now you are done.

Back to Featured Articles on Logo Paperblog