Embed a repl to website

Question:
Hello, I was wondering how I could get an iFrame for just the output of my repl to embed. I tried doing inspect element but was unsuccessful. How can I embed the output of my repl to a different website?

Take a look at the docs, including an example:
https://docs.replit.com/hosting/embedding-repls

In your dociment, put in the repl link, then add in ?embed=true at the back to embed it.
Example:
https://replit.com/@NateDhaliwal/natedhaliwal?embed=true (this links to how the embed would look like. You can click on this like to view the embed)
Hope this helps!

1 Like