Jan 10, 2014

Making Comment Box Under Blog Posts

I'm sure all my friends bloggers are eager to interact with the visitors. It required a column or box to exchange opinions. One is via the comments box, the comments 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 Placementmenu, 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 theExpand 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: the post.allowComments'> <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'> <data:postCommentMsg/> </ a> </ b : if> </ b: if> </ p>


1. Save Template and see the results.
2. 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' />

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

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


4. 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. But if it still does not work well, please re-read and study it carefully this tutorial, there are procedures that may be missed.


May be useful

No comments:

Post a Comment