Elxis CMS Forum
Support => General => Topic started by: venkipammi on April 09, 2009, 17:59:39
-
i am using adsense on my site.the ads are appearing well on mozilla fire fos but not on internet explorar.what is the problem?
-
How you have insert the Google Adsense in your website?
URL to check it out ?
-
I'd like to add Adsense to my site as well. I'd like to know what methods you guys use to accomplish this.
I tried to create a site module, but the html editor seems to alter the code when I save it. Obviously I can add the code to the template, but you guys probably have better ways of doing it.
-
I'd like to add Adsense to my site as well. I'd like to know what methods you guys use to accomplish this.
I tried to create a site module, but the html editor seems to alter the code when I save it. Obviously I can add the code to the template, but you guys probably have better ways of doing it.
remove from bots>>tinymce at Prohibited Elements: the script word
in your costume module in htm-mode add your <script> any script.... </script> BUT with NO <!--// //--> tiny wants to add them by its self and mixing things up... so do his favor....
and let him to put them.....
eg.
<script type="text/javascript"><!--
google_ad_client = "pub-4531457936549949";
/* ks-adds-text 768x90 */
google_ad_slot = "0371677317";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
EDIT:
Post rewrite and converted to wiki article:
http://wiki.elxis.org/wiki/Google_AdSense_custom_module
-
i am using adsense on my site.the ads are appearing well on mozilla fire fos but not on internet explorar.what is the problem?
what means well ?
we have to see it.... or you can give more details... otherwise none understands what is or it is not wrong
-
Thanks ks-net, works a treat!
-
Goodday All
i have placed the google adsense on my website using the following methode
created a simple whatever.html file like this
Its more easier to create a Module, and insert the google adsense code in there. As described above.
You did it the hard way.
-
at first I was scared about this but It works fine
Thanks