Answers for "how to show youtube video in iframe"

-1

youtube video autoplay iframe

<iframe width="560" height="315" src="https://www.youtube.com/embed/bmVKaAV_7-A?autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Posted by: Guest on July-09-2021
1

youtube in iframe opens youtube aoo

You can use "playsinline" parameter to play the video inline instead.

//Update Config.xml to include the follwing
<platform name="ios">
  <allow-navigation href="*://*youtube.com/*"/>
</platform>
Posted by: Guest on October-06-2020

Browse Popular Code Answers by Language