Public Embedding (iFrame Embedding)
Introduction
Public Embedding (iFrame Embedding) allows you to seamlessly integrate Holistics Dashboards into:
- Websites and blog posts
- Internal tools (e.g., Notion, Coda, wikis)
- Any platform supporting iframes
With a no-code/low-code setup, you can easily embed, edit, and refresh your dashboards. This feature ensures that both internal teams and external stakeholders always have access to the latest data, right where they need it.
How it works
Under the hood, we make our Sharable Link embeddable on the web. To set up, simply follow these steps:
- Go to your dashboard.
- Click on
Share
>Sharable Link
. - Create a new Sharable Link.
- Embed this link in your application. In certain applications, you might need to put the link in an iframe.
Here's an example:
<iframe
width="1920"
height="1080"
src="your_sharable_link"
frameborder="0"
></iframe>
Adjust the width
and height
attributes to suit your dashboard and layout needs.
Considerations
Public Embedding makes your dashboard viewable to anyone on the internet without authentication.
Before publishing:
- Ensure you have permission to share the data publicly
- Review your organization's data-sharing policies
- Never publish confidential or proprietary information
To securely embed your content in an internal portal or website, use our Embedded Analytics. This option ensures that all permissions and data security are enforced when your users view your internal data.