Embedding Infographics

You can embed infographics into any web page, as long as the user has access to the ARDI server.

Simply add &embed to the end of the pages URL, and it will adjust its behaviour to work well in an iframe element.

You can copy the exact code you need to embed a Infographic with the image button on the Infographic page.

Or you can create your own with the example below…

<div style="position: relative;overflow: hidden;width: 100%;padding-top: 56.25%;">
  <iframe src="https://servername/displaylist/info?report=reportname&embed=true"
                style="width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px;">
  </iframe>
</div>