Hi, In your JS script element of the page you provided: document.write(unescape("%3Cscript src='" + oneall_js_protocol + "://localhost.api.oneall.com/socialize/library.js' type='text/javascript'%3E%3C/script%3E"));replace localhost with your subdomain, like: document.write(unescape("%3Cscript src='"+oneall_js_protocol+"://vapefriendly.api.oneall.com/socialize/library.js' type='text/javascript'%3E%3C/script%3E"));
Answers
In your JS script element of the page you provided:
document.write(unescape("%3Cscript src='" + oneall_js_protocol + "://localhost.api.oneall.com/socialize/library.js' type='text/javascript'%3E%3C/script%3E"));
replace localhost with your subdomain, like:document.write(unescape("%3Cscript src='"+oneall_js_protocol+"://vapefriendly.api.oneall.com/socialize/library.js' type='text/javascript'%3E%3C/script%3E"));
Hope this helps.