Add Embed Comment Box Below Blogger Posts

Comment box is located after the post ends up and it is used to receive the user views related to the post. Different blogs and websites is having different types of Comment boxes. The main benefit of having comment box in the blog or website is that it makes the website or blog up to date. Here in this article we will show you step by step procedure of how to add comment box in the blogger.

Here is the easy method to do this:
Step 1: Go to Dashboard --> Layout --> Edit HTML

Step 2: Check the “Expand widget templates” box.

Step 3: Now Search the below codes using keys (Ctrl+F) keys:
<p class=&#8217;comment-footer&#8217;>
<a expr:href=&#8217;data:post.addCommentUrl&#8217; expr:onclick=&#8217;data:post.addCommentOnclick&#8217;>
<data:postCommentMsg/></a>
</p>
</b:if>

Step 4:
When you Find the above code Replace it with the below written code:
<p class=&#8217;comment-footer&#8217;>
<b:if cond=&#8217;data:post.embedCommentForm&#8217;>
<b:include data=&#8217;post&#8217; name=&#8217;comment-form&#8217;/>
<b:else/> <b:if cond=&#8217;data:post.allowComments&#8217;>
<a expr:href=&#8217;data:post.addCommentUrl&#8217; expr:onclick=&#8217;data:post.addCommentOnclick&#8217;>
<data:postCommentMsg/></a>
</b:if> </b:if> </p> </b:if>

Step 5: Save the Template.

Step 6: Go to Dashboard --> Settings --> Post Comments and Sharing

Step 7:In the Comment Location Box Keep Embedded Option in the box.

Hope it was easy, Enjoy..and do not forget to comment us.

Related Posts
Previous
« Prev Post