Hi,
I want to put 3rd party java script code in frontend but can’t find the way to reach this code editor.
Is it possible?
Thanks
Hi Hadar,
Can you elaborate on what are you trying to achieve?
Offcourse:
I’m trying to connect my site to Poptin (https://www.poptin.co.il/)
To do that I need to put code after /head:
Is it possible?
Since this code interacts with the HTML of the site, it will not work.
You can try putting it inside an HTML element, I know it worked with other services (but again, it depends on what the script is trying to do).
@tomer-wix This looks interesting, and might solve my problem. If I don’t need it to interact with the HTML, then it should work? How? I haven’t found the way to do this.
I’m trying to use some external libraries such as Twilio or right now trying to use javascript files as documented here or here in order to encrypt/tokenize some data which i need to keep secure. Is there some way for me to call the encryption js via the HTML and get the token to my front-end JS code? Or some way to achieve the same by copying in locally to the public folder?