
Cant Embed Youtube Videos
For Some Reason i cant embed youtube videos with it. I am currently tryign to use.
<script src="https://content.jwplatform.com/libraries/6giRLhUS.js" ></script>
<div id="player">Loading the player...</div>
<script type="text/javascript">
var playerInstance = jwplayer("player");
playerInstance.setup({
file: "https://www.youtube.com/embed/<?php print $youtube['id'] ?>",
width: "100%",
aspectratio: "16:9",
autostart: true,
mediaid: "<?php print $youtube['id'] ?>"
});
</script>
where $youtube['id'] turns into the video ID