Monday, June 29, 2009

Embeded Comment box

First you have to signed in to http://draft.blogger.com and be careful. it’s not blogger.com
it is go to draft.blogger.com. You can sign with your google mail account. Next make sure to check the box beside Make Blogger in Draft my default dashboard. on top of the page.

Then login to you blog, go to Edit--> Layout--> edit HTML. Check the widget box

<p class=’comment-footer’>
<a expr:
href=’data:post.addCommentUrl’
expr:onclick=’data:post.addCommentOnclick’>
<data:postCommentMsg/></a>
</p>
</b:if>

and replace them with

<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>

No go back to Draft.blogger.com and go to setting, comment and check box



The embedded comment form can not be used if you have Post Pages disabled.


And Save. Your done.

Signature

Twit This!

No comments:

Monday, June 29, 2009