I would like to know how to implant advertising on Xenforo 2.2, I want to start developing my forum and if I could put some advertising slots and google adsense then that would be great. I found this https://xenforo.com/community/resources/visual-list-of-ad-locations.1383/ extremely helpful for the positions that xenforo states in the admin panel for advertising, but I have a few things, I can't seem to get it working. Here is an example of a banner...
Google Adsense code
Please help me out with the dilemma, thank you.
Google Adsense code
Code:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- cool ad -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-8833895004988049"
data-ad-slot="6910808731"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Please help me out with the dilemma, thank you.