how do i embed the program into a website?
Every time I try to open the embeded program in my website, the program won't load, it worked the first time i tried but since that happened it wont load and then the website crashes
SixBeeps
That icon means that frame has crashed. Mind linking the repl for the webpage (or providing the code that embeds your repl)?
NicoleBurgess
websites not published to the web yet (just for a school project so all I have is the code to embed)
@niorg2606
Repl.it has protections against iframes, along with other main sties like Google and Discord. Basically you can't embed it. You should be able to embed some repl code though...
how would you be able to do that? the code i have to embed it came from this website when i clicked share so why would they provide an iframe and not let me use it @AdCharity
@NicoleBurgess is your repl private
no @AdCharity
@NicoleBurgess try removing all of the attributes they give you except for the src since some of those aren’t supported/are depreciated by html5
still didnt work @AdCharity
@NicoleBurgess :/ maybe report on the bugs page... Just to check, are you trying to look on the iframe on the repl.it preview? Open up the repl in a new tab (like the actual site in a new tab, it looks like: https://[name of the repl].adcharity.repl.co/).
@AdCharity im trying to open the repl on a website im creating with html, it works when I open on the repl.it website
@NicoleBurgess great! That's perfectly normal. It's most likely because the repl preview on html repls is quite literally an iframe (or something similar) and you can't have iframes of iframes.