Embedding external website into Qualtrics survey using iframe | XM Community
Solved

Embedding external website into Qualtrics survey using iframe

  • 14 December 2023
  • 4 replies
  • 300 views

Badge +1

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!

icon

Best answer by ArunDubey 14 December 2023, 10:19

View original

4 replies

Userlevel 7
Badge +33

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>

 

Badge +1

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

Userlevel 7
Badge +33

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

Great! All the best @hkang !!

Badge

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