2009/03/08

Create comment box for blogger

Many users have asked me how to create the comment box after each entry even you try anything to make it appear.Dont worry because today I will lead you how to make it back on your template.This is the comment box:
Look this pic:
I am sure you have chosen it(Embedded below post) many times but the comment box still not appear.


There are some reasons why it does not appear :
Maybe your blog is just created , and that Blogger default template is not added the comment box code.Or you have crashed your template...

Ok now, lets go.
Go to Layout--->Edit HTML--->Expand Widget Templates

and find this code ( you must choose Embedded below post in Setting tab before)

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



and change it by this code instead:

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


In case your comment box still not appears in each entry, you can add this red code in this location:

<b:include data='post' name='post'/>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
<b:include data='post' name='comment-form'/>
</b:if>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>


Done!Now click Save and join
Dont forget to subcribe me to get more interesting tips daily.Thanks for your visit.
If you have any problems please leave a message

1 comments:

DOKTER said...

ost.createLinkLabel


I've check my layout and i found only this. Is that true script that i've to replace by new script?

Thank you very much
Visit me at www.meditasimendoan.co.cc
mail: dokter.monte@gmail.com

sincerely,
dr.Monte Selvanus Luigi K

Post a Comment

Thanks for reading , if you have any problem please leave me a comment here I will help you by my best.Please note that you put the friendly words tohelp each other to improving and developing these tips to be better,or the best way for you to track my blog is subscribing my Feed.You are always welcome on Zenplate.
Best regard
Zen

 
.