300x250 AD TOP

Take A Break

Recipes

Contact Form

Name

Email *

Message *

Recent Comments

Alexa Rank

Widgets

Powered by Blogger.

Followers

Popular Posts

Latest Posts

Neighbours

Saturday, 2 February 2013

Tagged under:

How To Post HTML Code In Blogger Comments Form?


Post HTML Code In Comments 
Sometimes while writing tutorials or asking questions, it becomes very necessary to post html and Javascript codes in your blog comment forms powered by Blogger for asking questions.You would have seen many authors posting HTML effectively in Blogger comments but when some of you try to do it, you get an error. This is actually because Blogger Comment form doesn't support direct posting of HTML and JavaScript in comments. In order to allow you to do so, we will have to encode the same HTML code into entities and then we will be able to post it effectively without any error. Even sometimes developing some unique widgets or templates, it becomes necessary to encode the HTML.

So for that purpose, after a lot of trial and error, I have developed a tool below which will help you to change HTML code to HTML entities, which will then allow you to post HTML easily and effectively inside your blogger template and comment form. You can also use it to convert your Adsense code into an embeddable form which will also allow you to insert it inside posts. It converts special characters in this way,
  • '<' becomes '&lt;'
  • '>' becomes '&gt;'
  • '"' (double quote) becomes '&quot;'
  • ''' (single quote) becomes '&#039;'
  • '&' becomes '&amp;'
    MBT HTML ENCODER: Start Converting Now!
    © My Blogging Tricks

    0 comments:

    Post a Comment