sponsor ke 2

Rabu, 12 Januari 2011

How To Add JS-Kit Rating to Blogger

This is a free Post Rating widget for your blogger blog.It is given by http://js-kit.com/.To add this beautiful Rating widget to your blogspot blog,follow the steps given below.

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

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:

JS-Kit Ratings




4.Copy one of the code below and paste it immediately after the line .

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
.

Code 1:


expr:path="data:post.url"
expr:permalink="data:post.url"
expr:title="data:post.title">



Result:
JS-kit rating

Code 2:


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



Result:
JS-kit rating

5.Now again scroll down to where you see the tag.

6.Add below code just before the tag.





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