About two days back, I received an email by one of my reader Javier Esteban González Andújar and user of “Aspire” template, pointing to the fact that the embedded comment form has stopped working. He is a writer and had won prize for his work under Short Story category (Congrats!!!). He posted the news of his winning on his blog and was expecting Comments from his readers when he found out that the embedded comment form is not there.
So to make things right again especially for him….
When everything was right, this is what embedded comment form looked like
And this is what it looked like with no comment form.
Let’s make things right again.
Click Design => Edit HTML => Expand Widget Templates
Then Search for the code:-
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
This is what the code should look like around the searched code
<iframe allowtransparency='true' class='blogger-iframe-colorize
blogger-comment-from-post' frameborder='0' height='410'
id='comment-editor' name='comment-editor' src='' width='100%'/>
</b:if>
</div>
</b:includable>
<b:includable id='backlinkDeleteIcon' var='backlink'>
<span expr:class='"item-control " + data:backlink.adminClass'>
<a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
Now ADD code so that the final code looks like
<iframe allowtransparency='true' class='blogger-iframe-colorize
blogger-comment-from-post' frameborder='0' height='410'
id='comment-editor' name='comment-editor' src='' width='100%'/>
</b:if>
<data:post.friendConnectJs/>
<data:post.cmtfpIframe/>
<script type='text/javascript'>BLOG_CMT_createIframe('<data:post.appRpcRelayPath/>', '<data:post.communityId/>');</script>
</div>
</b:includable>
<b:includable id='backlinkDeleteIcon' var='backlink'>
<span expr:class='"item-control " + data:backlink.adminClass'>
<a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
And that’s it…. save the template and you will again see you embedded comments form.
Hope this will help you…..
And don’t forget to leave comment ;)
This entry was posted
on Tuesday, May 31, 2011
at 8:00 AM
and is filed under
Aspire,
theme,
tricks
. You can follow any responses to this entry through the
comments feed
.




