If you using wordpress platform for your blog, you will easy to make a rating option for your post. But if you using blogger platform, you must use javascript to do that.( relate: Add rating for your blogger post). But now, seem Blogger will support rating tools in the future.
Just go to your blogger template editor, and you will see the codes below:<b:if cond='data:top.showStars'>
Save and go to Page Elements -> Click Edit Blogpost Widet, you will see the rating option. But now, it not work. Let’s just hope they will make it available for us soon.
<script src='http://www.google.com/jsapi' type='text/javascript'/>
<script type='text/javascript'>
google.load("annotations", "1");
function initialize() {
google.annotations.createAll();
google.annotations.fetch();
}
google.setOnLoadCallback(initialize);
</script>
</b:if>
Subscribe to:
Post Comments (Atom)
0 comments
Post a Comment