The YouTube APIs and Tools enable you to integrate YouTube's video content and functionality into your website, software application, or device.
52
votes
4answers
39k 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?
12
votes
3answers
3k 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 ...
9
votes
4answers
12k 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 ...
7
votes
1answer
1k 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 docs for the iframe API ...
7
votes
1answer
720 views
Zend Youtube API - Upload Videos on a Single Account?
I want to allow anyone register on my site, to upload their videos on my own youtube user channel.
I don't want them to comment any videos, or anything that requires their own login credentials.
...
7
votes
2answers
286 views
Is there a single PHP API to post to multiple sharing sites (Twitter, Reddit, Linkedin, etc)?
Is there a single PHP API to post to multiple sharing sites (Twitter, Reddit, Linkedin, YouTube etc), or do I have to use multiple APIs? Or is there an online service that will do this via, say, a ...
6
votes
2answers
537 views
How to get the embed HTML code for a video hosted in youtube programmatically
How to get the embed HTML code for a video hosted in youtube programmatically. What Java API is available
6
votes
3answers
1k views
YouYube API Watch Private Videos
I have a website that has a draft mode. Someone can login and see what the site looks like to approve it before the public can see it. I have YouTube videos on an account that I put on private because ...
6
votes
1answer
1k views
Hyperlink to play youtube video
Is it possible to create a hyperlink on your web page that can play an embedded youtube video on the same page.?
6
votes
1answer
54 views
Can you extract/bring across the rating of a video from youtube to use in your own site?
Is it possible to extract the ratings (i.e. 5 stars), views and comments of a Youtube video and use it within your own site?
In other words I have a youtube video embeded on my site but i want to ...
6
votes
1answer
1k views
c# samples of youtube API (or gdata API) using OpenID and OAuth
Are there any c# code samples of youtube API (or gdata API) using OpenID and OAuth ?
Or maybe a post / article with code examples
Code samples of using dotnetoauth with the youtube API would be ...
5
votes
1answer
296 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
2answers
146 views
How to get YouTube “watch later” feed?
How can I get YouTube watch later feed? I cannot find the feed type in http://code.google.com/apis/youtube/2.0/developers_guide_protocol_video_feeds.html
Is there any other way to get it?
5
votes
2answers
476 views
Enable YouTube API on existing player
I have an embeded youtube video which I want the YouTube API applied. I add the url parameter using jQuery as follows (demo):
$(document).ready(function(){
var obj = $('object');
...
5
votes
1answer
1k views
How to use FlowPlayer to show YouTube videos
A post on the FlowPlayer.org forum says:
It is technically possible to stream
YouTube videos directly with
Flowplayer
... but doesn't give an example :(
Here is the related post: ...
5
votes
2answers
1k views
How to Login to Youtube Using PHP?
I want to use the youtube api to get the users new subscription videos with this api call:
http://gdata.youtube.com/feeds/api/users/default/newsubscriptionvideos
Without logging in I get this ...
5
votes
3answers
766 views
Private viewers using the YouTube API
Has anyone been able to set who can view a private video on YouTube using the API?
5
votes
1answer
8k 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 ...
5
votes
3answers
10k 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
166 views
How to play a YouTube video in WPF using C#
I want to play a YouTube video in my WPF application. I am using Google API and successfully get information about video but i don`t understand how to play a video. Here is my code which is i used for ...
4
votes
3answers
1k 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"?
4
votes
1answer
594 views
How to upload a video to youtube via using Youtube api at C#
The code below fails :( what might be the problem
YouTubeRequestSettings settings = new YouTubeRequestSettings("whatwill come here ?",
"my api key",
"my youtube login ...
4
votes
1answer
406 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?
4
votes
2answers
1k views
Youtube POST upload in Java
Help :( Does anyone know how to write a POST request for uploading Youtube videos via the Youtube API, in Java?
The structure of the POST request required is described here.
Unfortunately I can't ...
4
votes
4answers
200 views
PHP int to date problem
Take a look on the code below:
$t=77;
date("H:i:s", $t);
It returns
21:01:17
The correct result, of course, should be something like 00:01:17.
The $t value indeed is a value in seconds returned ...
4
votes
3answers
1k views
YouTube API Comments Feed
I am attempting to get the Comments Feed from a video entry using the YouTube API for .NET. I am working on a program in WPF and C#, but can't seem for the life of me to figure out how to retrieve ...
3
votes
2answers
64 views
How to include an embedded youtube channel in a page after document.ready?
i have a youtube embedded channel from a certain company, and below i have a list of links to other related companies, however this is just a widget on my page, so when i click a link in the list i ...
3
votes
2answers
55 views
I want to delete a video from my channel on Youtube using the API
This is my code:
YouTubeService serv = new YouTubeService("myDeleteService", YOUTUBE_DEVELOPER_KEY);
serv.setUserCredentials(USERNAME, PASSWORD);
YouTubeRequestSettings settings = new ...
3
votes
1answer
89 views
How can I connect to YouTube API without Auth?
Reading the official documentation I found this code :
YouTubeRequestSettings settings =
new YouTubeRequestSettings("example app", clientID, developerKey);
YouTubeRequest request = new ...
3
votes
2answers
189 views
YouTube PHP API - Getting status of previously uploaded video?
Just started digging into the YouTube PHP API and got the browser-based Zend upload script working. However, I can't find any documentation on how to retrieve the status of the video after it's been ...
3
votes
1answer
165 views
Get the Video URL after uploading a video to Youtube using Data API - php
I'm trying to upload a video to YouTube using the PHP Data API
$yt = new Zend_Gdata_YouTube($httpClient);
$myVideoEntry = new Zend_Gdata_YouTube_VideoEntry();
$filesource = ...
3
votes
2answers
374 views
Youtube .net api - search inside a playlist
I'm getting a 403 (forbidden) error when I try to search inside a google playlist. If I remove the .Query it works fine. I know the credentials work fine as I'm using them in other places in the ...
3
votes
0answers
184 views
Youtube Upload via URLRequest?
I'm attempting to upload a video via the YouTube api. I can authenticate everything fine and formulate the request just fine but the body of the request with the binary video data I'm having an issue ...
3
votes
1answer
477 views
Permanent access token with YouTube api?
I have gone through the google documentations for Oauth and AuthSub methods for authenticating and I've tried to google this without results.
For Facebook, you can request an access token which is of ...
3
votes
2answers
99 views
Youtube uses “default” as a name for an object property
I've been using the Youtube json api for making a new mash-up.
Somewhere in the response you can find the following:
{
"player":
{
"default":"http://www.youtube.com/watch?v\u003deH5Iysm417U"
...
3
votes
1answer
135 views
Youtube views using the Flash API
I have a very simple question. Does youtube count "views" if put a YT video into a swf, using their Flash API? I can't seem to find anyplace that explains how views are counted.
3
votes
1answer
187 views
YouTube API Question
What is the best way given the YouTube url to send the audio to a list view like (http://opentape.fm/mixtape/). I would have to it streaming from the YouTube player, rather than downloading and ...
3
votes
1answer
3k 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 ...
3
votes
1answer
485 views
YouTube API PHP - Like or Dislike video after authentication
I'm using PHP and Zend to pull in my videos from YouTube. I'm authenticated with AuthSub and can post comments successfully.
I now wish to click on 'like' or 'dislike'.
The PHP API guide only has ...
3
votes
2answers
1k 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 ...
3
votes
5answers
663 views
Youtube API - Title only
I know that i can get the whole info about a video by using:
http://gdata.youtube.com/feeds/api/videos/ID
but that outputs a lot of information and im using a regular expression to get the title out ...
3
votes
1answer
1k views
How can I use YouTube API and jQuery to upload video to YouTube?
I am trying to use the Youtube DataAPI to upload a video to our site's YouTube account. I have been using the examples provided in the documentation for Browser-based uploading and I am able to get ...
3
votes
3answers
1k 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 ...
3
votes
1answer
318 views
Youtube Javascript API to create audio bar
For people that have experience with the Youtube Javascript API, I was wondering would it be possible to create a completely customized audio player using the API. My objective is to simply use the ...
3
votes
2answers
493 views
How can I lazy load non-image content in jQuery?
I want to lazy-load the results of my Youtube API search, so that as the user scrolls down, Youtube players are being added to the page. It seems that the lazy loading plugins are focused on images, ...
3
votes
0answers
528 views
YouTube videos not playing in chromeless player in Flash using Zend_GData_Youtube class in PHP to pass results to flash (Works fine on Mac Safari??)
I have been noticing some strange (but consistent) behavior with the
chromeless YouTube Player API. I have a Flash AS2 SWF that uses
cueVideoById() to show the thumbnail images of videos which works ...
3
votes
2answers
249 views
youtube - video upload failure - unable to convert file - encoding the video wrong?
I am using .NET to create a video uploading application. Although it's
communicating with YouTube and uploading the file, the processing of
that file fails. YouTube gives me the error message, "Upload ...
3
votes
1answer
2k views
dynamically embedding youtube videos with jquery
I'm trying to retrieve a listing of a user's youtube videos and embed them in a page using jQuery. My code looks something like this:
$(document).ready(function() {
//some variables
...
3
votes
3answers
4k 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 ...
3
votes
2answers
471 views
How to gracefully handle YouTube thumbnail broken images when videos are taken down?
Our site contains some lists of YouTube videos with their thumbnails linked to the movies themselves. We fetch the thumbnail URLs from the YouTube API, and hotlink to them in situ on YouTube's ...