Illphated
NO MORE WAR - Printable Version

+- Illphated (https://forum.illphated.com)
+-- Forum: Discussions (https://forum.illphated.com/Forum-Discussions)
+--- Forum: Embeds (https://forum.illphated.com/Forum-Embeds)
+--- Thread: NO MORE WAR (/Thread-NO-MORE-WAR)



NO MORE WAR - EightSev3n - 10-01-2025

PHP Code:
<html>
  <body>
    <!-- Add a placeholder for the Twitch embed -->
    <div id="twitch-embed"></div>
    <!-- Load the Twitch embed JavaScript file -->
    <script src="https://embed.twitch.tv/embed/v1.js"></script>
    <!-- Create a Twitch.Embed object that will render within the "twitch-embed" element -->
    <script type="text/javascript">
      new Twitch.Embed("twitch-embed", {
        width854,
        height480,
        channel"eightsev3n",
        // Only needed if this page is going to be embedded on other websites
        parent: ["embed.example.com""othersite.example.com"]
      });
    </script>
  </body>
</
html