• I am trying to add Google Adsense to a Snowball article. The code below (with actual account substituted for xxx) works in an HTML module if I disable the Snowball default theme. With the Snowball them active, the Adsense ads show in the preview while editing but are not on the actual page.

    How can I modify the Snowball theme to not block these ads?

    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({
              google_ad_client: "ca-pub-xxxxxxxxxx",
              enable_page_level_ads: true
         });
    </script>
    • This topic was modified 6 years, 5 months ago by rkaplan66.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Snowball Default Theme Blocks Google Adsense’ is closed to new replies.