Get video id from a youtube url
Get Youtube video id from a Youtube Url /** * @param String $url * @returns Youtube Id if found or false if […]
Get Youtube video id from a Youtube Url /** * @param String $url * @returns Youtube Id if found or false if […]
Videojs with VideoJS Youtube Add CSS and JS resources <link href=”https://cdn.rawgit.com/videojs/video.js/v5.4.4/dist/video-js.css” rel=”stylesheet”> <script src=”https://cdn.rawgit.com/videojs/video.js/v5.4.4/dist/video.js”></script> <script src=”https://cdn.rawgit.com/eXon/videojs-youtube/v2.0.3/dist/Youtube.js”></script> Then add your video. <video id=”vide-01″ […]