-
New Inline Comments Form
- body
-
See this page for a similar hack for the new version of Blogger.
This hack does not work with Blogger BETA.
After considerable use and some feedback from both users and implementors I have redone my inline comments form hack. The new hack should be simpler, cleaner, and XHTML-valid. Previous implementors will have to remove the old hack before continuing.
You might also wish to check out the asynchronous version of this hack
This hack is now coComment-compatible.
- Word verification for comments must be turned off (to do this go to the 'comments' tab in your blog settings, scroll to 'Show word verification for comments?' and select 'No')
- Turn comment posting by anonymous users on (to do this go to the 'comments' tab in your blog settings, scroll to 'Who Can Comment?' and select 'Anyone')
- Insert the following code into the <head> section of your blog template :
<script type="text/javascript">
//<![CDATA[function toggleitem(postid,linkid,newtxt,displaytype) {
if(!displaytype) {displaytype = 'block';}
var whichpost = document.getElementById(postid);
if (whichpost.style.display != "none") {
whichpost.style.display = "none";
} else {
whichpost.style.display = displaytype;
}
if(linkid) {
var lnk = document.getElementById(linkid);
lnk.href = "javascript:toggleitem('"+postid+"','"+linkid+"','"+lnk.innerHTML+"');";
lnk.innerHTML = newtxt;
}
}//]]>
</script> - Replace the <$BlogItemCreate$> tag with the following code:
<!– COMMENT FORM –>
<ItemPage>
<script type="text/javascript">var blogTool = "Blogger";
var blogURL = "<$BlogURL$>/";
var blogTitle = "<$BlogTitle$>";
var postURL = "<$BlogItemPermalinkUrl$>";
var postTitle = "<BlogItemTitle><$BlogItemTitle$></BlogItemTitle>";
var commentAuthorFieldName = "anonName";
var commentAuthorLoggedIn = "false";
var commentFormID = "cformtag<$BlogItemNumber$>";
var commentTextFieldName = "postBody";
var commentButtonName = "post";
var cocomment_force = false;</script>
<script type="text/javascript" src="http://www.cocomment.com/js/cocomment.js"> </script>
</ItemPage>
<ItemPage><a href="javascript:toggleitem('cform');">Post a Comment</a>
<div style="display:block;" id="cform"></ItemPage>
<MainOrArchivePage><a href="javascript:toggleitem('cform<$BlogItemNumber$>');">Post a Comment</a>
<div style="display:none;" id="cform<$BlogItemNumber$>"></MainOrArchivePage>
<form action="http://www.blogger.com/login-comment.do" onsubmit="isSubmit=true;" method="post"><div>
<input type="hidden" name="blogID" value="<$BlogID$>" />
<input type="hidden" name="postID" value="<$BlogItemNumber$>" />
<div>
<h2 class="sidebar-title form-title"><label class="cbody">Leave your comment </label></h2>
<h2 class="sidebar-title"> You can use some HTML tags, such as <b> <b>, <i>, <a> </b> </h2>
<textarea name="postBody" class="comment" rows="8" cols="40"></textarea>
<h2 class="sidebar-title identity"> Choose an identity </h2>
<div>
<div>
<input type="radio" name="iden" value="Blogger" checked="checked" onchange="toggleitem('cfo<$BlogItemNumber$>');" />
<label> Your Blogger display name </label>
</div>
<div>
<input type="radio" name="iden" value="Other" onchange="toggleitem('cfo<$BlogItemNumber$>');" />
<label>Other</label>
<div style="display:none;" id="cfo<$BlogItemNumber$>">
<table style="margin-left: 4em;" cellpadding="0" cellspacing="0">
<tr> <td colspan="2" style="padding-top:.4em;position:relative;left:-4em;" align="left"> These fields are optional, but I would appreciate it if you filled them out. </td></tr>
<tr> <td> <label> Name </label> </td>
<td> <div class="errorbox-good"> <input type="text" name="anonName" value="" maxlength="100" class="text" /> </div> </td> </tr>
<tr> <td> <label> Your web page </label> </td>
<td> <div class="errorbox-good"> <input type="text" name="anonURL" value="" maxlength="100" class="text" /> </div> </td> </tr>
</table>
</div>
</div>
<div class="diff-user"> Or you can sign in <a href="http://www.blogger.com/login.g?r=http%3A%2F%2Fwww.blogger.com%2Fcomment.g%3FblogID%3D<$BlogID$>%26postID%3D<$BlogItemNumber$>"> as a different user</a>.</div>
</div>
</div>
<div class="errorbox-good"> </div>
<p class="buttons">
<input style="margin-right:.3em" name="post" value="Publish Your Comment" class="publish" onclick="isSubmit=true;" type="submit" tabindex="2" />
<input value="Preview" type="submit" name="preview" onclick="isSubmit=true;" tabindex="3" />
</p>
</div></form>
</div>
<!– END COMMENT FORM –> - Save your template and republish your blog


You can trackback from you own site.
114 Comments
Do you have any trouble with comment spam? (I recently got a lot while using Browservulsel's form, and I guess this would be similar.)
Any chance of including word-verification in a future release?
(One trick from Browservulsel that you might want to look into is how to skip the standard blogger-comments page, so that it goes directly back to the post page after you post a comment.)
this is quite a fine hack, peek-a-boo commets track and peek-a-boo post a comment form, as richard says, the onlything left is automatic return to main. but it is great man, thumbs up.
No, I haven't had any real problems with comment SPAM, although there's no real protection against it except that the form assumes you are using a blogger account — the script would have to know otherwise to get around it. My blog doesn't get a lot of traffic though, so that may be the explanation too… I'll look into including word verification
RE skipping blogger page. I don't want to do this for a number of reasons: (1) if you're not signed in and try to use your blogger display name or some other error occurs, the form won't display it, it'll simply redirect blindly and you'll lose your comment (2) things like Johan's commentblogging script depend on a standard comment-finish URL
I love your site, I can't find your email anywhere, Id love the code for the show/hide sidebar hack. It's briliant. Can you please email me at whoknowsone2005@yahoo.com, thanks so much!
"it'll simply redirect blindly and you'll lose your comment"
Oh, good point, that would be a problem!
If you ever get around to looking into word verification, this Browservulsel post includes the code for an initial attempt, which at least works for Firefox, and there is further discussion in the comments about how to get it working for IE too.
Good luck!
great hack
great! great!
test
Test
cool hack
Thank you for this. So simple, so efficient. Much better than BloggerHacks's which never seemed to work on my blog.
this works great! thanks for the hack!
test
does this display on the post page only or the main page also? because if you have to go to the post page to use this then its not saving any time.
It displays on my main page, you may have noticed, and that works fine, but that is not directly included in the hack — you must install a peek-a-boo comments hack for that to work
ohhh you have to press that button… and some solution to "this" page loading asking us to put in the blogger id and pass? cant it be made available too on the main page?
Vest.
test
Thanks a lot for the hack. It's exactly what I've been looking for.
test
כבביבעעההחב
Iwm getting crazy i tried to install your code and it worked great but why do hebrew comments are saved great and properly on your site but on my it doesnt
yay hacks. this is really cool =D
dfsdf
Im having a bit of trouble, I have implemented it on home page thats ok http://www.thedailysunrise.com but at a permalink like http://www.thedailysunrise.com/2006/07/people-another-day.html everything goes all cooky, help please?
azharc(at)gmail help help also is there any way to get previous post button, next post button, like below the photo like thedailyexposure.blogspot.com thanks for all your help, hope i dojnt bother you too mcuh!
Fixed, sorry to bother, except i still dont know how to get those buttons below the photo lol
test
¿Aparece 2 veces?
Try Again
Very good!
Probing….
hmmm . . . looks promising, but i can see already some funkiness in your cform div tag, in that it either is not closed in the right place, or is not closed at all . . . plus i'm getting a ton of js errors on all of your pages . . . ok, best viewed in firefox, but at least have the decency to not throw errors in ie!!!
maybe i'll fix it myself for ie, thanks . . .
TEST
very good
The errors in IE are really unavoidable. IE doesn't support XPath, which a number of my scripts use. The page still works fine in IE, it just isn't as pretty because IE is stupid. As for closing tags — all my code is XML-well-formed and 90% XHTML valid (the other 10% being unavoidable Blogger errors).
lets say i need to delete a comment. how can i do that?
Uhh… you click the trashcan icon next the the comment? Unless you've somehow altered your template not to have it…
eh, i think i need to add more than that to my question. I want a very clean post. here is a link to the blog in its test form: http://www.wyliefisher.com/biltmore/biltmoreinsider/biltmoreinsider.shtml
how do i delete a post from that type of modified blog?
I have no idea, there's no comments on there and I can't seem to put one, so I can't see… but basically if for some reason you've taken out the code for the trashcan icon on comments, you need to put it back in… so next each comment the code is:
<$BlogCommentDeleteIcon$>
Hello I've use the hack and it works like a charm, thx a lot!
However I've switch to blogger beta few days ago, and it doesn't work anymore
It just shows up "We're sorry, but we were unable to complete your request." when anyone try to comment
Is there anyway to modify the hack and make it works with the new beta again?
thx a lot
I haven't had a chance to work with Blogger BETA yet, but expect to upgrade all my hack to work there in time
Hello, any chance you've been able to look at using the inline comment form hack in Blogger BETA yet? Something seems to have changed in this version that prevents comments from publishing. Would be eternally grateful. Thanks!
Check out my comment on FreshBlog… I'm working on porting my templates and all of these hacks… but it's slow going because I have to learn a whole new code system and it isn't even properly documented yet!
cxv bvcbxvcbxvcb
test coool!
" REL="nofollow">valium versus xanax " REL="nofollow">zenegra cheap generic " REL="nofollow">diabetes zocor " REL="nofollow">buy zovirax " REL="nofollow">overdose zyrtec
" REL="nofollow">home equity loan " REL="nofollow">10mg lortab " REL="nofollow">make money at ebay auction online " REL="nofollow">mesotherapy liposuction " REL="nofollow">download free gospel mp3 music
" REL="nofollow">airline cheap discounted flight flight flight flight international last minute " REL="nofollow">cheap discount flight latin ticket " REL="nofollow">plastic surgery double chin reduction " REL="nofollow">buy cipro xr online " REL="nofollow">cleanse colon natural recipe
" REL="nofollow">picture pill valium " REL="nofollow">i get a free sample of viagra " REL="nofollow">c free graduation mp3 vitamin " REL="nofollow">wellbutrin vs effexor " REL="nofollow">online purchase xanax
" REL="nofollow">investing " REL="nofollow">ionamin " REL="nofollow">keno " REL="nofollow">laser eye surgery " REL="nofollow">laser resurfacing
" REL="nofollow">drug flexeril interaction " REL="nofollow">emerging forex market trading " REL="nofollow">online generic viagra overseas " REL="nofollow">ny laser hair removal specialist " REL="nofollow">care coverage health insurance
" REL="nofollow">fixed rate credit card " REL="nofollow">advantage cic credit report triple " REL="nofollow">what is cyclobenzaprine watson mg " REL="nofollow">american consolidation debt group " REL="nofollow">micro dermabrasion class oklahoma
" REL="nofollow">cash no refinance seasoning " REL="nofollow">breitling replica watch " REL="nofollow">6102 free nokia ringtone " REL="nofollow">ontario sclerotherapy toronto " REL="nofollow">addiction skelaxin
" REL="nofollow">12 b does vitamin " REL="nofollow">zyban wellbutrin " REL="nofollow">generic name xanax " REL="nofollow">cheapest zenegra " REL="nofollow">insert package zocor
" REL="nofollow">arizona hair laser removal " REL="nofollow">individual health insurance michigan " REL="nofollow">business from home internet opportunity resource work " REL="nofollow">colorado home refinance " REL="nofollow">horse racing betting tip
" REL="nofollow">pharmacy valium " REL="nofollow">viagra price stock " REL="nofollow">12 b best vitamin " REL="nofollow">wellbutrin sr all info " REL="nofollow">non prescription xanax
" REL="nofollow">forex trading " REL="nofollow">generic viagra " REL="nofollow">hair removal " REL="nofollow">health insurance " REL="nofollow">home business
" REL="nofollow">buy online valium xanax " REL="nofollow">online viagra " REL="nofollow">citracal prenatal vitamin " REL="nofollow">wellbutrin and anxiety " REL="nofollow">drug effects side xanax
" REL="nofollow">wellbutrin and lexapro " REL="nofollow">cod xanax " REL="nofollow">online sale zenegra " REL="nofollow">multiple sclerosis zocor " REL="nofollow">information zovirax
" REL="nofollow">de eau hilton parfum paris " REL="nofollow">military payday loans " REL="nofollow">short term personal loans " REL="nofollow">phentermine site " REL="nofollow">propecia tablet
" REL="nofollow">cheap cingular ringtone " REL="nofollow">in ontario sclerotherapy toronto " REL="nofollow">800 mg skelaxin " REL="nofollow">cheap online soma " REL="nofollow">sports betting and wagering
" REL="nofollow">major medical insurance rate " REL="nofollow">investing brokerage online broker " REL="nofollow">effects ionamin side " REL="nofollow">maryland restaurants + keno lottery " REL="nofollow">cost eye eyesurgerytoday.com laser surgery
" REL="nofollow">drug interaction ionamin " REL="nofollow">keno patterns " REL="nofollow">rochester lasik laser eye surgery " REL="nofollow">laser resurfacing los angeles " REL="nofollow">levitra play
" REL="nofollow">lipitor long term side effects " REL="nofollow">payday loan without direct deposit " REL="nofollow">hydrocodone lortab " REL="nofollow">work online make money free " REL="nofollow">mesotherapy forum
" REL="nofollow">mesotherapy cellulite " REL="nofollow">download gratis indonesia mp3 yang " REL="nofollow">buy nexium online " REL="nofollow">norco little league " REL="nofollow">obesity surgery journal
" REL="nofollow">nashville eyelid surgery " REL="nofollow">fast cash georgia loan " REL="nofollow">fact flexeril " REL="nofollow">charting forex forex forex theinterbank.com trading trading " REL="nofollow">generic viagra pay cod
" REL="nofollow">generic viagra canada " REL="nofollow">laser hair removal cost chin " REL="nofollow">care health insurance short term " REL="nofollow">home base business opportunity " REL="nofollow">home manufactured mortgage refinance
" REL="nofollow">air business business cheap class flight flight fly ticket " REL="nofollow">really really really cheap airline ticket " REL="nofollow">chin double surgery " REL="nofollow">cipro 250mg " REL="nofollow">ultimate colon cleanser
" REL="nofollow