How to add the comments form beneath the blogger post :
Today i am gonna to show that how we can enable or add the comments form beneath the blogger post this very easy and you need simple customization for this to make.The has developed so many Features in which the Blogger has developed inline comments form That can activated through blogger in draft. To enable this feature on your blogger you need to sign in in your blogger dashboard.by mean Blogger in Draft. Then click on setting and then comments and then scroll down the page to see the new Comments form placement Setting.
And check the radio setting for the ( Embedded Below The Post) That will enable the display of comment form below the blogger posts.If have a customized template.Then for this this comments to you need change in you template HTML.
1st Step:
Open your blogger dashboard and then open my blog then click on template and then edit HTML.2nd Step :
In this step click left button of the mouse and then press Ctrl+F the searching box will open and then search of the given HTML code as 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>
3rd Step:
In this step replace it with the Given HTML codes as 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>
4th Step:
In this step click on save HTML then the changes will be saved .<::: 2nd Way:::>
If you have problem with the above its due to your blogger template Then you can follow the following
way.
In way search for the following HTML codes as given below.
<b:include data='post' name='comments' />
After this link Add the following codes.
<b:include data='post' name='comment-form'/>
And then Click on save HTML and the changes are saved in your blogger.If you have any problem with this you can comments below.I will try to salve your problem.Thank you!



