Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Implement Google Adsense with Onsen
-
Hi,
Has anyone has experiment implement Google Adsense with Onsen ?
As I implement following script, Onsen seem to hand and does not generate the rest of the content, without return any error in Chrome Developer console
<ins class="adsbygoogle" style="....." data-ad-client="...." data-ad-slot="..."></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>
Cheers,
Binh
-
@Binh-Le I wrote a tutorial here: https://github.com/munsterlander/Onsen-Examples/tree/master/Admob-Example
-
@munsterlander Thanks mate