Embedding an iFrame into Qualtrics | XM Community
Skip to main content

I am trying to embed an iFrame with this code

<div style="position:relative;overflow:hidden;width:100%;height:600px;"><iframe src="https://pbstanford.org/durham2023-vote-pb" style="position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;border:5px solid black"></iframe></div>

but am getting an error message that reads “pbstanford.org refused to connect.”

can anybody help troubleshoot?

Thank you!

@josephsherlock01 Probably the website is not allowing itself to be displayed within an iframe due to security settings. This is a common security measure used by websites, check back with your IT guys


@josephsherlock01 I've also checked, and the website employs certain security protocols, which is why it is not displaying within an iframe.


Leave a Reply