Embedding external website into Qualtrics survey using iframe | XM Community
Skip to main content

Hello!

 

I’m trying to embed an external website into qualtrics survey using iframe. 

I tested the external website using iframetester.com , and it works fine there.

However, when I embedded the website in my survey using html, it shows error. I also tested using “https://www.wikipedia.org/” but it also shows error… so I think it’s not the issue with external website, but more of the issue on my qualtrics survey/account? 

My code is as follows: <iframe src=”EXTERNAL WEBSITE LINK“ width=”90%” height=”500”></iframe>

Does anyone have any idea? I appreciate any input!

Hi @hkang , it’s working fine at my end. Please check if you are using correct double codes “” to define width, height and source.
 

<iframe src="https://www.wikipedia.org/" width="90%" height="500"></iframe>

 


@ArunDubey  Amazing, this works! Thanks a lot for your help!!!


@ArunDubey  Amazing, this works! Thanks a lot for your help!!!

Great! All the best @hkang !!


Hi - I came across this thread while I was trying to embed an iframe into my survey.

 

The code worked perfectly with https://www.wikipedia.org/ , but not with the website that I want to link. We want to encourage customers to leave us a review on the BBB website, and I would like to embed the review site directly in the survey (https://www.bbb.org/us/fl/davie/profile/financial-services/bhg-financial-0633-26001306/customer-reviews#leave-a-review).

 

Any thoughts on why the BBB link doesn’t work but Wikipedia does?

 

Thanks so much!


Leave a Reply