Okay… still on my quest to get my adserver to display on Discourse. I ran across this mystery that I can’t figure out. Using the theme editing feature I have added my script request to both </body>
and ‘footer’.
If added to the footer (or ‘after header’) the code fails. Even though in inspection mode the encoded text seems to be correct. See below:
The “Where is this?” text shows up, but nothing else.
However the same script request (below) added to </body>
works. Why?
<script language="Javascript" src="https://adserver.kitmaker.net/index.php?section=serve&action=1">
I have tried adding this to the House Ads data field and again the text is part of the encoded data on the page, but nothing.
creatives\":{\"Leaderboard Ad\":\"\\u003cscript language=\\\"Javascript\\\" src=\\\"https://adserver.kitmaker.net/index.php?section=serve\\u0026action=1\\\"\\u003e\"}},\"
I am also not seemingly able to get my Adsense ads working by themselves yet, but maybe that is on their end and they just haven’t scanned the site yet to see what to put up. Odd it’s taking this long though.
Thanks for any help.
Jim