Top "Youtube" questions

YouTube is a video-sharing website on which users can upload, share, and view videos.

How do I get a YouTube video thumbnail from the YouTube API?

If I have a YouTube video URL, is there any way to use PHP and cURL to get the associated …

php curl youtube youtube-api youtube-data-api
How to embed an autoplaying YouTube video in an iframe?

I am trying to embed the new iframe version of a YouTube video and get it to auto play. As …

javascript html iframe youtube youtube-api
How can I autoplay a video using the new embed code style for Youtube?

I can't work out how to autoplay a video using the new embed code style for Youtube. I tried adding &…

video youtube youtube-api
Show Youtube video source into HTML5 video tag?

I'm trying to put a YouTube video source into the HTML5 <video> tag, but it doesn't seem to …

html youtube embedded-video
Failed to execute 'postMessage' on 'DOMWindow': https://www.youtube.com !== http://localhost:9000

This is the error message that I get: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.…

javascript angularjs youtube youtube-api youtube-iframe-api
Bootstrap 3 and Youtube in Modal

I'm trying to use the Modal feature from Bootstrap 3 to show my Youtube video. It works, but I can't click …

jquery css twitter-bootstrap youtube twitter-bootstrap-3
How to extract closed caption transcript from YouTube video?

Is it possible to extract the closed caption transcript from YouTube videos? We have over 200 webcasts on YouTube and each …

youtube caption
How do I get the YouTube video ID from a URL?

I want to get the v=id from YouTube’s URL with JavaScript (no jQuery, pure JavaScript). Example YouTube URL …

javascript regex url youtube
Getting an Embedded YouTube Video to Auto Play and Loop

I am trying to get a basic Youtube video to auto play and auto loop embedded on a page, but …

html css youtube youtube-api
Embed YouTube video - Refused to display in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'

I am trying to feed my Django page with some resource I am getting from somewhere else. Inside the feed, …

html django video youtube youtube-api