Friday, February 25, 2011

How to Add rating Gadget to your blog.

1. Log in to blogger account and go to Design >Edit HTML

2.Mark check box "Expand Widget Templates"

3.Find this tag by  using Ctrl+F    <data:post.body/>

4.paste below  one of code after the above tag ( choose style )
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>
 

Code :2


expr:path="data:post.url"
expr:permalink="data:post.url"
expr:title="data:post.title" view="score">
</div>

5. Now again find this code by using Ctrl+F   </body>

6. Paste below code before </body> tag
<script src="http://js-kit.com/ratings.js"></script>

7. Now click preview and click save template. you are done.

4 comments:

  1. code 2 error.
    www.appforpc.tk

    ReplyDelete
  2. Is it just my blog which is the problem?
    My ratings are gone after few seconds.

    ReplyDelete
  3. If you'd like to have more different ratings or have more control over your ratings, try this: http://all-rate.appspot.com/eng

    ReplyDelete