150 How to add a comment form beneath your blog posts
Friday, June 27, 2008 /


Blogger have developed an inline (embedded) comment form which can be enabled through Blogger in Draft. This is probably the most requested feature for Blogger, and I'm sure many of you will want to use this straight away!





To enable inline comments for your Blogger powered blog, you need to log into your dashboard through Blogger in Draft. Then go to Settings>Comments and scroll down the page to see the new "Comment form placement" setting:





Check the radio setting for "Embedded below post" which will enable the display of the comment form below your blog posts.



If you have customized your template, you will need to make a small change to your template code for this comment form to display. But don't worry, it's a very simple customization to make!



Simply go to Layout>Edit HTML in your blog's dashboard and check the "Expand widget templates" box.

Then search for this section of code:







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

Replace this entire section of code with the following 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>

Then save your template.

Now when you view a post page in your blog, you should see the new comment form in place!



Update: As many of you have pointed out in the comments, not all templates feature the code I've described above.



Luckily, Is has offered a method which is much easier to use, and has worked for every template I've tried so far. So if my original method isn't working for you, try this instead:



Search for this line in your template code:



<b:include data='post' name='comments' />

Immediately after this line, add the following line of code:

<b:include data='post' name='comment-form'/>

Then save your template. This method adds the required code for the comment form without having to alter the whole comment area, and is very useful if you have experienced problems using the original method Thanks for the hint, Is!



If you don't see your comment form, make sure you have changed this setting through Blogger in Draft and have added your code in the correct place in your template.



You can see this comment form in action beneath this post. Using this comment form allows readers to comment using their Google account, OpenID, Name/URL and all of the settings previously available when using a pop-up or full page comment form (depending on the settings you have chosen).



I am very happy to see that Blogger have listened to our requests and have added this great functionality to our blogs. There are also some other new features added to Blogger in Draft including an improved posting page and import/export features which you can read about in the Blogger in Draft blog.



Please let me know what you think of this new feature by leaving your comments below.

150 comments:

February 1, 2009 at 7:31 PM
Anonymous said...

great stuff

February 2, 2009 at 4:44 AM azuraiz said...

Thank You Amanda for this tutorial...

February 3, 2009 at 8:23 PM thatryan said...

Hi Amanda, I am new, and am using the minima template that I just customized a bit, add third column. I follow this and nothing happens under my post, still just the comment link that hops to the post page comment form. I have tried this on like 4 different templates now, is it no longer working?
Thank you.

February 3, 2009 at 10:49 PM Motorhomes for sale said...

Awesome post....Thats a kind of tutorial very impressive! its working great for me.????

February 5, 2009 at 11:21 PM Free Ringtones Gratis said...

Thanks for this trick amanda..
I'm came for Free Ringtones Gratis
Thanks and Good Luck, Success

February 9, 2009 at 11:55 AM pradeep gautam said...

Hey , Its nice to see everything here . Very useful blog. Keep it up.

February 11, 2009 at 7:57 AM web templates said...

Thanks Amanda for helping us all out,
Some of these"simple to use/edit" open source and blogger platforms can be a little confusing with their coding from time to time,
Anyways,
2008 was a wonderful year for web design and

technology in general. I hope to see some excellent

designs this coming new year.
Check out Adamssite for

some eye popping web templates, web page

templates
, and html templates.
Happy New Year,
Adam

February 14, 2009 at 12:54 AM Jim said...

Why is it that you don't respond to people's comments and questions?

February 15, 2009 at 2:46 AM
Anonymous said...

hey thanks for all the information people
like http://www.rateyourtrip.com i enjoyed
it very much so ... helped me alot with
everything i was looking for

February 18, 2009 at 9:24 AM www.wmasr.com said...

thanks amanda, this really help me coz i really one this comment form....

a million thanks for sharing with us.

sure i put a
copy of this lesson on my site here

www.wmasr.com

February 19, 2009 at 5:53 PM eeeian1 said...

thank u very much,i was not able to add comment box for long time b4 read this article,can u tell me how to enclose each comment in a box like u have done

February 22, 2009 at 4:53 PM irhille said...

thank you for this code.
i tweak my codes to have the form.
its too tough to do.
coz my original codes are put in different places.
so i put the replacement codes one at a time.
cheers.

February 24, 2009 at 3:08 PM cOokiemonmon. said...

help!! it doesn't seem to work for me..
please check my site out and tell me what's wrong.. thanks!!

February 25, 2009 at 8:15 AM Alejandro Montenegro-Montero said...

Thanks! This worked perfectly.
I have, however, a question. Is there a way to narrow this window?
It's just that with my template, is goes slightly out of the margins I've set up for my central column.

February 25, 2009 at 6:29 PM dnnya08 said...

This feature doesn't work anymore.
Thanks for your information.

March 1, 2009 at 5:54 AM inAm said...

Hey everyone!
I have tried the above explained methods but what happens to me is, while the page is loading i can see the comment box for like one second and than it disappears! Im not sure whats wrong. Anybody please help!? I am using a custom template btw.

March 1, 2009 at 11:26 PM
Anonymous said...

Thanks Amanda, for your helpful post.

March 3, 2009 at 11:50 AM Deb Thaxton said...

It didn't work in my special template and I'm not sure why. Can you visit and help please?

http://thaxtonfam.blogspot.com

March 5, 2009 at 3:03 AM Spaghett1 said...

I have made something similar to this.. I made a Contact Form, Submit Article and Pictures by using a Content form and its in Blogger.com.

http://www.botsnhacks.blogspot.com

March 6, 2009 at 5:36 PM mike said...

Thanks for sharing this. Everything is getting more and more reader involved/interactive these days. Blogs are important simply because people can add comments. If only the main static websites would start adding comment forms after the main articles.

March 8, 2009 at 8:41 AM - flow - said...

Hi Amanda,

I'm doing my head in trying to display the embedded comments box on my blog. I tried the most simple insertion you recommended above: "b:include data='post' name='comment-form'/", because I couldn't find the more elaborate code. My blog is: http://projectoneworld.blogspot.com

I'd really appreciate your help!

I have enabled all comments and backlinks btw.

Thanks very much

March 8, 2009 at 12:13 PM Kat said...

It's a great feature, if you can get it to work with your template.

March 9, 2009 at 9:14 PM Godiva Rides said...

Amanda ... SO COOL!!

I followed the link that POCKET provided ... to you.

Blogger in Draft??? Didn't know it existed! May have been a problem in trying to change codes!

1st time got the "Parsing" message ... realized I included the /b AFTER the /p - corrected that and IT WORKS!!!

Now I have to figure out the "read more" feature :P
which cuts off my post and goes nowhere ... possibly because I wasn't in the "BLOGGER IN DRAFT" mode?

THANK YOU!!

March 9, 2009 at 10:44 PM
Anonymous said...

hi

March 10, 2009 at 10:31 PM Sildenafil Citrate Soft Tabs said...

THANKSSSS!!!!! great code

Am i going to see comment box instantly....or will take time???

March 12, 2009 at 11:32 AM Aimz said...

Amanda,
Thanks so much for this in-depth article. Now I'm able to have the comments right under each post, instead of only when the post was viewed on its individual page. I'd had "embedded below post" checked off from the start, but because of my custom layout, it wasn't working on the main page. Thanks again!

March 13, 2009 at 12:26 PM Ritesh Kawadkar said...

how can i get recent post archives widget as in your blog that is all in one

March 14, 2009 at 8:52 PM
Anonymous said...

Testing a link: http://www.google.com

Testing a link that probably won't be clickable: http://www.google.com

March 15, 2009 at 1:54 PM Alex said...

Thanks for your useful post...

March 16, 2009 at 4:41 AM Brandon Butler said...

Thanks! Your first code would not work at all even though I did it correctly. I stared at it and stared at it. I just couldn't understand why it wouldn't work. But your second method worked like a charm.

March 21, 2009 at 10:04 PM blogywalker said...

waw what a great way you are my sense! thanks for that

March 23, 2009 at 9:48 AM dede said...

Amanda! You have done a great job.

Its really work and i just adding it today!

Thank a lot

Cheers

http://www.eblogtalk.com

March 26, 2009 at 12:57 AM Holiday Travel Deal said...

The latest worldwide discount holiday travel deals including cheap holidays can be found in our Bargain Box section. As a result of our continual efforts to bring you the best travel deals available in an effective and reader-friendly format, we are proud to bring you a redesign of the Bargain Box. Holiday Travel Deal

March 26, 2009 at 2:45 AM Car Donation Charity said...

Our vehicle donation program, administers a highly specialized program where people may donate Vehicle like Auto, cars, trucks and boats.

Car Donation Charity

March 26, 2009 at 5:22 AM watzabatza said...

Thanks for this idea. I changed mine now.. Really cool stuff... More Power!

March 31, 2009 at 1:57 AM
Anonymous said...

Just tried this...it works...but goes to top of the page after submitting the comment; Any way to retain at the bottom of the page? - Thanks

March 31, 2009 at 1:36 PM
Bo said...

I have the same problem as Krib. Krib, I just checked your blog and it looks like you figured it out? Can you post how you did it?

April 2, 2009 at 11:32 AM feed the donkey! said...

Thanks for the post. I'm going to give it a try.
You're the best!

April 7, 2009 at 5:06 AM Miaoness said...

THIS IS AWESOME!
I've browse tru SO many sites that teach me how to solve this problem w/out results!
but you're the only one that list out the 2nd choice if the 1st one doesnt work.
clapclap!

April 7, 2009 at 4:32 PM
Mayur Somani said...

How can I change the font color of "Comment As:". Please reply. I read somewhere that it is hardcoded in the widget. If this is the case then please explaing how can I edit the widget.

Thank you for your time.

April 12, 2009 at 5:28 PM GolfTipEditor said...

Another winner. Simple, easy, and it works. Thank you Amanda.

April 17, 2009 at 4:04 AM Asif said...

Thanks for the info.

http://www.infomist.com/

April 19, 2009 at 11:06 AM jayr said...

i used to try this thingy to my new webBlog, posting a comment below my blog post.. but it seem not working in my blog. i try the update one, but it also not working.. here is my blog

http://cebufestivals.blogspot.com

can u help me this thing?? thanks..jayr

April 20, 2009 at 3:44 AM Pradeep CD said...

Thanks... I was searching about this for long time...

April 23, 2009 at 6:54 AM 2009 Movie Trailers said...

Thanks a bunch! just what I needed

May 2, 2009 at 3:43 PM Fahmi Reiz said...

Hey there Amanda, its kinda great of you to give this tips out. Very helpful.
Great job, keep it up!

May 3, 2009 at 2:28 AM ramdhan sulaksana said...

hi

nice blog. thanks..

ramdhan
http://vacation.byethost8.com

May 4, 2009 at 7:49 AM Nirvanknight said...

Thanks a lot dear!!! The hack works very well on my blog...

-nirvanknight

http://knight-nirvan.blogspot.com

May 6, 2009 at 2:04 AM Adi F. Paputungan said...

Hi All,
Unfortunately, I can't make this code to work. First, I can't find <p class='comment-footer'> at my template. The alternative solution proposed by Is also do no effect. Sigh.. I have to find an expert to take a look my code or else, changing my template (that I'm gonna hate to do it). Thks everyone.

May 6, 2009 at 11:30 AM
Anonymous said...

Great blog posting.

CV Tips

May 6, 2009 at 9:14 PM Vidit said...

Thanks, I was able to add comment form below the posts.

May 7, 2009 at 10:23 AM Dofollow Blogs said...

Why I have no see my comment form?

May 8, 2009 at 7:18 PM Our Family said...

Hello, This is great thank you for the clear direction. Can you take a look at my comment box here: http://hereweare-soeherman.blogspot.com/2009/05/weekly-joke-homeless.html#comments is there anyway I can move the box a liitle bit to the right so it doesn't look like it's touching the left side bar?

Your help is greatly appreciated.

Regards,
Michael Soeherman

May 8, 2009 at 7:19 PM Our Family said...

Hello, This is great thank you for the clear direction. Can you take a look at my comment box here: http://hereweare-soeherman.blogspot.com/2009/05/weekly-joke-homeless.html#comments is there anyway I can move the box a liitle bit to the right so it doesn't look like it's touching the left side bar?

Your help is greatly appreciated.

Regards,
Michael Soeherman

May 10, 2009 at 2:09 AM
Drude said...

Many thanks..
Your second code (include data='post' name='comment-form) worked like a charm!
Drude

May 10, 2009 at 9:00 AM Lee71 said...

Ive tried every method of adding this to my blog and still doesnt work, it just shows the "0 comments" message under the posts, its enabled in the options too.

May 10, 2009 at 9:01 AM Lee71 said...

Ive tried every method of adding this to my blog and still doesnt work for me.Its enabled in the options too.

May 10, 2009 at 9:02 AM Lee71 said...

Ive tried every method of adding this to my blog and still doesnt work for me.Its enabled in the options too.

May 10, 2009 at 9:03 AM Lee71 said...

Ive tried every method of adding this to my blog and still doesnt work for me.Its enabled in the options too.

May 10, 2009 at 9:04 AM Lee71 said...

Ive tried every method of adding this to my blog and still doesnt work for me.Its enabled in the options too.

May 11, 2009 at 7:41 AM Cheen2 said...

view my blog saregama4ll.blogspot.com

in this i'm not getting post comment option, users are not being able to post the comment ...

please help

May 11, 2009 at 7:42 AM Cheen2 said...

see thi blog posting comment is not available in my blog...

saregama4all.blogspot.com

May 12, 2009 at 3:47 PM Belinda said...

I am overly annoyed! I have been trying this ALL day! Differnt templets and nothing works! HELP!

May 21, 2009 at 6:18 PM NicKatLam said...

Wow! I have been trying to get my template to allow embedded posts for ages! I feel like I have tried everything...except for your one liner. I was a huge skeptic but now I am extremely happy to see it is working. Thanks so much!!

May 23, 2009 at 9:34 PM Bea said...

THANK YOU SOOOOOOOOO MUCH. This was driving me insaaaaaaaaaaane. It is now fixed, after having to uninstall and reinstall a new template, and adding your updated code. THANK YOU SOOOO SOOOOOOO SOOOOOOOOOOOOOOOOOOOOOOOOO much!

This saved me so much trouble you wouldn't believe :)

May 24, 2009 at 1:36 AM Barry said...

worked for me, thanks =D

May 28, 2009 at 8:54 AM
noniQ said...

thank you so much ^^

May 29, 2009 at 9:56 AM Blogspot Template said...

Nice info..I will try at my blog

May 31, 2009 at 4:41 AM
wajira said...

great....

June 1, 2009 at 3:31 AM Venkatesh Vedhakumar said...

Cool tip....... helped me lot

June 3, 2009 at 9:37 PM
Anonymous said...

Where do I search for the code?

June 4, 2009 at 7:56 PM Red Gear said...

Nice, it's been i am looking for. I'm using second methode. But i replace the script instead of add it under the original script.

June 7, 2009 at 9:37 AM taint said...

thanks for the great info on how to include a comment form on each post. I have a custom template and the second option worked perfectly. you can see how I got it to work or make a comment on my blog The Mexican Taint

June 9, 2009 at 9:24 PM Erica M. Pegg said...

Hi Amanda,

My blog at
http://sydneyfever.blogspot.com/ used to have comments embedded below the posts. You can see this was working back in June 2008 under the "honeymoon musings" post. However, for some reason, it stopped working and now they are no longer embedded.

I tried both of the methods you described on this post, but didn't have either of the html codes you mention in my template.

Can you offer any other suggestions?

Thanks a lot,

Erica

http://sydneyfever.blogspot.com/

June 10, 2009 at 11:01 AM Sandeep said...

After the inserted code add this line /b:if
www.techieway.blogspot.com

June 11, 2009 at 4:34 AM VOIP Software said...

http://www.voip-services-provider.co.uk
Voice over IP (VoIP) software is used to conduct telephone-like voice conversations across the internet. There are many free VOIP Software available on the webs for download. VOIP Software is popular because VOIP phone service is often cheaper than traditional phone service, and is becoming more popular for both business and personal calls.
VOIP Software

June 13, 2009 at 12:08 AM aizen said...

hi, your trick works but a got an error message at the top of my blog "TEMPLATE ERROR: Error during evaluation of comment-form "

please help

June 13, 2009 at 7:32 PM
Cyber said...

sdfdsdfsdsd
asfdsdfdsf

June 15, 2009 at 8:17 AM paw said...

thanks! this works for me. :)

http://google-money-system.org/google-money-master-review/

June 17, 2009 at 8:40 AM Ashleigh said...

Hello,

Can you tell me how you moved your embedded comment box over to the right? Mine is jammed into the border.

Thanks.

June 18, 2009 at 7:42 AM babu @ lokesh said...

Thx i've applied it on my blog www.newhackerszone.tk From then my visitors started more comments on my site....

June 19, 2009 at 4:30 AM Perception System - Taufik said...

I Understand little little .
Right now I have no time but when i come back to this post, i will discuss about this.

June 19, 2009 at 5:21 AM How To Approach Women said...

How To Approach Women

http://approachwomeneasily.com

June 20, 2009 at 9:27 PM ALLAN said...

thanks for the info....

June 23, 2009 at 4:42 AM `silentscreamer said...

THIS TOTALLY HELPED! THANKS!

go check out my blog! NEWLY UPDATED COMMENTS TOO!XD

http://www.plooptastic.blogspot.com

June 25, 2009 at 12:19 AM Benu said...

Thanks buddy, it was of great help.

June 28, 2009 at 9:08 PM MARiZA said...

i've tried everything. but my blos still cannot be comment by readers. i'm so sad. please anyone guide me! maryammahfuza.blogspot.com

June 29, 2009 at 3:48 PM Massiah said...

Hi,

This content is really helpful but I want to know more about comment template because I like the template of word press. Is there any way to do that kind of template in blogger.

Thanks
Alam
http://www.xrangeglobal.com

July 1, 2009 at 1:06 AM ramaraobobby said...

none of the above is working for my blog.

full page comment section was running very well on my blog until yesterday when I have tried to install IntenseDebate comment widget. I didn't like it actually coz it has deleted my older comments and there is no import comments option either. So I have uninstalled IntenseDebate and this PROBLEM COMMENT PROBLEM STARTED.

I suspect IntenseDebate has change my template code at many places.

Now I don't have any comment section.
Please help Amanda. I have posted my query to eblogtemplates but there is no reply.

Even if you want I can provide you the xml code.

I have tried all the ways found in google search. But comment section is not enabling. The closest I could reach is getting "Post a Comment" below my posts with a blank white space in place of this comment section here.

Please don't be a inactive admin like David @eblogtemplates and reply me soon Amanda

July 3, 2009 at 2:59 AM Joachim Elsander said...

Hi!
I tried this and it works fine except for one big thing. The comments don't work well in Internet Explorer, if fact somtimes they don't work at all.

People cant leave a comment all they get is a error massage. (I have only tried with the latest IE) Firefox, Chrome, Safari and Opera works fine but not IE. Since 50% of my users still uses it, this is a big problem. Anybody else with this issue? My website is in swedish www.kolportoren.com

Any help appreciated!

Thanks for a great site!

July 3, 2009 at 11:52 AM teratips said...

it sounds good and promising

July 4, 2009 at 3:57 PM NeLz said...

:( i want this & can't get it to work...help?! ♥

July 7, 2009 at 7:03 AM utari.cassie said...

hey, sorry
I couldn't find the "Expand widget templates" box.
I guess I'm using a different templetes ?
classic one I guess

do you have othr suggestion ?

July 8, 2009 at 9:13 AM
Anonymous said...

thanx

July 8, 2009 at 2:35 PM Ben The Guy said...

Thanks man you rule!!!!!!

July 9, 2009 at 2:56 PM Paula said...

thank you thank you thank you thank you thank you thank you thank you thank you thank you :) no copy/paste, you deserve the real thing!!

July 11, 2009 at 4:10 AM Ranjith said...

Every thing appears to be ok, but i still don't get the comment box embedded..Even after reverting the template to the defaults...

July 14, 2009 at 2:12 AM fo2sh said...

working perfect
thnks amanda
http://ps-galaxy.blogspot.com/

July 17, 2009 at 10:38 AM yarismak said...

thanks you very good articles

July 20, 2009 at 9:02 AM ramesh said...

Great post for beginners...keep continue and many more years to come...

Your best friend ramesh

July 20, 2009 at 2:25 PM moratmarit said...

This articel that i need, work great. http://moratmarit.com/ thanks Amanda.

July 21, 2009 at 5:47 AM Dieorfly said...

Thanks it helped me.

Visit me at: http://waysmakingmoney.blogspot.com/

July 22, 2009 at 10:39 PM penis enlargement said...

More & more people know that blog are good for every one where we get lots of information any topics !!! Discover the best male enhancement pills and products for men's health at www.male-sexual-styles.com

July 23, 2009 at 4:22 AM rohit said...

I hv done evry posibl step to make it appear but nothing works.
I dnt knw wat d matter is it is appearing in other blog of same template of mine. .can u plz show me a way!
http://stayhere4fun-dj.blogspot.com

July 26, 2009 at 8:02 AM LaBelleAurore said...

I know this is like a year old - or will be tomorrow - but I have this set up on a custom template and I can see the comment form, but visitors to my blog say they can't (I am talking to them via LiveJournal when they tell me this) see the text entry form. They say they just see a big, empty space. This really doesn't make sense to me. I would just go ahead and change templates, but I'm afraid it won't work either.

July 27, 2009 at 12:48 PM Mia said...

Dear Amanda,

Firstly : You are such a beacon of light to the Bloogger community & the Platform itself [ You are the Mother Teresa of Blogger that is certain! :) ] . Secondly : I want to thank you for this article . I have been struggling for the past 4 days within my plight into finding a solution as to how to make the comment form appear under the posts . I have recently begun my blog & had downloaded a beautiful Template from Dezinerfolio ( which I did not want to part with ) however : there was no comment form on the entire template ! I had added a script just to be able to have the pop up version , but I feel that the form beneath the posts is much more preferable . I have gone through about 100 various scripts - this was the only one which worked ( just as all of your scripts do ! :) Thanks again for making this newbie bloggers life a bit easier . Wishing you much continued success within all of your life & career endeavors . I shall be returning here on a frequent basis ( as I have much to learn , thank you for being my ' online mentor ' :)

Mia 

July 28, 2009 at 5:57 AM Prabhu said...

how to post comment to blogger from my site..

July 30, 2009 at 7:55 PM Setiawan Tirta Wijaya said...

THx for the tips you've given to us..
I'e used in my blog.

Please Visit : TOEFL | TOEIC | IELTS

August 2, 2009 at 3:52 PM
Anonymous said...

great posts


thanks
------
http://ecrazysales.com - find your digital product

August 3, 2009 at 6:24 AM astarini said...

I wonder why the comment link doesn't appeared on my blog.. is this could help me?

August 3, 2009 at 7:27 PM
Greg Diaz said...

I added that extra line of code and it worked perfectly! Thanks. I'm going to subscribe to your blog.

August 5, 2009 at 3:15 PM Fahad said...

Great post
it was very helpful for me thanks for you blog and all the great posts you got....
Cheers

August 7, 2009 at 2:15 AM Free International VOIP Calls WorldWide said...

This is great information. I was looking for this on google and found your great article. Now my blog will be nice. Thanks

August 9, 2009 at 12:41 AM
Anonymous said...

nicework

August 9, 2009 at 7:14 AM Rahul said...

Hi,
My blog is http://rahul-bhattacharya.blogspot.com/
Recently I found when I got about 210 comments in one of my posts, that only the first 200 comments are visible. Rest of the comments are existing, because they show up when I delete a few comments, but the comments beyond 200 stay hidden. Here is the post http://rahul-bhattacharya.blogspot.com/ Can you please help me to make all my comments visible? Thanks in advance :)

August 9, 2009 at 1:36 PM Marcy K. said...

I have a custom template and the second code you mentioned works. Thanks so much. I have a few problems though:

1) There is no "leave comments" on the home page, only on individual pages. You need to click on where it says "(0) comments" which is not helpful for many.
2) On individual pages the original comments link is still there.
3) I have checked all my settings but I am neither notified of a comment (either in email or on the desktop) and therefore cannot moderate any comments.

August 12, 2009 at 5:19 PM
Dmytro Muzychenko said...

I was wondering if one could remove the big blank space underneath the Post Comment and Preview buttons - every blog I've visited that has the embedded comment form from Blogger Draft (including yours) has a big blank space after it. Is there any way to fix it? Is there any other embedded comment form Blogger hacks that can replace Blogger Draft's version?

August 13, 2009 at 2:03 AM Ecommerce said...

Nice post, I'll definitely going to try it. Thanks.

August 15, 2009 at 2:32 AM Ayurveda said...

I'll do what you did in this text.
I wish it would be useful.

August 20, 2009 at 12:23 PM kav key said...

Hello sir in my blog commenting is not working.
plz tell me how to correct this

August 21, 2009 at 5:47 AM stev4n said...

By using the services of an seo consultant
they can make sure that the search engine optimisation implemented, will have the necessary effect, they will compliment this by adding your website to a web directory .
They know the fundemental errors that a website designer may make when designing your website.
To compliment the seo they may recommend a pay per click campaign, to help you generate inquiries, while the optimisation teakes effect.
They will also update you on seo news, unlike an normal seo company ,also they will suggest to create blogs about your products like leather sofas or if its a service like
ironing services to assist with your seo.

August 22, 2009 at 9:08 AM prophet666 said...

nice information i always look up your site

August 23, 2009 at 4:11 AM Free Kaspersky key said...

Finally i did it.Many many thanks to you.

August 24, 2009 at 3:47 AM Herbal Natural said...

Hello, it’s very good site!!! I like it.

August 25, 2009 at 2:22 AM replay said...

amanda~
i need ya help..
i dont hv comment box below my post..
i tried all the tips u given..
bt then..
failed!!!><

September 2, 2009 at 11:49 PM Dave said...

i got the same message so whats the go?

September 4, 2009 at 10:03 PM Kelab ERT said...

The first method didn't work for me...it mentioned something like an XML error message...but the 2nd method, the one with shorter codes, worked, but the problem is, it only shows the comment form, whenever I clicked on it eventhough there are comments, I cannot view them....

September 4, 2009 at 10:11 PM Kelab ERT said...

Ooops...finally..it worked....sorry for the previous comment...I thought I'm suppose to replace the line of code with the new one..but actually i'm suppose to put it below...ahahaha....I feel so stupid right now...

September 13, 2009 at 6:15 AM Parça Kontör said...

Am i going to see comment box instantly....or will take time?

September 13, 2009 at 7:03 AM lluis said...

Thanx Amanda! So happy now!

September 15, 2009 at 8:09 AM SUGAR B said...

Thanks for this! It was a definitely blog saver for me! YAY!

September 15, 2009 at 5:10 PM Our Purpose said...

I cannot get this to work on my page! Please help. I've done everything...

Post a Comment