August 13, 2011

How To Add JS-Kit Rating to Blogger


Hi,This is very cool gadget. this gadget allow to your visitors to rating your blog posts. so i think this is very important gadget to every bloggers. this gadget given by js-kit.com. i think thsi very cool and charm widget! please read this steps and add this gadget to your blog..Thank You.

1.Log in to your dashboard--> Design- -> Edit HTML

2.Click on "Expand Widget Templates

3.Scroll down to where you see this

<data:post.body/>

4.Copy one of the code below and paste it immediately after the line <data:post.body/>

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 :







5.Now again scroll down to where you see the </body> tag.

6.Add below code just before the </body> tag.


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



7.Save Templates

Now you are done

No comments:

Post a Comment