[embed] parent query string value was not specified

    <script type="text/javascript">
      new Twitch.Embed("twitch-embed", {
        width: 854,
        height: 480,
        channel: "monstercat"
      });
    </script>

Should work fine, as if you specify no parent, the embed library will auto determine for you.

Otherwise there does not seem to be a fault with your code.

1 Like