Parsed AdSense Code

The first needs to know that Google Adsense ad code can not be installed directly into the blogger template code. May have many of you have ever tried to insert google adsense ad code into the template code in the Edit HTML, but the result always appears an error message.

And what could put Google Adsense ads directly below the post? so that it can be done, before the Google Adsense ad code installed on your template code, prior to the Parse. What is the purpose of the parse? that the intention to parse here is you have to change the code to be added, for example Goggle adsense ad code like this:

<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxx";
google_ad_slot = "0976076963";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script
src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script>



Your task is to code the above should be used to parse that into something like this:
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-xxxxxxxxxxx&quot;;
google_ad_slot = &quot;0976076963&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;


Information, the ad code on the course, just as an example, please change the code on your own ads.
if this violates TOS, try your own email to google.
and good luck !!!

Please Comment but No Spam !!!