Embedded Comment Form Below Blogger Post
NO COMMENTSBlogger 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.
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
| This entry was posted by Gautam on March 21, 2009 at 6:21 am, and is filed under blogger. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |












