HTLM iframe is rejected by the website, what do I do?

Greetings @jan and @wojtek
I can’t manage to display a website inside my tour, what am I doing wrong?
Can you show me how I should write the command please, I am not a programmer and that is an unknown language for me!

I have used these two :

<iframe src="https://infinitygamingcenter.com/" style="border:0px #ffffff none;" name="myiFrame" scrolling="yes" frameborder="0" marginheight="0px" marginwidth="1px" height="300px" width="290px" allowfullscreen></iframe>
'<iframe style="width: 1100px; height: 1400px; overflow: show;"
                 src="<YOUR-URL>" scrolling="yes"
                 width="1100"height="1100">
     Iframes not supported
   </iframe>'

but in both cases I have the same answer

Thanks

This website uses X-Frame-Options HTTP header that forbids embedding it on other websites. For the embedding to work there are two options:

  1. Create a self-hosting bundle and host the scene on the infinitygamingcenter.com domain.
  2. Ask infinitygamingcenter.com admin to enable embedding the website on the shapespark.com domain by changing the X-Frame-Options header (deprecated) or adding a Content-Security-Policy header (recommended).
1 Like

Thank you @wojtek

I already send this information to the site administrators, I hope they know what to do and then I inform you what the result was.