I am trying to play an embed using plyr.io, but I haven't had any luck. Plyr.io supports embeds, so I tried doing the example code here:
<div class="plyr__video-embed" id="player">
<iframe
src="https://gogoplay1.com/streaming.php?id=MTcyMjA0&title=Visual+Prison+Episode+1?origin=https://plyr.io&iv_load_policy=3&modestbranding=1&playsinline=1&showinfo=0&rel=0&enablejsapi=1"
allowfullscreen
allowtransparency
allow="autoplay"
></iframe>
</div>
Codepen link: https://codepen.io/masier21/pen/XWezjQW
The result I get is "sandbox embed blocked". I was wondering if there is a way around this issue, I have been searching for a couple of days, and no luck.