Re: Adsense & Ads for phpBB
Posted: 22 Oct 2016, 13:39
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
For the Ad Block detector ad code: you need something like this:
Code: Select all
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- BBCodes Prosilver tekstlink -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:15px;"
data-ad-client="ca-pub-3346231937490093"
data-ad-slot="6524646627"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Code: Select all
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- banner in basso -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-9967401919899523"
data-ad-slot="5988654098"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
I think the problem is the text you use for adblock text? You cant use some special characters as it needs to be parsed be javascript.overmod wrote: ↑22 Oct 2016, 20:01 I have this:PS: what is your bbcode editor?Code: Select all
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- banner in basso --> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-9967401919899523" data-ad-slot="5988654098"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>
No, that isnt included. It takes manual edits and will probably only be supported for donorskillfrenzy wrote: ↑23 Oct 2016, 15:44 Sir thank you for this extension. I'm using the old version v1.0.4 and I want to know if this ads like in your forum at the left corner also included in the latest versio9? Thanks again for this awesome extension.
NEver heard of that before. Can you post an example of the javascript you try to ad?vgeoffs wrote: ↑15 Nov 2016, 22:50 Problem with java script. When I enter java script in for my ads box I get 403 forbidden when I submit it. I have no problems with just plain text. I think I need to authorize java script somewhere. Any suggestions. I have PHPBB 3.1.10 and 1.07 (latest) installed.
http://www.palmerstoncellars.com/phpbb test site