Skip to content

Instantly share code, notes, and snippets.

@BarryCarlyon
Last active April 8, 2023 20:54
Show Gist options
  • Save BarryCarlyon/11e73bc0dbb14064b8140835c3cdf7c2 to your computer and use it in GitHub Desktop.
Save BarryCarlyon/11e73bc0dbb14064b8140835c3cdf7c2 to your computer and use it in GitHub Desktop.
<iframe src="https://www.twitch.tv/embed/MYCHANNEL/chat" id="chat_frame" style="width: 800px; height: 400px;"></iframe>
<script type="text/javascript">
var parent = ['sites.google.com', 'www.gstatic.com', window.location.host];
console.log(parent);
document.getElementById('chat_frame').setAttribute('src', document.getElementById('chat_frame').getAttribute('src') + '?parent=' + parent.join('&parent='));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment