Content feed Comments Feed
ADVERTISEMENTS

Adding Or Embedding Comment Box Below Blogger Post


Blogger In Draft have now Option to embedded comment form below or at the bottom blogger post .This is a most awating feature and many blogspot blogger are waiting for this feature .If you are Interestd in activating this feature in yours blogs simply follow below Guidelines.


  • To turn on the embedded comment form, log in to http://draft.blogger.com/
  • Go to Settings > Comments for your blog. You’ll see that the “Show comments in a popup window” setting has been replaced with the new “Comment Form Placement” setting. Just click “Embedded below post” save your settings,


  • Check out a post to see your new comment form below Yours Blogger Post.


Unfortunately This feature is not enabled for customized or third party template, To make this trick enable in customize template you will need to make a small change to your template code for displaying comment below blogger post as suggested by bloggerbuster.


  • Go to Layout>Edit HTML in your blog’s dashboard and check the “Expand widget templates” box. Then search for below code in yours templates :



<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>



  • Now after finding above code replace entire above code with below code.



<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>



  • Save yours Template and you are done.


Now whenever you visit yours post page in your blog, you will see the new comment form displayed in below yours post remember this feature is only work when you log in your blogger Via http://draft.blogger.com/ .If you still face any problem then feel free to comment us yours problem.


Your Ad Here

0 comments

Post a Comment

Blogumulus by Wonderful-Tricks

Followers