Thursday, April 3, 2008

Tricks makes “comment box inside post” at blogger

Do you interested make comment box inside post at template classic your blog, this is very easy to make it, please follow steps next:

step 1
Sign in at blogger with your id. On page dashboard, click arrangement, click tab comment. Look for show comment in a window popup? , choose yes. click button.

step 2
Click tab edit html, copy your entire codes html template, then paste in notepad then save formerly to back up (important don't until not at do).
look for code as in under this:

<a class="comment-link" href="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnclick$>>

<span style="text-transform:lowercase"><$I18NNumComments$></span></a>



Delete code above, then change with this code :

<a class="comment-link" href="<$BlogItemPermalinkUrl$>#comments"><span
style="text-transform:lowercase"><$I18NNumComments$></span></a>
look for code likes this:
<BlogItemCommentsEnabled><a name="comments">


delete code above, then change with this code :

<!--

<BlogItemCommentsEnabled><a name="comments">

try to go to part under, then look for code likes this:
<p class="comment-timestamp">

<a href="<$BlogURL$>"><< <$I18NHome$></a>

</p>

</div>

</itempage>


Delete code above, then change with this code :

<p class="comment-timestamp">

<a href="<$BlogURL$>"><< <$I18NHome$></a>

</p>

</div>

-->

<iframe src="<$BlogItemCommentCreate$>"<$BlogItemCommentFormOnclick$>
width="400px" height="700px" frameborder="10" scrolling="yes"></iframe>

</div>

</ItemPage>


Click button saves change template.

Finished. please see the result!

Remember, this trick just for classic template.

0 comments: