The YouTube JavaScript Player API allows users to control the YouTube chromeless or embedded video players via JavaScript.
40
votes
1answer
22k views
YouTube iframe API: how do I control a iframe player that's already in the HTML?
I want to be able to control iframe based YouTube players. This players will be already in the HTML, but I want to control them via the JavaScript API.
I've been reading the documentation for the ...
12
votes
3answers
8k views
How to pause a YouTube player when hiding the iframe?
I have a hidden div containing a YouTube video in an <iframe>. When the user clicks on a link, this div becomes visible, the user should then be able to play the video.
When the user closes the ...
7
votes
2answers
8k views
YouTube Player API: How to get duration of a loaded/cued video without playing it?
I'm not able to get the correct video duration/length (in seconds) of a loaded/cued video via the getDuration() method of the YouTube Player API; the same method, however, returns a valid value once ...
6
votes
1answer
8k views
Hide/show in JavaScript - stop playing YouTube iframe video [closed]
I've used the iframe function to embed videos, and I'm hiding/showing the content and videos through JavaScript.
I have one problem. When I press play on the first video, and then click on the next ...
6
votes
1answer
2k views
Jquery TubePlayer Plugin not functioning as desired
TubePlayer is a jQuery Plugin that implements YouTube Player API, and allows us to create our own controls and components for YouTube videos.
The TubePlayer Website provides tips on getting started ...
5
votes
4answers
329 views
create a javascript function programmatically
Need this for the youtube api // the onStateChange callback functions!
I want to programmatically create functions which will listen to the "onStateChange" event emitted by several youtube player. ...
5
votes
2answers
9k views
Youtube Unsafe JavaScript attempt to access frame with URL
Here I am with another question, this time about the youtube API.
I'm using this code to get a youtube player:
<div id=\"youtubeVideoContainer\"></div><script ...
5
votes
2answers
468 views
Is there a js callback for when youtube player begins again after pausing to buffer?
I'm trying to figure out if there is a callback for when the player is not buffering anymore.
I'm using onPlayerBuffering: function(){}; right now for when the player begins buffering, but I can't ...
4
votes
3answers
546 views
Youtube player JS API seekTo function not working
I'm trying to use Youtube chromeless player through the JS API and I'm having problems with seekto() function.
The problem is that sometimes (I can't tell when the problem arises), calling seekTo() ...
3
votes
2answers
2k views
Embed YouTube Video with No Ads
I'm embedding YouTube videos in a widget (http://www.betterdonatebutton.com) to help non-profits raise money. Unfortunately, some of them are not technically inclined enough to turn off ads that ...
3
votes
1answer
1k views
Correct way of using element.addEventListener
I have a few JavaScript functions that behave as event listeners for an <object/> object which fires custom events. The object in question is the JavaScript API enabled YouTube player. The ...
3
votes
1answer
93 views
Return video duration from Youtube API using JSON
I'm trying to retrieve and print the duration of each video that is being returned via the Youtube API using JSON. The duration needs to be out putted like this:
9:34min and not in seconds
But I ...
3
votes
1answer
112 views
YouTube iFrame API: events fired for TrueView InStream Ads (video ads)
Which events are fired when a TrueView InStreams ad starts and ends?
The YouTube iFrame API reference does not give any hint about it.
I need to know when the real video starts.
As these ads are ...
3
votes
0answers
110 views
Youtube iframe API - Android fullscreen
I'm using the youtube iframe api to embed a video.
When playing the video on an iPhone, the video automatically switches to full screen mode. I was wondering if it's possible to force the same ...
3
votes
2answers
213 views
How to link to external sites through youtube videos through annotations
Is there a way of linking to an external website through YouTube Videos, by creating annotations links?
That is, the link is embedded in the video. An example of what I want is given in this video. ...
3
votes
1answer
700 views
Show a custom picture before a youtube video starts
I'm trying to display an image in the "player" div, and then after the visitor clicks the button, replace it with a video (replace the div with an iFrame). Here's my code:
<!DOCTYPE html>
...
3
votes
1answer
489 views
pauseVideo() on IE8 for youtube videos, gives “Object doesn't support this property or method”
when trying to use pauseVideo() on IE8 for youtube videos, it gives me "Object doesn't support this property or method",
here is my embedded video:
<div class="ytLarge">
<object ...
2
votes
3answers
692 views
Embed YouTube videos with fallback solution for corporate proxies
I am wondering whether any of you have ever come accross a solution/function that allows embedding YouTube videos with a fallback solution where an alternative video source is selected if YouTube ...
2
votes
2answers
5k views
Javascript - Wait 5 seconds before executing next line
This function below doesn't work like I want it to - being a JS novice I can't figure out why.
I need it to wait 5 seconds before checking whether the 'newState' is -1.
Currently, it doesn't wait, ...
2
votes
1answer
300 views
Does youtube api play function trigger a view count?
I know that embedding a video with autoplay will NOT increment video count.
My question is, playing the video from javascript, with the youtube api, does it trigger incrementing video count?
2
votes
2answers
2k views
Using YouTube's PlayerAPI inside of a Google Chrome Extension under Manifest V2 — works, but generating lots of warnings
I am receiving a couple of non-critical error messages when using YouTube's Player API inside of a Google Chrome Extension under v2.
I have the following definitions in my content_security_policy:
...
2
votes
3answers
3k views
How do I control the playback of multiple Youtube Videos with the Youtube JS api?
Here's the problem:
I have multiple youtube videos in a slider, and I want the videos to stop playing when a link that controls the slider is clicked. It's really annoying to have the videos just keep ...
2
votes
2answers
414 views
Safely defining variables for public callback functions in javascript
I am working with the YouTube iFrame API to embed a number of videos on a page. Documentation here: https://developers.google.com/youtube/iframe_api_reference#Requirements
In summary, you load the ...
2
votes
1answer
292 views
Playing a monetized YouTube song inside of a Google Chrome Extension. Do I have any options?
I have encountered a huge roadblock in the development of my Google Chrome extension. Any YouTube song which is monetized (e.g. has an advertisement) will not play.
This is documented here:
...
2
votes
1answer
577 views
addEventListener in content script not working
I've got a chrome extension with a popup.html and an injected content script. With the injected content script I'm trying to access youtube's javascript API functions and it all works fine except for ...
2
votes
1answer
353 views
CoffeeScript - Equivalent JS Code Doesn't Work To Play Embedded Youtube Video
I am embedding a Youtube video on a website using swfObject so I can manipulate it using Youtube Player API. However, I am in the process of rewriting the site in Coffeescript and am stuck on this ...
2
votes
1answer
102 views
Is there any Jinja2/Django extension for video or pictures?
I am building a website where I want to embed Youtube and other videos. Similarly it will also contain pictures from different websites. I am curious to see if there are any Jinja2/Django extension to ...
2
votes
1answer
274 views
Trying to make a thumbnail of a youtube video and have it enlarge when clicked
Is there a way to make a thumbnail of a youtube video embedded into my html and when clicked, it enlarges to full size? This way, I could have a row of video thumbnails, which is what I'm trying to ...
2
votes
1answer
141 views
Accessing YouTube live streams with Web Audio API
Is it possible to access YouTube live stream content (video/audio) in Javascript and Web Audio API e.g. for real-time mixing of the audio content?
Is the payload HTML5 compatible or is it Flash only? ...
2
votes
1answer
101 views
Nonworking function as soon as page loading
There is a Youtube chromeless Javascript player in demo. Unless user clicks playlist pictures below player, title and time don't shown. To show title and time user has to click some playlist image or ...
2
votes
1answer
576 views
Using Youtube Player API in windows 8 app
I have embedded youtube player in windows 8 app (html/javascript). I need to interact with player (play/pause etc). I copy/pasted example in Getting started section here but onYouTubeIframeAPIReady is ...
2
votes
1answer
953 views
youtube api call function when video ends
I need to find out when an embedded youtube video ends via javascript.
This is my embed code:
<object id="ytplayer" height="35" width="560"><param name="movie" ...
2
votes
1answer
344 views
YouTube data api search, exclude videos with ads
I was wondering if there is a way when I am quering the api for videos to exclude those who have advertisments.
Also I would like to filter out the videos that are not available for my location which ...
2
votes
0answers
39 views
ipad youtube embed, blocks touches on lower z-index
On iPad I've been experiencing an issue where lower z-index items can not receive touch events.
The cause of that there is a <video> tag within the iframe which blocks interaction with lower ...
2
votes
1answer
187 views
JQuery Mobile: youtube channel embedd is not working
My jsp page is designed with JQuery mobile. When i embedd youtube channel script tag in it,its not working. But when put the tag in simple jsp file,it works without any issue.
My code is given below:
...
2
votes
1answer
565 views
pre-roll for youtube
I'd like to play two different youtube videos in the same player, first video being played BEFORE the second (serving as a pre-roll ad). Sort of custom playlist consisting of only two videos.
What i ...
2
votes
1answer
772 views
Play youtube video in full screen using external link in JQuery
Hello is it possible to control the fullscreen option in youtube video embedded in any site using external link ?
I am using iframe to load the youtube url:
<iframe width="640" height="360"
...
2
votes
1answer
139 views
2
votes
1answer
373 views
handling errors in youtube data api in javascript
One of the successful load is like that:
http://gdata.youtube.com/feeds/api/videos/N7m86aMNjlQ?callback=jsonp1335008664824&alt=json-in-script
However, when the video is private or doesn't exist, ...
2
votes
2answers
2k views
Can't Figure Out How to Pause YouTube Video on Click
My users are using the old embed method of utilizing the tag YouTube gives you instead of the iframe. I'm trying to figure out how to detect the player state (when it's paused, playing etc) when a ...
2
votes
1answer
180 views
How to get the ID of a user's YouTube featured video
How can I get the video ID (and/or other metadata) about the video featured on a user's YouTube page? I've searched the YouTube API docs with no success.
1
vote
1answer
1k views
Pause youtube video, youtube api
I have this jsfiddle
Pretty much a copy from the Youtube API page
I am trying to pause and resume the video by clicking the links but it's not working at all.
To make this jsfiddle clean I have ...
1
vote
2answers
89 views
YouTube player below “minimum” size
The YouTube API docs define the minimum size of an embedded player t to be 200px by 200px (link).
To allow room for critical player functionality, players must be at least 200px by 200px.
My ...
1
vote
1answer
202 views
identifier starts immediately after numeric litera
I'm showing a couple of videos on my website and generates the code after what YoutubeID the video has. Until now, it worked without problem but with the ID 6BD2qnBozvE, my script won't work.
My code
...
1
vote
1answer
402 views
How to make a YouTube chromeless player?
This may sound stupid but I looked online for some time and I could not find how to make a YouTube player chromeless. I am making a web app and I am using the YouTube JavaScript API. Wherever I look ...
1
vote
1answer
126 views
Youtube Subscribe Button Event
How can I catch an event when a user subscribes to my Youtube Channel on my site?
1
vote
2answers
366 views
Triggering an event when YouTube video reaches certain timestamp?
The API documentation does not contain an obvious way to trigger a javascript event when a YouTube video reaches a certain time stamp. Do you know any workaround?
1
vote
1answer
790 views
Event loads with jQuery and YouTube API
When I put the callback for when the YouTube video has loaded, onYouTubePlayerReady, inside the jQuery ready function it is not called when the video is loaded. However, when I put the callback ...
1
vote
1answer
38 views
Youtube Javascript API Embed has 2 title bars after video ends
I am having a problem with the JavaScript Embed API for youtube. After a video has finished playing, there are two title bars at the top. When playing, or when loaded, there is only 1 visible. I ...
1
vote
1answer
59 views
Prevent embedded YouTube player from plating onclick
When you embed a YouTube video in a page, there is a big play button in the middle of it which plays the video when clicked. For example:
Is there a way that I can capture this click event before ...
