Share It!
Monday, June 13, 2011
Stars Rating for your Blog
This is something that like to many bloggers because it allows to your readers appreciate the posts with a single click.
Let's go to put a 5 star rating in your posts!
In Blogger go to Layout>Edit HTML and check the "expand widget templates" box.
Search the <data:post.body/> tag in your template using your browser search function.
Immediately after the line <data:post.body/> paste the following code:
<div style='float:left; margin-right:3px;'/>
<div class='js-kit-rating' expr:path='data:post.url' expr:permalink='data:post.url' expr:title='data:post.title'>
</div>
Now the rating stars will appear at the post footer.
If you want the rating stars at the post header put the code after this line:
<div class='post-header-line-1'/>
Now find the </body> tag and before this line paste the next code:
<script src='https://sites.google.com/site/miltrucosblogger/script/EstrellasValoracionMiltrucosBlogger.js'/>
Save your template and you will have a stars rating in your posts!
Enjoy it!
Share It!
0 Comments:
Post a Comment