Integration of external scripts with fixed container IDs in Wix Live

Hi!

Thanks for your reply, here are my answers:

  1. Widget: It’s an external 3D configurator.

  2. Embed code: Requires a fixed <div id="..."></div> container + a script.

  3. Tried so far:
    a) Custom Code → added, but doesn’t work.
    b) HTML Component → tested, but runs in an iFrame (not usable).
    c) Custom Element → currently in use.

  4. Status:

    • With Custom Element, the div and script are created and loaded.

    • Problem: Container + script do not appear in the static page source, they are injected later → the configurator does not recognize them.

Current issue: I need a way to have the container with a fixed ID appear directly in the static page source.