Embedding an HTML export allows you to display ClearPoint content directly inside your website or intranet. The iframe will always show the most recent published version of the HTML report.
Getting the URL for a Published HTML Report
From the left-hand navigation, click Documents.
Select the Templates page.
Open the HTML Reports tab.
Click the kebab menu (⋮) next to the HTML report template you want to embed.
Select Edit Template.
In the Template drawer, locate the Link field.
This link is your permanent short URL, which always redirects to the most recent published version of your HTML report.
Copy this URL — you will use it in your iframe.
Embedding the URL in an iframe
⚠️ Note: Someone with access to edit your website or intranet (a webmaster or site administrator) must complete these steps.
1. Add an iframe to your web page
Insert the following HTML where you want the ClearPoint report to appear:
<iframe src=""></iframe>
2. Paste your ClearPoint short URL into the iframe
Example:
<iframe src="https://publish.clearpointstrategy.com/123/yourpublishedreport"></iframe>
3. Add optional formatting attributes
You can specify width, height, scrolling behavior, and more.
Example:
<iframe src="https://publish.clearpointstrategy.com/yourpublishedreport" width="1024" height="800"> </iframe>
After updating and saving your web page, it will display your published ClearPoint HTML report directly inside the iframe.


