Skip to content

Instantly share code, notes, and snippets.

@tehbasshunter
Created January 10, 2018 20:59
Show Gist options
  • Select an option

  • Save tehbasshunter/62838a5896dd521ad8a46143290bc39b to your computer and use it in GitHub Desktop.

Select an option

Save tehbasshunter/62838a5896dd521ad8a46143290bc39b to your computer and use it in GitHub Desktop.
<html>
<body>
<!-- Add a placeholder for the Twitch embed -->
<div id="twitch-embed"></div>
<!-- Load the Twitch embed script -->
<script src="https://embed.twitch.tv/embed/v1.js"></script>
<!-- Create a Twitch.Embed object that will render within the "twitch-embed" root element. -->
<script type="text/javascript">
new Twitch.Embed("twitch-embed", {
width: 1480,
height: 720,
channel: "GamesDoneQuick",
chat: "default",
muted: "true",
theme: "dark"
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment