XenForo
Administrative
- Thread starter
- Admin
- #1
Since Adsense has shut me off for some time after illegal clicks or something, I wanted to try out Ezoic.
I'm struggling with the simple task of adding an external .js along with 1 line of js to the <head>-section.
I've tried adding it to helper_js_global right below <!--XF:JS-->
Code:
I've tried adding this to PAGE_CONTAINER just above </head>
Code:
Read more
ادامه مطلب...
I'm struggling with the simple task of adding an external .js along with 1 line of js to the <head>-section.
I've tried adding it to helper_js_global right below <!--XF:JS-->
Code:
<script type="text/javascript" src="//go.ezoic.net/ezoic/ezoic.js"></script>
I've tried adding this to PAGE_CONTAINER just above </head>
Code:
<xf:js src="//go.ezoic.net/ezoic/ezoic.js" />...
Read more
ادامه مطلب...