How can I embed one of my glitch projects into my website using iframe? I noticed I can follow this link
https://glitch.com/embed/#!/embed/nettle-bone?path=cool-file.js&previewSize=100&sidebarCollapsed=true
Is it the correct way to do it?
How can I embed one of my glitch projects into my website using iframe? I noticed I can follow this link
https://glitch.com/embed/#!/embed/nettle-bone?path=cool-file.js&previewSize=100&sidebarCollapsed=true
Is it the correct way to do it?
At the bottom of the menu where you created the embed link above, is auto-generated HTML that uses an iframe to embed the project - just copy and paste the full HTML code. Follow this video if you get stuck: https://glitch.com/help/embed/
Thanks a lot for prompt answer. It worked!