Adding Javascript to a single page

Question:
I need to embed a javascript to a single page.

Product:
Wix

What are you trying to achieve:
I just need to embed the script to a single page on my site.

What have you already tried:
I tried all the embed features that wix offers. I can embed HTML with no problem.

Additional information:
Thank you

If you can embed HTML you can also embed JS inside HTML. I’m not sure what you want to do but if you are not using Velo and you need vanilla JS for some reasons you can do it by adding your JS code inside <script> </script> tags in your HTML embed.

1 Like

Thanks for the reply… I will give that shot. I will let you know.

Thanks again for the reply.
I’m adding the JS with the embed HTML in the elements section.
It has <script type=text/javascript and the beginning and it closes with </script

Nothing shows up.

What do you want to do with JS maybe it’s not possible or maybe there are some other solutions to what you are trying to do. If you can add more context about what are you trying to do by embeding JS I can help you better.