What I’m trying to do
I want to embed a twitch clip into my note.
Things I have tried
I can use iframe to embed the webpage that the clip is on, but I want to only include to clip itself. Twitch provides sample iframe code which does not work:
<iframe src="https://clips.twitch.tv/embed?clip=InventiveFlirtyCrabsPanicVis-8N9Ilj4ngRzYuSux&parent=www.example.com" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>
My guess is that I need to swap parent=www.example.com but I don’t know what to put there…