Embedding Dashboards on Your Website
To embed a Dadosfera dashboard on your website, follow these steps:
- First, ask our Support team for the dashboard link you want to embed.
- Open the HTML file of your website where the dashboard should appear.
- Paste the following code where you want the dashboard to be displayed, replacing the uppercase placeholders with the correct values:
<iframe src="YOUR_DASHBOARD_URL" frameborder="0" width="WIDTH" height="HEIGHT"></iframe>. - Save the changes and refresh your website page to view the embedded dashboard.
Remember that the iframe height and width can be adjusted to match your layout needs by editing the width and height values.