How to embed my DashThis report into an external interface?

Embedding your report into an external web page or an internal tool can be very useful if your DashThis reports are part of a bigger reporting picture, and you want to centralize all your insights in one place.

Although DashThis doesn't officially offer any embedding feature, you can create your own iframe code very easily.

 

  • Simply copy and paste this code on your external page:
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">

<body>

<a target="_blank" href="https://dashthis.com/app/view/dashboard-XXXXXXXXXXX">See your dashboard in a new tab.</a>

<iframe height="" src="https://dashthis.com/app/view/dashboard-XXXXXXXXXXX" style="border: 0px currentColor; border-image: none; width: 100%; height: 3400px;"></iframe>

</body>

</html>

  • Replace "https://dashthis.com/app/view/dashboard-XXXXXXXXXXX" by the link of the dashboard you would like to display.
  • You can also change some display parameters like the border, the width, or the height.
 
If you would like to test your doings, you can use this link as referral: https://www.w3schools.com/tryit/tryit.asp?filename=tryhtml_default.