We are going to use Google Adsense to create some revenue for our Forum using vB ver 5.3.4.
Adsense sent us the following directions but using Sitebuilder our only options appear to be to paste their code into an html module or an ad module since it doesn't appear we can paste it between the <head> and </head> tags.
=================================================================
Connect your site to AdSense
Use the following ad code to activate your account and start showing ads.
1 Copy the code below
2 Paste it into the HTML of http://forumania.com, between the <head> and </head> tags
Copy and paste the code on every page you want ads. The ads will appear after we’ve activated your account.
3 Check the box and click done when you finish
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-4826280370880175",
enable_page_level_ads: true
});
</script>
=====================================================================
Adsense sent us the following directions but using Sitebuilder our only options appear to be to paste their code into an html module or an ad module since it doesn't appear we can paste it between the <head> and </head> tags.
=================================================================
Connect your site to AdSense
Use the following ad code to activate your account and start showing ads.
1 Copy the code below
2 Paste it into the HTML of http://forumania.com, between the <head> and </head> tags
Copy and paste the code on every page you want ads. The ads will appear after we’ve activated your account.
3 Check the box and click done when you finish
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-4826280370880175",
enable_page_level_ads: true
});
</script>
=====================================================================
Comment