Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Current »

Available since version 11.0 (Paper Plane)

External application front-end can embed Pricefx Unity front-end. Pricefx front-end will be then rendered inside of an iframe of the external application.

This is an example how to embed Unity inside an external application:

<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

src

URL for Pricefx Unity.

id

(optional) Used to target the proper iframe with messages. The value is decided by the external application embedding Pricefx Unity.

sandbox

(optional) If the external application uses this setting, make sure that at least the minimum permissions needed by Pricefx Unity front-end are provided: allow-forms allow-modals allow-popups allow-same-origin allow-scripts

The external application front-end can communicate with Pricefx Unity front-end through the Unity Messaging API.

  • No labels