Friday, August 14, 2009

Make a Comment Box in Blogger post Bottom

Eventually also come .... After the long-awaited by the fans waiting setianya, the end of blogger / blogspot also published a comment box or comment box that appears directly under posting. If the past is only a link "Post a Comment", then the other now, I now direct commentary box appears exactly the posting (such as the comment box below). With the comment box like this, akupun willing to change the first box komentarku (haloscan) with the comentbox this. Although the comment box is still in draft but it is enjoyed. Here's how I make a comment box under the blog posting. 1. Login to http://draft.blogger.com, Remember the http://draft.blogger.com not blogger.com. 2. Is the menu to Settings -> Comments. Then replace the "Comment Form Placement" to "Embedded below post" (see picture below) 3. Then click "Save settings" Now try to see you blogging and try to click on one of postinganmu and see the result, if the box has been posting comments under you or not. if adequate steps are meant here. If not follow the steps below. (this is because the HTML code tiap2 template is different. For the default template of a new blogger, HTMLnya code is changed, while the long-template or take from the outside are not there and I also have). 4. Then go to menu "Layout -> Edit HTML" 5. Check box "Expand widget templates". 6. You 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. View deh a result, you try to click one of the post you, under the comment box will appear like this punyaku (For those who succeed).