Not able to Embed Comment Form below post in Blogger

Not able to Embed Comment Form below post in Blogger ??

This is a most common problem for bloggers who try new templates frequently. I suffered many time while trying new templates. But now I got a solution for this problem.After selecting the setting for embed comment form below post in the settings page we have to do small code change in the template.

Solution:
  • First login to draft.blogger.com with your google account . Then in blogger dashboard click settings then comments. In the comment form placement select "Embedded below post".
  • Now go to Edit HTML section and first take a backup copy of your template. Then check expand widgets and search the following code.
  • <p class='comment-footer'> <b:if
    cond='data:post.allowComments'> <a
    expr:href='data:post.addCommentUrl'
    expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
    </b:if> </p>
  • Now replace the above code with this following code.
  • <p class='comment-footer'> <b:if
    cond='data:post.embedCommentForm'> <b:include data='post'
    name='comment-form'/> <b:else/> <b:if
    cond='data:post.allowComments'> <a
    expr:href='data:post.addCommentUrl'
    expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
    </b:if> </b:if> </p>
  • That's it save your template. Now you should be able to see comment form embedded below each post.


1 comments to "Not able to Embed Comment Form below post in Blogger"

Post a Comment

Whoever writes Inappropriate/Vulgar comments to context, generally want to be anonymous …So I hope U r not the one like that?
For lazy logs, u can at least use Name/URL option which doesn’t even require any sign-in, The good thing is that it can accept your lovely nick name also and the URL is not mandatory too.
Thanks for your patience
~Krishna(I love "Transparency")

Popular Posts

Enter your email address:

Buffs ...

Tags


Powered by WidgetsForFree

Archives