Embedding the Dashboard
06. Nov, 2021You can embed your dashboard on another website using an iframe, allowing you to showcase your statistics or integrate them into an application.
Embedding Your Dashboard
To embed your dashboard, you first need to make your dashboard public or create an access link.
Navigate to the access settings page and toggle the Public Dashboard option or click on Add Access Link. When creating an access link, chose a name that you will recognize later.
The last step is to add your public dashboard URL or access link to an iframe. Copy the URL/access link and place it inside the src
attribute of the iframe. The URL is displayed below the Public Dashboard toggle, the access link is displayed after creation.
|
|
In this example, we set the width and height of the iframe and removed the border. The URL has some additional parameters (?domain=...
). You can copy these from your regular dashboard URL in case you would like to add filter options. In this case, the interval is set to the past 14 days and the menu and footer will be hidden (by setting ui
to hide
).