Adsense Easy - responsive templae

Phoca modules - support for all Phoca modules except Phoca Gallery modules
dahvoo
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 23 May 2008, 06:07

Adsense Easy - responsive templae

Post by dahvoo »

How do you make Adsense Easy serve adsense ads to responsive Joomla templates?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48689
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Adsense Easy - responsive templae

Post by Jan »

Hi, Phoca Google AdSense Easy works in all responsive Joomla! templates, it is standard module (anyway there is no way to not work in that templates)

Jan
If you find Phoca extensions useful, please support the project
dahvoo
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 23 May 2008, 06:07

Re: Adsense Easy - responsive templae

Post by dahvoo »

Yes, Adsense Easy will work with responsive templates, however, a 728 x 90 leaderboard will not reduce for smartphone size. I read that using javascript, you can serve difference size ads depending on whether it's desktop, notepad or smartphone.

Will this work with Adsense Easey. thanks.
<script type="text/javascript">
var width = window.innerWidth || document.documentElement.clientWidth;
google_ad_client = "ca-pub-xxx";
if (width >= 800) {
google_ad_slot = "xxx";
google_ad_width = 728;
google_ad_height = 60;
} else if ((width < 800) && (width < 400)) {
google_ad_slot = "xxx";
google_ad_width = 300;
google_ad_height = 250;
} else {
google_ad_slot = "xxx3";
google_ad_width = 468;
google_ad_height = 60;
}
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48689
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Adsense Easy - responsive templae

Post by Jan »

Hi, just test it, not sure which recommendation are set by google, but maybe you should follow their recommendations for selecting right format :idea:

Jan
If you find Phoca extensions useful, please support the project
Post Reply