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.
0 comments:
Post a Comment