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

Embedding external website into Qualtrics survey using iframe

  • December 14, 2023
  • 4 replies
  • 1264 views

Forum|alt.badge.img+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!

Best answer by ArunDubey

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>

 

View original

4 replies

ArunDubey
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+41
  • QPN Level 8 ●●●●●●●●
  • 589 replies
  • Answer
  • December 14, 2023

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>

 


Forum|alt.badge.img+1
  • Author
  • 1 reply
  • December 14, 2023

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


ArunDubey
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+41
  • QPN Level 8 ●●●●●●●●
  • 589 replies
  • December 14, 2023
hkang wrote:

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

Great! All the best @hkang !!


Forum|alt.badge.img
  • 1 reply
  • May 7, 2024

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