Questions tagged [youtube]

YouTube is a video-sharing website on which users can upload, share, and view videos. StackOverflow questions tagged with "youtube" should be about specific programming problems, software tools, or libraries. If your question is about the YouTube API, the "youtube-api" tag should also be added.

YouTube is a video-sharing website on which users can upload, share, and view videos, created by three former PayPal employees in February 2005. In November 2006, YouTube, LLC was bought by Google Inc. for $1.65 billion, and now operates as a subsidiary of Google.

Most of the content on YouTube has been uploaded by individuals, although media corporations including CBS, BBC, Vevo, and other organizations offer some of their material via the site, as part of the YouTube partnership program.

Unregistered users may watch videos, and registered users may upload an unlimited number of videos. Videos that are considered to contain potentially offensive content are available only to registered users 18 and older.


Resources :

15964 questions
4
votes
2 answers

Bypassing chrome autopause on videos with sound?

I have a website set-up, where the background is a YouTube video using Tubular.js plugin. There is a problem with chrome browsers, that auto pauses the youtube video if I load it with mute: false flag. Chrome is the only offender, as it works with…
jackar
  • 99
  • 1
  • 1
  • 10
4
votes
1 answer

Youtube without javascript and plugins

I'd like to use Youtube and watch videos completely without javascript and plugins. Is it possible to do this just by using HTML5 or something like this?
delxa
  • 99
  • 1
  • 8
4
votes
1 answer

How to embed a Youtube iframe with cookie consent control?

I've just discovered that Youtube iframes store cookies on users browsers when they play a video and that for GDPR I need to add some form of consent so visitors can decline. How do I load Youtube videos without cookies? I've read that changing…
Shaun
  • 757
  • 1
  • 8
  • 36
4
votes
2 answers

Notification of YouTube video completion in iPhone app

I've embedded the YouTube video with no difficulties following method #2 of the YouTube API Blog: http://apiblog.youtube.com/2009/02/youtube-apis-iphone-cool-mobile-apps.html Is there any way to know when the video has finished playing (or when the…
4
votes
2 answers

Google Chrome issue on overflow hidden when embedding video (youtube/vimeo)

I came across a weird issue on google chrome which seems to be new because I'm pretty sure it worked before (on older version). .container { width: 400px; height: 266px; overflow: hidden; position: relative; border: 2px solid red; …
Benmay
  • 347
  • 1
  • 15
4
votes
1 answer

Youtube: args to force auto-generated subtitles

If my video has English subtitles, I can force to show them with a code like: hl=en&cc_lang_pref=en&cc_load_policy=1 So the full code would be: