Step 1 :
In layout section , under body layout click edit . A new pop-up window will open like this , here you need to check the
Show Star Ratings
If you are using template provided by blogger then you can see the widget after doing step 1. If you are using some other custom template then you need to add the following code below <div class='post-footer-line post-footer-line-1'> or similar .
<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='180'/> </b:if> </span>
by adding this code there , the star ratings widget will appear below each post. If you want to add it below the post title , then add the above code immediately below <div class='post-header-line-1'/>let's see how it looks ,
>
you can also add that code anywhere you want. if you want to add style CSS like padding , color , etc add
<div style='padding-left:50px; and other CSS part '>
star- ratings code
</div>
Thats it , hope you guys will like this new star ratings widget. See you soon with a new widget .For future updates
Comments :
0 comments to “Star Ratings Widget for Blogger”
Post a Comment