DeepThought
DeepThought copied to clipboard
Question or Feature: Google Adsense support
First for all, DeepThought are the best Zola themes I ever across. Thanks for your hard work maintaining this repo.
I wonder if DeepThought support for integred with Google Adsense. I found Zola themes (Float) which are supported for Google Adsense. For me to leave a DeepThought behind and use others themes make me a bit upset. If DeepThought support how it's work?
NOTE: I never use Zola before.
This can be easily achieved by overriding analytics (page's header) or user_custom_js (page's footer) blocks
See https://deepthought-theme.netlify.app/docs/theme-extension/
Just add <script data-ad-client="<YOUR ADSENSE ID>" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
This can be easily achieved by overriding
analytics(page's header) oruser_custom_js(page's footer) blocks See https://deepthought-theme.netlify.app/docs/theme-extension/
Thank you! But in some case adsense required place a code before <header> tag or at the top of web for display an auto ads (not quite sure).