The YouTube JavaScript Player API allows users to control the YouTube chromeless or embedded video players via JavaScript.
0
votes
1answer
153 views
loadByvideoId is not a function
The below fiddle when opened in chrome,fox and iE its working fine
'http://jsfiddle.net/wmdPN/'
When i copy the code from the fiddle and use it in my machine,its not working
i m getting error as ...
0
votes
0answers
132 views
Embedding Videos in a html page
I am trying to include videos in my web site preferably YouTube videos. I need to include three videos in my site and they should all play like a playlist. Initially one video should play and the ...
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:
...
0
votes
0answers
64 views
Youtube get videos and playlist accounts
I'm creating a media house mock app and am wondering whether there is a way I can get video playlists from a certain account which is not mine for example if a user has a page that is ...
0
votes
0answers
53 views
Configuring an embedded YouTube player (How to)?
I've read various bits on using javascript and the YouTube API to configure a player from scratch (if you will).
Re: https://developers.google.com/youtube/js_api_reference
I'm wondering how I would ...
0
votes
1answer
371 views
How to get related video from videoID with youtube API
How can I get list related video via Youtube API.Thanks
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 ...
1
vote
0answers
248 views
YouTube Javascript API loadVideoByID bug in Internet Explorer
Hopefully somebody can verify this or shed some insight.
The most basic use of player.loadVideoByID() method seems not to be working in IE.
I have deployed the google getting started sample code ...
2
votes
1answer
278 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 ...
0
votes
0answers
297 views
Something is wrong with my iframe embedded youtube videos (jsfiddle included)
When I embed a single video, things work perfectly. But I have "double video" that looks like this -- here's the jsfiddle and I'm sure I'm doing something wrong with the 2nd vid.
On the left are the ...
0
votes
0answers
310 views
YouTube JavaScript API fullscreen parameter not working
I'm having trouble getting the fullscreen option to work in my Youtube Player. This is how I have created my youtube player:
player = new YT.Player('player', {
width: '960',
...
1
vote
1answer
196 views
create screenshot of youtube with javascript api?
I'm using the player javascript api v3.
https://developers.google.com/youtube/js_api_reference
when I do player.pauseVideo(), I want to extract the current frame in a img element.
Is it possible?
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 ...
1
vote
1answer
687 views
Samsung Smart TV Trigger remote key by click
i have an Samsung Smart TV app and i have a problem with mouse. the problem: i have two scenes. in first scene are show ten news. on pressing enter it shows the second scene with detailed news and a ...
2
votes
1answer
777 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"
...
0
votes
4answers
241 views
how to extract the description of a video from youtube using php
how to extract the description of a video from youtube using php?
if possible with the formatting of line breaks.
want to extract plain text it will save to txt with php.
thank you
0
votes
0answers
317 views
Youtube IFrame API & Chrome extensions, issues with Manifest Version 2
We have a chrome extension that uses the Javascript Player API for IFrame Embeds to show videos to the user. Since Chrome extensions are moving to manifest version 2 we are updating our extension for ...
1
vote
3answers
1k views
Youtube API: How to grab video ID? JQuery/Json
Currently fetching the first video from a search on YouTube using the code below, but when docready is called, the ids are not set. The code does not wait for the ajax results to be returned, instead ...
0
votes
1answer
464 views
YouTube Javascript API: load doesn't work in Firefox
I have an implementation of the YouTube Javscript API that works perfectly fine in Chrome and Safari, but not in Firefox. Yes, I'm doing this on a webserver ;)
On document ready, I call my function ...
1
vote
2answers
325 views
How to remove black bar from the YouTube videos
The black bar appears in the YouTube video, it looks little odd when the video plays. Can we remove that black space from the videos? I want to remove that black space and shows the video at desire ...
0
votes
1answer
54 views
Get the video tag of youtube embed videos
I'm trying to change the playback rate of an embed youtube video, is there any way to get the video tag?
I know that the video is held in an iframe, could a chrome extension be used to bypass the ...
-3
votes
1answer
210 views
How to trigger JavaScript Function when 10 seconds of youtube video has been played
I want to know how to trigger JavaScript function when user has watched 10 seconds of video on youtube embed on my blog.
0
votes
2answers
187 views
Moving inline Youtube API javascript code to a seprate file
I have this jsfiddle.
When I move the script from the upper panel to the lower panel, it does not work any more.
And why can't I use jQuery to target the buttons? Now, I have to use vanilla ...
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
1answer
128 views
Youtube Subscribe Button Event
How can I catch an event when a user subscribes to my Youtube Channel on my site?
0
votes
1answer
157 views
Youtube player API playVideo returns api_video_info as player_204
Some videos fail to load in AS3 chromless player although they play
fine on the youtube site. I have checked that those videos aren't disabled
for embedded player. The same thing not only happens to ...
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?
0
votes
1answer
976 views
youtube url rel=0 is not working in javascript
youtube url is not working in javascript,why?
where is the mistake in my code:
$(document).ready(function(){
api_images = ...
0
votes
0answers
98 views
Embedly + Youtube JavaScript API Sync
On my script I am retrieving embedly content and finishing building the page filling some div.
At the same time I am loading the Youtube JavaScript api and creating a player on the div created using ...
1
vote
0answers
162 views
Tubeplayer causing elements to (briefly) reappear in chrome?
I'm working on some javascript to insert a youtube video into a page using the tubeplayer plugin. The video is inserted when the user clicks a link and is removed when the user clicks the close ...
0
votes
0answers
443 views
Pause youtube iframe embed when click link within a php loop
So it took me forever but I was able to get it so that when you click a link on my page it pauses the video playing in the youtube iframe embed. However, on my page I have multiple videos and they ...
1
vote
1answer
86 views
Differentiating Youtube-Google linked account from unlinked
How to differantiate Youtube-Google linked account from unlinked with Youtube API. After successfuly retrieving information about currently logged user by sending this request:
...
0
votes
2answers
327 views
Is it possible to determine if a user finished to see an embedded youtube video with the api?
I need to check if a user has actually seen an embedded youtube video (meaning that he pressed play and saw until the end). Is it possible to do this with the youtube api (javascript)?
Thank you very ...
1
vote
1answer
1k views
javascript / youtube api - variable YT is not defined
I'm creating a youtube player embed via the YT api but I keep getting an alert that the variable YT is not defined. I can see that the script for the youtube API is getting included, which is supposed ...
2
votes
2answers
415 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 ...
0
votes
1answer
220 views
Replay a youtube video when clicking on an element
I have a div element which is a link and I want it to be able to play a video once again.
My jQuery code is this :
$('#film').click(
function() {
$('#question').hide();
$('#video').show();
...
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:
...
0
votes
0answers
74 views
Build the youtube player without the plugin pseudostreaming
I'm looking to make a player of yotutube (with full normal functionality) but may not have the plugin "pseudostreaming" included ... I am very new to this youtube api ..
and I'm in a hurry .. a ...
0
votes
1answer
83 views
How to include youtube login in an asp.net page?
I want to include a youtube login system just like facebook has "login with facebook". I searched the api but couldn't find anything. Can someone guide me through or post link to any tutorial on how ...
3
votes
1answer
490 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 ...
0
votes
1answer
279 views
Specify Quality for Youtube Chromeless Player not working?
I'm developing with the Youtube Chromeless player.
My player size is 400 x 225px.
By default, Youtube sets videos quality at a "small" level with these dimensions.
Yet, as videos with "small" quality ...
0
votes
2answers
294 views
YouTube video will not repeat
The website EndlessVideo used to work fine, but all of a sudden it will not loop videos anymore. I've found that running the following code in the console has the wanted effect, but strangely, adding ...
1
vote
2answers
389 views
wxWebView and JavaScript
I am trying to write a program in C++ and wxWidgets that accesses YouTube and start the video with JavaScript.
It uses the YouTube JavaScript API, documentation for which is found here.
I wrote the ...
2
votes
1answer
139 views
0
votes
2answers
554 views
Get rid of an embedded YouTube player after video has finished
I currently have the below code to play a youtube video on a page.
<div id="player"></div>
<script>
//Load player api asynchronously.
var tag = document.createElement('script');
...
1
vote
0answers
111 views
Strange border in Youtube thumbnail
I want to embed a Youtube video in my page, and I want to use the same background color for both, my video and my web page.
I use this code
<object type="application/x-shockwave-flash" ...
1
vote
1answer
1k views
How to get a youtube playlist thumbnail?
Is there a way to get youtube playlist thumbnail like how you can get a thumbnail of a video, explained here: How to get thumbnail of YouTube video link using YouTube API?
0
votes
1answer
525 views
Fetching YouTube video title from known video id [duplicate]
Possible Duplicate:
Javascript REGEX: How to get youtube video id from URL?
I want to fetch a YouTube video title when the video id is known, using JavaScript only. Is it possible?
2
votes
1answer
960 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" ...
5
votes
2answers
470 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 ...
