How to embed replit in iframe dynamically?

user310291

I'm trying to embed replit here https://jsfiddle.net/69ajeskL/2/ It doesn't work why ?

html:

<div id="placeHolder">
</div>

js:

let placeHolder = document.getElementById('placeHolder');
let iframe = document.createElement('iframe');
placeHolder.appendChild(iframe);

iframe.src = "https://replit.com/@SilkyS/HelloWorld?v=1";
D. Pardal

You can't embed https://replit.com/@SilkyS/HelloWorld?v=1 in an <iframe> because it has its X-Frame-Options header set to DENY.

You can, however, embed the page embedded by that page, https://ca96c5e0-a1a8-4010-a7eb-cc3d7c86ad3b.id.repl.co/.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How to embed an autoplaying YouTube video in an iframe?

(How) can I embed something with an iframe code into powerpoint 2010?

How to embed a facebook group (Not a regular page) into iframe on wordpress?

How to embed an iframe in Confluence page?

How to embed a YouTube iframe using React + Typescript?

How to embed a Youtube iframe with cookie consent control?

How to allow boxshadow over iframe google map embed?

How to dynamically add codepen embed and ensure it is rendered?

How to Embed a iframe video in Web View Android?

How do I correctly embed an <iframe> in Blazor? (Youtube)

How to use google map iframe embed code in react.js

How to embed an iframe with ActionText/Trix on Ruby on Rails?

How to embed a website in javascript without an iframe?

How to get the embed video and put it in an iframe or popupwindow

How to restrict who can iframe embed my web app?

How to embed an iframe correctly in Microsoft Dynamics CRM 2013

How to embed an iframe with custom styled xml content?

How to embed a Google Map iFrame with a custom name

How to dynamically autosize a youtube iframe?

How to create an hexagonal iFrame for a Google Maps embed?

How to embed a specific div from external website into Rshiny Iframe

How to validate google map embed code iframe?

How to embed iFrame with external website

How to embed youtube channel page using iframe in my extension?

How to embed WP in static html <iframe> without JS or Ajax or JSQ?

How do you embed an iframe into markdown

How to get offset in Google Maps iframe embed

How to force iframe to use https already embed on other https websites?

How to install pyaudio on replit?