We bloggers generally use wordpress or blogger platform for blogging, Some of us are professional where some are not, So this article gives the information on how to integrate the googe adsense code into the body of the blog post, It is simple not a hard task,
So following steps are involved in integrate the googe adsense code into the body of the blog post
Step 1 : Convert your adsense code using "http://www.hacktrix.com/adsense-code-converter/"
or you can personally alter the adsense code by replacing following things in code
< with <
> with >
" with "
google_ad_client = "pub-0000000000000000";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as&amp;quot;;
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Step 3 : Now search for post.body through your browser's search function (Ctrl+F for Firefox and IE). You would see following code lines
<p><data:post.body/></p>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
<div style='float:left;'>
AdSense Code
</div>
<div class='post-body'>
<p><data:post.body/></p>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
<div style='float:right;'>
AdSense Code
</div>
<div class='post-body'>
<p><data:post.body/></p>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
AdSense Code
</div>






