How to parse Adbrite Code for Blogger

Written by Basis-Consultant on 10:17 PM

How to change adbrite code to embed in a blog on blogspot.com
To parse adbrite code to embed it in blogger's post you have to replace

& with &
< with &lt;
> with &gt;
" with &quot;

But its becomes problematic if you start replacing < , > or " before replacing &
You first replace & with &amp;
then start replacing others.

Use notepad to replace them
open notepad paste your adbrite code in notepad and press ctrl+h



click on replace all and all of & will be replaced by &amp;
Now start replacing others and your adbrite code will be ready to embed html of blogger template.

here is a video tutorial on how to replace the code

Online Videos by Veoh.com

Parsing Google Adsense Code or Adbrite's code or any Javascript for Blogger

Written by tailender on 2:38 PM

You need to parse google adsense code or adbrite's code if you need to add this code in the post's main body or between the title of post and post body or between the post body or post's footer.First you have to convert you adsense code or adbrite code or any other javascript before putting it into the template.

To parse the code you have to replace

< with &lt;
> with &gt;
& with &amp;
" with &quot;

For changing adbrite code I suggest you first replace & then start replacing ",< and >

Now goto layout button and check edit html button and place this code between those post-body and post header sections or post-footer sections.