Tagged Questions
0
votes
1answer
45 views
How do I get data from the YouTube api on a page loaded by ajax?
I'm using the following code to simply get me a view count from a specific YouTube video and place it in a div with the ID: ytviews:
var video_id='gRcGLk6izZ0';
...
1
vote
0answers
51 views
Youtube API, nexturl and XMLHttpRequest
I've managed to upload a video to YouTube via CORS and XMLHttpRequest so that I can provide a progress bar on the uploads. However after the upload gets to 100% and the video appears in the YouTube ...
0
votes
1answer
74 views
Uploading videos with YouTube API and CORS
I'm trying to allow visitors to our site to upload videos to our YouTube channel. As a result, I don't want to handle authentication with OAuth otherwise I'm going to need to hand out our username and ...
0
votes
1answer
59 views
YouTube iframe API official example gives errors
As of 2013-04-16 WEST, the official getting started example of the YouTube iframe API results in error messages when run in Chrome 25 on WinXP/SP3:
I am accessing the example hosted on a web ...
0
votes
1answer
165 views
YouTube API difference between API Key and Developer Key
Ok, so this should be a relatively simple question, but I'm having some issues understanding the differences between an API Key and a Developer's Key when it comes to utilizing the YouTube API.
My ...
1
vote
1answer
57 views
Youtube API Put request to update metadata acting as readonly
Ok, so I've given up on attempting to update metadata via the onApiReady for the Youtube API and moved on to issuing a put request as indicated by ...
1
vote
2answers
164 views
Wordpress JQuery Ajax request readyState always 0
I can't find an answer to this problem.
I'm trying to get the youtube video title (form Wordpress of course, but I want to do it from javascript). Well my code looks like this:
$.ajax({
url: ...
1
vote
3answers
189 views
jQuery.getJSON() doesn't work properly in IE9 and below
var video_id='VA770wpLX-Q';
$.getJSON('http://gdata.youtube.com/feeds/api/videos/'+video_id+'?v=2&alt=jsonc',function(data,status,xhr){
alert(data.data.title);
});
I am having issue in ...
0
votes
2answers
168 views
getJSON is not Working in IE for Youtube
In this function i am retriving data from Youtube using JSON. this function is working in Chrome and Mozilla . but it is not working in IE .
function test(url){
var youtube_id = ...
3
votes
1answer
190 views
unable to delete video from youtube playlist
I'm trying to delete a video from a Youtube playlist but the server keeps responding with this:
<errors xmlns='http://schemas.google.com/g/2005'>
<error>
...
4
votes
1answer
134 views
is there any better way to use Youtube PHP API
I am using youtube php Zend API Library.
In this API first I send request to get the temporary/confirmation code.
Then an request to get the access token.
After this I want to fetch the user ...
1
vote
1answer
452 views
YouTube API Browser-Based Upload with Ajax for Progress Bar
I am trying to use the YouTube API to perform a browser-based upload, but also use Ajax for the purpose of showing a progress bar.
I started off here:
...
0
votes
1answer
240 views
Ajax upload using ajax. XMLHttpRequest cannot load error
I am developing a Youtube API that can upload a video from my website to the users Youtube Acount.
I manage to upload a video. but when i try to use ajax in uploading the video this error shows up.
...
0
votes
1answer
780 views
onYouTubePlayerReady is not firing when the page is loaded with ajax
I have the following jQuery script that loads a page with ajax, and i want to display a video using the Youtube API when the page is loaded:
$("#games_slides").load($(this).attr('href'), function(){
...
0
votes
1answer
162 views
Fetch video data from YouTube on the fly
In my form, a user pastes (or types) the URL of the video from YouTube. When this happens I need to be able to fetch the relevant data from YouTube and pre-populate certain fields, e.g. title, ...
0
votes
0answers
72 views
Why can I use ajax to fetch YouTube API as XML result?
according to the limited knowledge I understand on javascript ajax limitation, we can NOT use ajax to fetch cross domain data except script or jsonp data type
so, when I came across this thread ...
0
votes
1answer
605 views
Youtube API - uploading videos via ajax
I'm using standard Zend Youtube library to upload videos to Youtube. It's working well, but I need the uploader to work without refresh.
I tried to achieve it but I always got:
302 Found response ...
0
votes
1answer
160 views
Jquery won't catch ajax errors with youtube api
I am trying to get some video data and search result data from the youtube api using jquery. For some reason the code I have doesn't catch any errors.
Here is a jsFiddle with the video id malformed. ...
0
votes
1answer
38 views
Retrieving YouTube subscriber thumbnails over https
Is it possible to show the thumbnails for an embedded YouTube playlist that is subscribing to a feed over https instead of http?
I'm working on an area of a site that is https and retrieving these ...
0
votes
1answer
501 views
Is there any way to check if user already subscribed to my youtube channel?
I am working on a script , and i need to check if a user has already subscribed to my youtube channel, is there any API call or any script to check if the user already subscribed or not ?
Any type of ...
0
votes
0answers
57 views
ajax can do a post and use a get together?
need to send their videos to the controller and display it, but do not know how to do this using ajax, it is simply ignoring the view of the action and showing my search index view.
I need the return ...
0
votes
1answer
338 views
YouTube API - Get video ratings from list of URLs
I have a list of URLs for YouTube videos. I want to use the YouTube API to find the user ratings and rating counts of each of them. The API offers a way to find this information using the URL but only ...
0
votes
1answer
92 views
youtube object template not showing when links added from jQuery
I have stored an object template in a variable and then I'm adding the video links via jQuery. I'm doing this because eventually the links will be added into the object template via ajax.
However, ...
3
votes
2answers
2k 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 ...
0
votes
2answers
633 views
Get Youtube comments with jQuery
I have a project for a client that will be using a YouTube comment stream as a type of "chat." I am making an authenticated call to YouTube using the GData APIs with the Zend Framework. I am looking ...
0
votes
0answers
468 views
Sending POST request for Youtube API browser-based upload
I'm trying to send the metadata for the about-to-be uploaded video to Youtube according to the documentation by way of a POST request. However, I'm having some trouble understanding completely what to ...
1
vote
1answer
491 views
Ajax youtube upload
I'm trying to implement resumable video upload to Youtube,
as described here: youtube resumable upload api .
But I am getting error: "NetworkError: 404 Not Found - ...
0
votes
1answer
259 views
How to retrieve youtube videos with a dev key and or dev tag?
I'm working with the Youtube Data API and I'm trying to retrieve a json feed of videos uploaded with a specific Developer API Key or more preferably with a Developer Tag that is assigned to the videos ...
0
votes
1answer
1k views
How do I list all videos uploaded to Youtube?
I'm working with Youtube API and PHP library: http://code.google.com/apis/youtube/2.0/developers_guide_php.html
I'm modifying existing app: ...
2
votes
0answers
791 views
Ajax request in YouTube API browser-based upload
I'd like to upload a YouTube video using ajax requests. The following script is used to create a form in order to upload a video to YouTube:
function createUploadForm($videoTitle, ...
3
votes
1answer
4k 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 ...
0
votes
0answers
505 views
Get a user's recent YouTube videos w/ title and description using jQuery or API
Need a way to pull in a list of recent YouTube videos (from a single user) with the title and description using jQuery.
Have tried plugins and methods to pull in the title and description, but only ...
1
vote
2answers
563 views
$.getJSON only returns partial and an empty array
I am creating an object to handle the YouTube API and I have two methods:
getCommentList - getting a url for the current upload,for example ...
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);
...
0
votes
3answers
1k views
Posting to YouTube API with jQuery
I am trying to post a request to the google authSub for youtube. I use jQuery for AJAX posts etc. When I make the POST I get a 405 error: "405 Method Not Allowed".
Here is my js:
$.ajax({
...
2
votes
2answers
964 views
Uploading video to youtube through the API, and show progress bar
HI,
does anybody know if there's any option to show a real progress bar in my web site, when uploading a video to youtube using their API? I believe that in order to do so , I would need to have the ...
