Skip to main content
All CollectionsBasic Help Articles
How to embed your dashboards on your website
How to embed your dashboards on your website

Follow along with the steps in this article to embed your reports on your website.

Rad Basta avatar
Written by Rad Basta
Updated over 2 months ago

Ok, so you prefer not using the live link but instead, you want to show off your dashboards on your own website? That’s totally fine with us & all you have to do is to follow along these steps.

As you’ve probably seen on our DEMO page, we have our own dashboard embedded with the iFrame option.

All you have to do is to add this snippet to your website:
<iframe src="dashboardUrl" frameborder="0"></iframe>

So, for instance, your code should look something like this:
<iframe src=”app.reportz.io/dashboard/dashhash” frameborder=”0”>  

This is the screenshot of the inspect page from our Demo page.

We recommend setting the width to 100% as well as setting the height to 1080px but that’s entirely up to you. 

IMPORTANT NOTICE: The embedded dashboards should not have a password since then your visitors will be prompted to insert it to see the report. 

Did this answer your question?