Stream Embed is not working on my website

Ok, so I checked the backend and reinstalled the theme properly. Everything seems to be saving and functioning properly, so I believe now it’s just a matter of finding out why it’s showing the code instead of the video embed. Attempted to go back and use the following code, but the site only shows the code and not the video.

<script src= "https://player.twitch.tv/js/embed/v1.js"></script>
<div id="5253"></div>
<script type="text/javascript">
  var options = {
    width: 854,
    height: 480,
    channel: "jakeparkerlive",
  };
  var player = new Twitch.Player("5253", options);
  player.setVolume(0.5);
</script>