I am sure all my friends bloggers are eager to interact with the audience. It required a column or box to exchange opinions. One is via the comments box, box comment is one of the features that must be present in a website / blog as a means of interaction between visitors to the owner of the website / blog and can also be a discussion on the topic of the article that was published in the website / blog.
Hence the importance of the existence of the comments, many bloggers who make modifications comment box to allow visitors to give their comments on an article or posting and one of his creations is a show or make a comment box is under the posts.
Then how in the Comments Box Down Make Blog Posts? Here's how:
- Login to your Blogspot, click Settings, and then click Comment and Comment Form Placement menu, click on the words Embedded below post, upon completion, do not forget to Save. Approximately picture as below:
- Back to your blog dashboard, and then click Layout, and then click Edit HTML, and do not forget to love a check in the box Expand Widget Templates, and then find the code as shown below:
<p class = "comment-footer"> <b: if cond = 'data: the 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: the 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> - Save Template and see the results.
- 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' />
Once the above code is found, add the following code just below the code above:
<b: include data = 'post' name = 'comment-form' />
For example, like this:
<b: include data = 'post' name = 'comments' />
<b: include data = 'post' name = 'comment-form' /> - Then Save Template and look at the bottom of your posts have now been integrated in the comments column of each page of the post blogspot. But if it still does not work well, please re-read and study carefully this tutorial, there are procedures that may be missed.
0 Komentar untuk "Make Comments Box Under Blog Posts"