How to fix Blogger Embedded Comment-form below each post(blogspot.com)

blogger inline comment

Embedding the comment-from below the posts is much better than those pop-ups.

01. Go to Layout -> Edit HTML and click on Expand Widget Templates

02. Now look for something similar to this code in your template:

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


03. Now replace it with below code.

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


Now your visitors can easily comment on your posts without leaving the page, like below.

embedded comment boxpost

Related Posts



0 comments: