Embed a dashboard page onto Sharepoint | XM Community
Skip to main content
Question

Embed a dashboard page onto Sharepoint

  • February 29, 2024
  • 5 replies
  • 477 views

Forum|alt.badge.img+6

This may be an easy question but,

Is there a way to embed a dashboard page to a sharepoint page? or if not a whole dashboard page, just a widget? 

5 replies

Forum|alt.badge.img+6
  • Author
  • Level 1 ●
  • February 29, 2024

Answered my own question! Sharepoint requires an iframe for the embed site. 

 

<iframe src="URL"></iframe>
<iframe src="https://www.example.com/" width="1500px" height="500px"></iframe>

SUCCESS!


Forum|alt.badge.img+7
  • QPN Level 4 ●●●●
  • March 12, 2024

Hi JessaG, we are also investigating this question! You successfully deployed a Qualtrics dashboard page to show within a SharePoint page? All you needed was the Qualtrics dashboard URL in the iframe source? It does not require authentication?


Forum|alt.badge.img+6
  • Author
  • Level 1 ●
  • March 14, 2024

@jake_dufinetz We have an SSO so once the person is signed onto sharepoint, they will automatically be logged into Qualtrics therefore it doesn’t ask for the authentication because it does it on page load.


Forum|alt.badge.img+7
  • QPN Level 4 ●●●●
  • March 14, 2024

Thanks JessaG, very helpful context, I appreciate it!


Forum|alt.badge.img+1

Sorry for reviving this old thread, does that still work for you? I have tried it but some Cross origin settings are blocking it from working correctly.