Sunday, August 2, 2009

Blogger Ads Code Converter

 

Blogger Ads Code Converter Example

 

I am sure that you have the problem to paste Google Adsense, AdBrite, Amazon and other Ads HTML ode into your Blogger template directly, as it will prompt you an error message when you click the ‘SAVE TEMPLATE’ button to save the template, or without prompt any error but your ads didn’t show up on your blog post.

Blogger Ads Code Converter tool is a free tool that I get from Google Gadgets, and the purpose for this tool is for you to the convert “ & ” to “ &amp; ”, convert “ ' ” to “ &#039; ”, convert “ " “ to “ &quot; ”, convert “ < “ to “ &lt; ”, convert “ > ” to “ &gt; ”, and other more special characters to be used in XML documents, example Blogger template. So the Blogger Ads Code Converter can help you convert the Google Adsense, AbBrite, Amazon or other Ads html into embed xml format for you to add it into your blog posts or template, so that it will display it as normal HTML or Javascripts or CSS code when accessed by users. You can refer to below example for the Adsense HTML code converted to embed XML code format!

I call this tool is ‘Blogger Ads Code Converter’ as I am using the Blogger for my blog, but actually you can use it for other blog services as well (i.e. WordPress, TypePad). You can you use it now! :)




 

 

Example:

Original Adsense Code:-

<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxx";
/* 468x60 Banner, created x/xx/xx */
google_ad_slot = "xxxxxxxxxx";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


Converted Adsense Code:-

&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-xxxxxxxxxxxxxxx&quot;;
/* 468x60 Banner, created x/xx/xx */
google_ad_slot = &quot;xxxxxxxxxx&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;

 

 

Other Related Posts:

- Blogging Can Make Money!

- 10 Minutes Start Your Blog using Google Blogger

- Submit Full Blogger Atom Sitemap to Google, Yahoo, Bing Webmaster

 

 

Blogger Ads Code Converter! Your Blogging Needed Tool!