Blogger has recently added the embedded comment form which is placed below the blogger post.

I have added to the idea posted by tandtu-blog

To add this form to your Blogger blog

First go to Settings>Comments and then check the radiobutton as shown in the figure.

Embedded comment form Embedded Comment Form Below Blogger Post

After Checking this button you will see a form below your blog post but if you have installed a custom template then you may not see a form.

To Include the form:

1. Go To Layout>Edit Html
2. Save your template so that you do not lose any data.
3. Check the Expand Widgets Template on your checkbox.

Then search for this line in the template

<b:include data=’post’ name=’comments’/>

Replace it with this code

Then search for this line in the template

<b:include data=’post’ name=’comment-form’/>

After this you will see the embedded Comment Form but another problem can occur you may not see the comments below the post

To remove this bug

Search for this line

<b:includable id=’comments’ var=’post’>

Then select the text just below which will look something like this

<div class=’comments’ id=’comments’>
<a name=’comments’/> ….

copy all this part of code till you encounter the first

</b:includable>

and then paste this code just below where you find this code

<b:includable id=’comment-form’ var=’post’>

4. Save Template

This trick should solve most of the problems associated with embedded comment forms