One of the most requested feature by bloggers in their blogspot blogs, is to have comment-form embedded below their posts, so that visitors need not go away from the post just for the sake of making a comment. Although till date most of the bloggers don't know about this feature and hence are using pop-up comment form, but embedding the comment-from below the posts is much better than those pop-ups. You can see this feature in action, in this blog itself.
To start with, first of all, you should know that apart from Blogger there is a Beta version of blogger too, with a sub-domain "Draft" :- Draft.Blogger.com
In this beta version of blogger some improved features are added.
Now follow these steps:
1. Go to draft.blogger.com, and NOT to blogger.com, and login as usual
2. Now go to Settings tab
3. Now click on comments link
4. Then in front of , select the radio-button of
5. Now go to "Layout" Tab
6. Then click on "Edit HTML"
7. Now check the box of Expand Widget Templates
8.Then search for this code:
9. And immediately after this, add this code-line:
To start with, first of all, you should know that apart from Blogger there is a Beta version of blogger too, with a sub-domain "Draft" :- Draft.Blogger.com
In this beta version of blogger some improved features are added.
Now follow these steps:
1. Go to draft.blogger.com, and NOT to blogger.com, and login as usual
2. Now go to Settings tab
3. Now click on comments link
4. Then in front of , select the radio-button of
5. Now go to "Layout" Tab
6. Then click on "Edit HTML"
7. Now check the box of Expand Widget Templates
8.Then search for this code:
<b:include data='post' name='comments'/>
9. And immediately after this, add this code-line:
<b:include data='post' name='comment-form'/>That's it....Now your visitors can easily comment on your posts without leaving the page.