Advertisement

Latest News

How to Create Comment Box Under Blog Posts

By Unknown - Friday, September 7, 2012


Comment box is one of the features that must be present in a website / blog as a means of interaction between the visitors with the owner of the website / blog and can also be a discussion on the topic of an article published in the website / blog.

Hence the importance of the existence of the comment box, many bloggers are doing modifications to the comment box allows visitors provide their comments on an article or posting and creation is one of the show or make a comment box located below the post.

Then how to Make a Comment Below Box Blog Posts? Here is how:
  1. Log in to your Blogspot, click Settings, and then click Comment on the Comment Form Placement menu, click on the words Embedded below post, when it's over do not forget to Save. Roughly like the image below:

  2. Back to your blog dashboard and click Layout, and click Edit HTML, and do not forget you check the Expand Widget Templates box, then look for the code as shown below:

    <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>

    Then replace it with the code below:

    <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>

  3. Save Template and see the results.
  4. If the above still have not managed to make the comments below the post, please try another way, find the code below:

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

    After the above code is found, add the following code directly beneath the code above:

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

    Examples such as these:
    <b:include data='post' name='comments' />
    <b:include data='post' name='comment-form'/>

  5. Save Template and then look at the bottom of your posts now have a comments field on every page that Integrate blogspot post.

Follow our blog on Twitter, become a fan on Facebook. Stay updated via RSS

3 komentar for "How to Create Comment Box Under Blog Posts"

  1. Very helpful post to be mentioned. Thanks for the sharing.

    Buy Wardrobe Online | Buy Celebrations Online

  2. Thanks for sharing this kind of information. People will surely like this kind of information.Web Developers Bangalore | Web Developers Bangalore

  3. This is really something very interesting information regarding the uses of Thanks for the post,Website Design Company Bangalore | Best Web Design Company in Bangalore

Leave a Reply

Advertisement