Every blogger wants to know what visitors like, dislike or what visitors really want for this you should know the opinion of visitors and for that adding star ratings in the blog is the best idea because you can easily track what visitors really want.
For this it really simple and easy step.
1. Go to Dashboard and click on template edit HTML.
2. Now search for </head> tag by clicking ctrl+f
3. After finding head tag paste the below code just above or before </head>.
<link type="text/css" rel="stylesheet" href="http://static.graddit.com/css/graddit.css" />
4 After completing the above code search for this code.
<data:post.body/>
5.Now copy the below code and paste above or below <data:post.body/>.
<b:if cond='data:blog.pageType != "static_page"'><div expr:id='"labels_" + data:post.id' style='display: none; visibility: hidden;'><b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'><data:label.name/>,</b:loop></b:if></div>Rate this posting: <div expr:id='data:post.id' class='ffbs_rate'>{[['<img src="http://static.graddit.com/img/star.png"/>']]}</div><div expr:id='"ffbs_stats_" + data:post.id' class='ffbs_stats'></div><script type='text/javascript' expr:src='"http://www.graddit.com/rate/eng/5/" + data:post.id + "?id=" + data:post.id + "&stats=ffbs_stats_" + data:post.id + "&labels=labels_" + data:post.id + "&info=info-" + data:post.id + "&info_delay=2&url=" + data:post.url + "&class_star=ffbs_star_img&class_star_set=ffbs_star_img_set&class_star_vote=ffbs_star_img_vote&views=yes&votes=yes&average=yes"'></script></b:if>
6. Now save the template and your work done.
