...
External application front-end can embed Pricefx Unity frontendfront-end. Pricefx frontend front-end will be then rendered inside of a an iframe of the external application.
Example, This is an example how to embed Unity inside of an external application:
Code Block | ||
---|---|---|
| ||
<iframe src = "https://{partition}.pricefx.com" id = "pfx-iframe" sandbox = "allow-forms allow-modals allow-popups allow-same-origin allow-scripts" /> |
Parameters for the iframe:
Parameter | Description |
---|---|
| URL for Pricefx Unity. |
| (optional) used Used to target the proper iframe with messages. The value is decided by the external application embedding the Pricefx Unity. |
| (optional) If the external application uses this setting, ensure to allow make sure that at least the minimum permissions needed by Pricefx Unity front-end - are provided: |
...