Re: AdSense without iframe

2013-06-02 Thread kels124
I stumble on ur post becos I have similar issues trying to stay in line with adsense policies. and this was what I ended up with: span class=ad-left script type=text/javascript!-- google_ad_client = ca-pub-XX; /* 336 X 280 wrapped in post */ google_ad_slot = XX;

AdSense without iframe

2012-07-03 Thread Kulnor
I've been looking for an easy way to include an AdSense DIV in my GWT app without using an iframe and my current approach is as follows: (1) In the application host page (i.e. application.html), I include the standard adsense boiler code and put a @id on the wrapping div like: div id=adsense