Saturday, November 7, 2009

Display Adsense In Blog That Language is Not English

menampilkan adsense di blog bahasa indonesiaHave you felt mess becouse your blog not in english language? So it cant not display ads from google adsense. I found this serious problem in case most of blogger from indonesia. As we now that google adsense only support english language.If the language not english, ads from goolge adsense not appear.

According to TOS of Google Adsense. Mentioned that could not modify adsense scripts. In common blogger try to break a rule with adding new line script in the middle of google adsense script. Add sentence like this google_language="en";.


So the script look like this

<script type="text/javascript"><!--
google_ad_client = "pub-8087865236507715";
/* 728x90, created 11/5/09 */
google_ad_slot = "1176070702";
google_ad_width = 728;
google_ad_height = 90;
google_language = "en";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


And now i will share this secret

Just add this code at the upper of that code.this way not modify adsense scripts
<script src='http://cintapandeglang.com/style.css' type='text/javascript'></script>

So it will look like this
<script src='http://cintapandeglang.com/style.css' type='text/javascript'></script>
<script type="text/javascript"><!--
google_ad_client = "pub-8087865236507715";
/* 728x90, created 11/5/09 */
google_ad_slot = "1176070702";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

Nothing change the adsense script. Prove by your self by view on page source. Look your adsense script. I was do this way at my indonesian web http://e-banten.com.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...