Previously Blogger only provides comment box features in pop up mode. So each time a reader wants to give their comments it will be taken to a pop up page. It felt less comfortable and less effective for those readers who want to give comments.
Perhaps because of that, then Blogger launched a new feature that allows comments to appear below the posting box, such as occur on wordpress platform.
To create it. it's very simple:
1. Log in to Blogger. Click Settings menu -> Comments
2. In the "Comment Form Placement" select Embedded below post and click Save Settings
3. Click on View Blog and then click one of your posts to see if the commentary box has appeared below the post or not. If not, follow the steps below:
1. Click Design menu -> Edit HTML
2. Check "Expand Widget Templates"
3. Find the code below:
<p class='comment-footer'>
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
</p>
</b:if>
4. If you have found it. Delete the above code then replace it with the code below:
<p class='comment-footer'>5. Click Save Template then click View Blog to see the results.
<b:if cond='data:post.embedCommentForm'>
<b:include data='post' name='comment-form'/>
<b:else/> <b:if cond='data:post.allowComments'>
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
<data:postCommentMsg/></a>
</b:if></b:if> </p> </b:if>
Good luck
No comments:
Post a Comment