Skip to main content

VideoJs Custom YouTube Embed Player


VideoJs Custom YouTube Embed Player


There are 2 Ways to Integrate .I will show you the simplest way.

Ways :- 

    1. Go and see Documentation :- https://www.npmjs.com/package/videojs-youtube

    2. See Below ---


Add CDNs To Your WebPage :- 

1. Css CDN Before </head> Tag

2. JavaScript CDNs before </body> Tag

3. And add <video> Tag with type="video/youtube" in body ( where you want to place video )

<video
   id="my-video"
   class="video-js"
   controls
   preload="auto"
   width="640"
   height="364"
   data-setup="{}">
  <source src="https://www.youtube.com/watch?v=HdeI82TVQk0" type="video/youtube" /> </video>
HTML

Related Links



Comments

Post a Comment

Random Posts