Facebook
RSS

Change Post comment link to comment box in blogger

-
ilovemyga

Comment box that appears directly under the posts. If it had just a link "Post a Comment", and there is also a blogger template that was just a post comment link, and sometimes post comments  link can not open,  different from new bloggers, who is now a direct commentary box appears just below the post (such as the comments box below). With the comment box like this, I would be willing to replace the old comment box with new comment box. Although the comment box is still in draft but can be enjoyed.

Here how to make a blogger comment box under the posts, which is not a comment link.

1. Log in to http://blogger.com.
2. Then to the menu Settings -> Comments. Then replace the "Comment Form Placement" to "Embedded below post" this setting for old blogger
3. Then click "Save Settings"

Now let you see your blog and try to click on one of your posting then see the result, whether there was a box under the post or reply comments yet. when it means the pace is quite here. If you do not follow these steps.
(this is because the HTML code different template. For the default template of a new blogger, has changed their HTML code, while the long-or grab a template from the outside there who have not and some who have).

4. Next go to "Layout -> Edit HTML"
5. Put a check box "Expand widget templates".
6. Then find the following code:

<p class='comment-footer'>
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
<data:postCommentMsg/></a>
</p>
</b:if>
7. Then replace the code 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> </b:if>
8. Then save your template.

See result, try  click one of your posts, then it will appear underneath the comment box.
sources http://trik-tips.blogspot.com/2008/07/membuat-kotak-komentar-blogger-di-bawah.html

Leave a Reply