Pages

Show Star Rating For Every Blog Post

Star Rating is a beta feature of blogger, with less than 1% of people using it. Why?

This beta feature can be activated in Blogger Draft mode, through Layout > Blog Post > Edit. However, it only worked for default blogger template. And everyone is using customize blogger template now.

If you are customized blogger template user, you have come to the right place. Because I am about to show you how to add star rating widget with just two lines of HTML codes.

1. Click Template > Edit HTML > Proceed > Expand Widget Templates.

2. Ctrl + F to find highlighted code and add extra code:
          <b:include data='post' name='shareButtons'/>
        </b:if>
      </div> </div>
<div class='js-kit-rating' expr:path='data:post.url' expr:permalink='data:post.url' expr:title='data:post.title'/>

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

3. Click Save template.

1 comment:

© 2012 | All rights reserved | Design by Blogger Template Tutorials