Blogger has added a reactions Feature for us. It helps the visitors to react to your blog posts in an interesting way. Blogger has got a default set of reactions(funny, interesting, cool). You can edit them and add your own. If you want to see a preview of how this looks, then go to this post page and mark your reactions :) I you are interested in implementing the reactions feature on your blog, then read on and follow these simple steps.
How to Enable The reactions Feature?
- Login to Your Blogger Dashboard
- Go to Design > Page Elements and Click on the Edit Button near the Blog Posts Gadget and check the “Reactions” Option
- If you want to edit the Reactions, then click on the Edit link near to the reactions.
- You can Drag and Drop the “Reactions” and place it where you want.
- Now if everything went right, then you should be able to see the Reactions Feature on your Blog. If not then read on. :)
- If it didn’t appear then don’t worry, That is because you are having a modded template. Just Go to the Edit HTML page under the Design Tab , Check the “Expand Widget Templates” Option and locate
<p class='post-footer-line post-footer-line-3'>
Or if that is not there then find
<div class='post-footer-line post-footer-line-3'>
Or if that is not there then find
<data:post.body/>
and place the following code just below any of these lines[whichever is present in your template].
<span class='reaction-buttons'>
<b:if cond='data:top.showReactions'>
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='reactions-label-cell' nowrap='nowrap' valign='top' width='1%'>
<span class='reactions-label'>
<data:top.reactionsLabel/></span></td>
<td><iframe allowtransparency='true' class='reactions-iframe' expr:src='data:post.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/></td>
</tr></table>
</b:if>
</span>
and Save the template
Source: http://www.bloggerplugins.org/2008/08/reactions-on-blogger.html
0 comments :
Post a Comment