Comments box below the post

Share some ways to show comment box on the blog that appears below postingan.kolom comments are very useful for interacting with visitors who want to ask on the blog visit.
It's easy follow the way below
1. Log in to your Blogspot, click Settings, and then click Comment on the Comment Form Placement menu, click on the words Embedded below post, when it's over do not forget to Save. Roughly like the image below
 2.Back to your Blog Dashboard, click Layout, and click Edit HTML, and do not forget you check the Expand Widget Templates box, then look for the code as shown below:
<p class='comment-footer'> <b:if cond='data:post.allowComments'> <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a> </b:if> </p>
3. Then replace it with the code below
 <p class='comment-footer'> <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>
4. Save Template and see the results

Comments

Popular Posts