Embeded apps switching between app and source randomly

I love glitch so far, but for some reason when embedding my projects, they will sometimes render the source code (and not the live app) even when I explicitly copied the code to show only the live view of the app. Is there anything I can do about this? I would like viewers to my page to only see the app and not be confused on how to switch from the code view to see the app. Thanks

Hey @jacobmakestheweb,

I’m afraid that is the Glitch embed’s default behaviour. You cannot allow the embed to be for only the code or the live app. If you insist on having an embed only for the live app, you can create an <iframe> for the live app.

You can also request for this feature by creating a topic in Feature Ideas.

Hope this helps!