Intro to Programming
I'm testing out a theory. I no longer have a Share button, where I used to get the code to embed into the LMS I use with my classes. I no longer see the Share button (only Invite), so I am trying to get it back by posting this. If anyone knows, your help would be greatly appreciated!!
Voters
MrVoo
If you want to let other people edit your code, use the invite button. If not, just copy the link (it should look like https://replit.com/@username/repl-name)
Hi to embed your repl it is simply just an iframe with the src attribute set to the repl url (
https://replit.com/@username/replname
) but with?lite=true
on the end of it.For example to embed this repl you would do
brilliant!! Thank you @CodingCactus it worked perfectly :)