Jump to content

User:Commanderroot/sandbox

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Commanderroot (talk | contribs) at 01:26, 24 July 2020 (Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> {{HTML}} <body> <!-- Add a placeholder for the Twitch embed --> <div id="twitch-embed"></div> <!--...'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
 <body>
   <script src="https://embed.twitch.tv/embed/v1.js"></script>
   <script type="text/javascript">
     new Twitch.Embed("twitch-embed", {
       width: 854,
       height: 480,
       channel: "CommanderRootDad,
       // only needed if your site is also embedded on embed.example.com and othersite.example.com 
       parent: ["embed.example.com", "othersite.example.com"]
     });
   </script>
 </body>

</html>