HTML Encoder For Blogger Comments And Adsense Code

You might have seen many users easily commenting HTML and JavaScript but when you try to do same yo end up getting an error. This is not your fault, blogger does not allow you to directly post HTML and java script. You will need to encode this code to post without getting any error. Sometime you will also need to encode your adsense code to be placed inside your template. Below is HTML Encoder which will allow you to encode your HTML and JavaScript code.  Some of the characters that it converts are listed below.

HTML Encoder For Blogger Comments

  • ‘<‘ becomes ‘&lt;’
  • ‘>’ becomes ‘&gt;’
  • ‘”‘ (double quote) becomes ‘&quot;’
  • ”’ (single quote) becomes ‘&#039;’
  • ‘&’ becomes ‘&amp;’

Leave a Comment