07/10/2016
Add Rating and Number of Views Widget
Rating widget is important to put in your blog, It shows you how your topic rate is. therefore im giving you the codes of the widget to install it on your blog, This widget contains rates and number of views. To add it just Follow these steps
- From your blogger dashboard click temlate and the Edit HTML, Back up your template
look for </head> and past the following code above it
<script type="text/javascript" src="http://bilokr.googlecode.com/files/jquery.min.js.txt"/>
Now look for <data:post.body/> and past the bellow code after/under it
<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://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>
Related Articles:
Subscribe to:
Post Comments (Atom)
No comments
Note: only a member of this blog may post a comment.