Need to Integrate Java Code w/o Putting Into Frame.

Hi! Trying to integrate a 3rd party code line into an existing Wix site.
Need to make sure the code does not get put into a frame, however.
Can you assist?
Thanks!
Danny

What service is it? Try Tracking & Analytics => Custom Tool in your Site Dashboard for this.

Thank you Andreas! It’s a jobs posting software that feeds data to recruiting agencies, etc. Think that can be done without needing it to go in a frame?

Hi Danny,

as Andreas suggested, you can use Custom Tool section to paste link to the script:

<script src="https://path/to/software.js"></script>

It will be appended to your site’s html and will not be inside an iframe.

Egidijus,
I posted a new post in the forum a couple days ago about my snippet. I need help because our analytics company is not getting data back from our site, but they are with the landing pages they created. does the custom page add the snippet to the actual source code html of the page?