Hey Matt 👋 I just gave it a try and it seems to work. Could you share the URL of the snippet you are trying to embed, please? I'll give it a try and report the result 👌
Found it - the previous script URL was https://tech.io/snippet-widget/8oEUNT4
It was just a sample script to test embedding.
All I get is a picture link to the script instead of an embed.

@Gabin: I don't have the URL anymore, it was an anonymous Tech.io snippet. Here's a new one (Hello World):
Here is the entire embed code:
<iframe src=https://tech.io/snippet-widget/JNiKvmG width=100% frameborder=0 scrolling=no allowtransparency=true style=visibility:hidden>
</iframe>
<script>if(void 0===window.techioScriptInjected){window.techioScriptInjected=!0;var script=document.createElement("script");script.src="https://files.codingame.com/codingame/iframe-v-1-4.js",(document.head||document.body).appendChild(script)}</script>
Maybe I'm pasting it wrong?
@Matt B.: to embed content, you need to paste the content's URL and then press enter. The issue with this code is that https://tech.io/snippet-widget/JNiKvmG is not the URL of the content but of an embed widget. Changing it to https://tech.io/snippet/JNiKvmG does work 👌You can learn more about embeds here: https://docs.gitbook.com/content-editing/embeds Let me know if you're having any trouble! 😊
@Matt B.: You're welcome 😊I noticed it by comparing it with the URL I had tested 😉
@Gabin: thanks so much! Out of curiosity, how did you know to remove the "-widget" in the url to get the embed to work?
@Gabin: right, right.... But I'm hoping to avoid this in the future with other sites and not sure how I would have found the proper url.