Skip to main content

What is an IFrame?

The HTML Inline Frame element (<iframe>) represents a nested browsing context, embedding another HTML page into the current one. You can read more about IFrames here.

Where can I use the component?

Since the web component is an HTML element, you can use it in any context:
  • Directly in an HTML file
  • Define it in vanilla JS
  • Any JS web framework: React, Vue, Angular, etc
The IFrame is powered by an Explo URL that will need to be constructed. https://app.explo.co/report-builder/iframe/<jwt>/<environment>

Use a Report Builder Id and Customer Token

https://app.explo.co/report-builder/iframe/<report_builder_id>/<customer_token>/<environment>

URL Attributes

Embed the IFrame below into your web application. The IFrame is backward-compatible with the previous Report Builder Customer Token syntax, but we recommend using the Embed Secret (JWT) syntax. Read more about embed secrets here.
Please also note these instructions when embedding a report builder.