Has anyone embedded the Amilia interface code into their Wix web site?

I’m using Wix Editor and trying to embed code into a page to interface to the Amilia product. Am using the Wix Embed Code > Embed HTML feature and it is not working. Thanks!

This is likely an iframe compatibility issue rather than a problem with the code itself.
Wix’s Embed HTML element runs inside its own sandboxed iframe.
You may need to use the Embed Site instead to see if that works.

Copy the Amilia Production embed code and locate the URL inside.
In Wix Editor, use Add Elements → Embed Code → Embed a Site, rather than Embed HTML.
Paste only that HTTPS URL into the website address field.
If it still shows “refused to connect”, remains blank, or login/payment functions fail, Amilia’s iframe is probably incompatible with Wix’s sandbox. This cannot be corrected through CORS settings or normal Velo page code.

The only othe roptions to try then would be

  1. Add a button linking directly to the SmartRec store, preferably opening in a new tab.
  2. Build a custom Wix interface using the Amilia API, with authentication credentials handled in backend code.