- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
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:
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" />...
نام موضوع : Troubles adding a code snippet to page header