Blogger has added a Star Ratings Feature for us. It helps the visitors to rate your blog posts using 5 stars :). If you want to see a preview of how this looks, then go to this post page and try rating this post. I you are interested in implementing the ratings feature on your blog, then read on and follow these simple steps.
How to Enable The Star Ratings Feature?
- Login to Your Blogger in Draft Dashboard at http://draft.blogger.com (May not be available in your regular dashboard)
- Go to Design > Page Elements and Click on the Edit Button near the Blog Posts Gadget and check the “Show Star Ratings” Option
- You can Drag and Drop the “Star Ratings” and place it where you want.
- Now if everything went right, then you should be able to see the Star Ratings Feature on your Blog. If not then read on. :)
- If it didn’t appear then don’t worry, That is because you are having a modded template. Just Go to the Edit HTML page under the Design Tab , Check the “Expand Widget Templates” Option and locate
<p class='post-footer-line post-footer-line-3'>
Or if that is not there then find
<div class='post-footer-line post-footer-line-3'>
Or if that is not there then find
<data:post.body/>
and place the following code just below any of these lines[whichever is present in your template].
<span class='star-ratings'>
<b:if cond='data:top.showStars'>
<div expr:g:background-color='data:backgroundColor' expr:g:text-color='data:textColor' expr:g:url='data:post.absoluteUrl' g:height='42' g:type='RatingPanel' g:width='280'/>
</b:if>
</span>
and Save the template
Source: http://www.bloggerplugins.org/2008/07/star-ratings-on-blogger.html
0 comments :
Post a Comment