The YouTube APIs and Tools enable the integration of YouTube's video content and functionality into a website, application, or device.
41
votes
1answer
12k views
Building a Chrome Extension - Inject code in a page using a Content script
I'm learning how to create chrome extensions and I just started developing one to catch youtube events. I want to use it with youtube flash player (later i will try to make it compatible with html5).
...
315
votes
4answers
157k views
How to get thumbnail of YouTube video link using YouTube API?
I want to pass a YouTube URL to maybe YouTube's API and get the video thumbnail using PHP & curl? Is that possible?
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 ...
16
votes
5answers
22k views
Downloading video from YouTube
I wish to download a video from YouTube and then extract its audio.
Can anyone point me to some C# code to download a video?
For clarification purposes, I already know how to extract audio from a ...
15
votes
6answers
33k views
Why am I seeing an “origin is not allowed by Access-Control-Allow-Origin” error here?
I am seeing the following error:
Origin http://localhost:8080 is not allowed by Access-Control-Allow-Origin
with this code:
var http = new getXMLHttpRequestObject();
var url = ...
15
votes
2answers
23k views
How can I stop a video with Javascript in Youtube?
Situation:
here, where I pressed some video.
Problem: I try to stop the video by Javascript in the console of Firebug:
player.stopVideo(playerid):Void [1] [2]
Question: Why does not the command ...
33
votes
12answers
61k views
How to embed YouTube videos in PHP?
Can anyone give me an idea how can we show or embed a YouTube video if we just have the URL or the Embed code?
4
votes
2answers
6k views
Listening for Youtube Event in JavaScript or jQuery
I have a slider which includes 4 youtube videos that are embedded via the iframe embed code
http://www.youtube.com/embed/'.$i.'?enablejsapi=1
I'm trying to make the onStateChange event of any of 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 ...
3
votes
5answers
2k views
RegEx pattern to get the YouTube video ID from any YouTube URL
Let's take these URLs as an example:
http://www.youtube.com/watch?v=8GqqjVXhfMU&feature=youtube_gdata_player
http://www.youtube.com/watch?v=8GqqjVXhfMU
This PHP function will NOT properly ...
23
votes
4answers
14k views
How to get number of video views with YouTube API?
The question is very simple. How to get number of video views with YouTube API?
The task is simple but I would like to use that query on large number of videos very often. Is there any way to call ...
6
votes
3answers
15k views
YouTube API integration ASP.NET - upload video with a single page
we are trying to use the Google YouTube API to upload videos from our website to YouTube through the browser directly.
The API works in two steps, in the first step we need to create an Video object ...
4
votes
1answer
2k views
android youtube upload video with static username and password
i am uploading video to youtube which by default uploads to user who have login in google account.
But i want to set that all video should upload using my static gmailID and password
Is it possible ...
8
votes
1answer
2k views
Upload video on youtube from iphone app
I want to upload video on youtube from my iphone app..
I have tried this http://urinieto.com/2010/10/upload-videos-to-youtube-with-iphone-custom-app/
but in the end i am getting error
...
6
votes
3answers
3k views
YouTube API not working with iPad / iPhone / non-Flash device
This piece of code works great in DESKTOP browsers (code courtesy of @Rob-W), click the thumbnail and the adjacent video will start playing, using YouTube's API.
http://jsfiddle.net/KtbYR/5/
The ...
0
votes
2answers
4k views
YouTube API Target (multiple) existing iframe(s)
I'm trying to understand how to target an existing iframe using the YouTube API (i.e. without constructing an iframe with the script).
As usual, Google does not give enough API examples, but explains ...
6
votes
1answer
2k views
Take the audio from a youtube video
Is it possible to retrieve only the audio from a youtube video using the java youtube api?
3
votes
1answer
5k views
Android: Trying to get data from youtube api
I'm attempting to get data from http://gdata.youtube.com/feeds/api/standardfeeds/recently_featured?&start-index=1&max-results=15&v=2
and print the titles of the videos, but I get an ...
19
votes
5answers
28k views
YouTube iframe embed not starting in HD
I'm trying to embed an HD YouTube video but no matter what I try, it only ever seems to load the 480p version.
According to YouTube, embedding an HD video is as simple as adding hd=1 to the URL:
...
3
votes
4answers
2k views
Programmatically determine whether a Youtube video has been taken down
I'm getting most of the music on Rap Exegesis from YouTube (in the form of embedded players). Unfortunately, there's always the risk that one of the videos I'm using will be taken down (due to ...
2
votes
1answer
341 views
Retrieve Youtube Channel info for “Vanity” channel
Given a "vanity url" for a channel (e.g. youtube.com/wheelockcollege, which points to youtube.com/wheelockmarketing1), is there a way to retrieve the channel details?
I'm using the new version 3 of ...
2
votes
1answer
2k views
Has Youtube Iframe Embed has stopped working for certain videos?
I created a JS fiddle for this here:
http://jsfiddle.net/lindseymysse/6C65Y/1/
The error:
Starting Yesterday evening, a few videos on the site I'm working on stopped loading for users. We are ...
2
votes
2answers
4k views
iPhone - using YouTube APIs in iPhone app
I was going through the Google API for the iPhone but couldn't quite understand the use of YouTube API in iPhone apps. Neither could I find any good tutorials.
Can someone please point to ...
0
votes
1answer
2k views
Youtube API Direct Upload and Return URL, Possibly in Ajax?
Alright, here's the situation.
I've got the Youtube API working to upload a video. Once it is uploaded, it returns http://example.com/?status=200&id=3-1234xyz.
Ideally, I'd like to have this ...
1
vote
2answers
82 views
using youtube data in android project
My target is to use youtube instead of server, to store videos.
I need youtube provide the following function
1. upload video and get his url .
2. search for video that match developer tag.
to do ...
0
votes
1answer
95 views
JavaScript: How do I print multiple script tags in a loop?
i'm new to javascript: learning by doing .. i want to do something like
for(var_terms as variable_term){
print( <script
type="text/javascript"
...
0
votes
2answers
3k views
Check if YouTube video is playing and run script
I have the following video embeded within WordPress
<iframe id="video" width="640" height="360" src="http://www.youtube.com/embed/xxxxxx?enablejsapi=1" frameborder="0" ...
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 ...
8
votes
1answer
12k views
How to use the YouTube iFrame API in Chrome and Firefox?
I have a YouTube video embedded on my site using an iFrame. I want to use the API to pause the video, but in Chrome I get an error:
Unsafe JavaScript attempt to access frame with URL ...
8
votes
2answers
2k views
Access a PHP-object with dollar-sign as node name
I'm working with the YouTube Data API per PHP and requesting a video feed from a specific user in json-format. The result after json_decode is the following (shortened example):
stdClass Object
(
...
0
votes
2answers
1k views
Deploying a Google Chrome extension; Adobe Flash Player has stopped a potentially unsafe operation
I am wondering how to best handle the issue of not having enough permission inside of a Google Chrome Extension. I am interacting with the YouTube API, but I am not using swfobject.js, just using am ...
0
votes
1answer
1k views
Click Loads multiple videos using YOUTUBE Iframe
I have some thumbnails below the main video container.
I will like when you click on each thumbnail - the associated video loads and start playing
Using the NEW YOUTUBE API IFRAME approach here
Your ...
16
votes
6answers
66k views
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 &autoplay=1 to the url, which worked with the old style, but it didn't work. For example, ...
11
votes
3answers
10k views
YouTube API: How to get videos from channel X with tag Y?
For example, how could I get a JSON response of all the videos from channel "http://www.youtube.com/nba" that are tagged "playoffs"?
7
votes
4answers
2k views
iPhone Upload video to youtube app using GData framework
I want to upload video from my app to the youtube. I am using the example YoutubeTest for this purpose. I have set the developer key and client Id for my app. Now when trying to upload the video using ...
5
votes
3answers
9k views
javascript addEventListener onStateChange not working in IE
I have two colorbox popup boxes which show a youtube video in each. When they're finished playing, I'm trying to have them automatically close the colorbox window. This code below works perfect in ...
4
votes
3answers
6k views
Youtube data API : Get access to media stream and play (JAVA)
I want to access a youtube video and play using my own media player. I am able to get the video properties (title, url etc..) using the youtube data API. Can I get access to the stream of the video ...
1
vote
1answer
221 views
What is the YouTube's PlayerState during pre-roll ad?
The Flash YouTube API getPlayerState() method has 6 possible values:
-1 (unstarted)
0 (ended)
1 (playing)
2 (paused)
3 (buffering)
5 (video cued).
The manual reads:
When the player first loads ...
1
vote
2answers
7k views
How can I use java to download a video file from http url(video streaming link)? [duplicate]
Possible Duplicate:
how to get video link from of live streaming videos using java?
Hello all!
I have to develop an application to download any video file from http url (video stream) to ...
4
votes
1answer
271 views
How to Refresh the token that i got from google oauth 2.0 in iOS
I am making an iOS application that uses the user's google account to get data from his youtube account and show them ....
first step is done using the gtm2 to authenticate the user and get an ...
4
votes
1answer
1k views
Youtube API for video download
I want to create a PHP/Java application that would be able to download videos from youtube.I think there is no direct youtube apis from google.Have any third party apis available? please help me.
4
votes
3answers
4k views
How do I use the Youtube API to check if a video is embeddable?
Does anyone know how to check if a Youtube video is embeddable using the Youtube API? I've tried using this URL:
http://gdata.youtube.com/feeds/api/videos/47z7i79NuK8
but the response I get, pasted ...
4
votes
3answers
2k views
Get the amount of likes/dislikes for a YouTube video via API?
How do I get the amount of likes/dislikes for a YouTube video via YouTube API?
3
votes
4answers
2k views
Cant make a crossdomain Ajax call
$(document).ready(function(){
$.ajax({
url: "http://gdata.youtube.com/feeds/api/users/zdf/playlists?v=2",
type: "GET",
success: function(msg){
console.log(msg);
...
2
votes
1answer
580 views
YouTube API v3: Liking a video in Python
I need to be able to "like" a specific video by ID through the new YouTube API v3 for an authenticated user. I am following the activities/insert guide found here:
...
1
vote
3answers
213 views
How to Fetch Playlists Videos fromYouTube
I am writing an app in which i want to Fetch List of YouTube Videos, and i am able to do that by using a particular user's account like the below link:
HttpUriRequest request = new ...
0
votes
1answer
2k views
PHP Youtube API - Getting Insight Data
I am using the Zend PHP Gdata API for Youtube to retrieve data and upload video on Youtube and need to get Insight information for each video but confused how.
I have read on forums and random posts ...
5
votes
2answers
180 views
YouTubePlayerAPI Schedule for Distribution?
Got really excited when I discovered this Google IO video recently. Adding YouTube features to an app easily is very attractive compared to current options (intent, iframe embed)
I was surprised ...
2
votes
3answers
386 views
How can I remove youtube logo from the youtube player for use in other application?
I want to use the Charmless youtube player in my application and I want to remove youtube logo from the Player. How can i achieve this thing? My application is developed using AS3.
2
votes
2answers
5k views
How to avoid Security Errors when using the Youtube AS3 Player API
I'm using the Youtube AS3 Player API to load video's in a Flash Project.
I get this really annoying Error when loading the Player swf:
SecurityError: Error #2047: Security sandbox violation: parent: ...
