Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can integrate external content into your page using the <iframe> tag. Simply specify the URL of the external content in the src attribute. However, keep in mind that the external site must be configured to allow being embedded as an iframe.
<iframe src="https://example.com" width="600" height="400"></iframe>

...

Info

Ensure that the domain of the external site is included in

...

your site's Content Security Policy (CSP), which is

...

configurable via the deployment manager.

...

The change is required to allow the external content to be loaded

...

in your site.

The template may include a metadata field value, allowing for the dynamic passing of parameters to the external site, such as querystring parameters.
An example is provided below for reference.

...