Translator

Making Comments Box below Postings

I'm sure all my friends bloggers really want to interact with the visitors. It required a column or box to exchange ideas. One is through the comment box, comment box is one feature that should exist in a website / blog as a means of interaction between the visitors with the owner of the website / blog and could also be a place of discussion on the topic of an article published in the website / blog.

Because of the importance of the existence of the comment, many bloggers are making modifications to facilitate visitor comments box to give his comments on an article or posting and one of his creations is a show or make a comment box under the posting.


Then how to Make Comments on Lower Box Blog Postings? Here's how:

1. Login to your Blogspot, click Settings, then click on Comment and Comment Form Placement on the menu, click on writing Embedded below post, when it's finished do not forget on Save. Approximately picture as below
:


2. Return to your blog dashboard and click Layout, then click Edit HTML, and do not forget you check the Expand Widget Templates box, then look for code like this:

<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 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 comment at the bottom of the post, please try another way, find the code below:

<b:include data='post' name='comments' />
  
Once the code above is found, add the code below directly beneath the code above:

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

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

Then Save Template and look under your postings now have an integrated column comments on each post page blogspot. However, if still not work, please re-read and study carefully this tutorial, there may be an overlooked procedure.

Categories:

0 komentar:

Posting Komentar