YouTube is a video-sharing website on which users can upload, share, and view videos.

learn more… | top users | synonyms

0
votes
0answers
5 views

How can you set Ustream as a background video on a website

Does anyone know how to set a Ustream as a video background on a website? I have a website that currently has a video background played through ytplayer, but need to replace the Youtube videos with ...
0
votes
4answers
37 views

PHP and Youtube Videos

Is there a way to get a list of all youtube videos in a channel into a PHP array. I need the embed URL, Video Title and Description. How could I do this?
2
votes
0answers
21 views

Youtube API (PHP) - how to add (existing) video to existing playlist?

I am using Youtube API to upload some video, but I can't figure out how to add uploaded video to specific playlist. I have searched all over Google and I haven't found any help at all. I have read ...
0
votes
1answer
20 views

JQuery popup hiding but not closing

I want to display an onload youtube video JQuery popup in my home page. Looking into the internet and "mixing" some codes, I have the result bellow. It seems to do what I was trying to do, but the ...
0
votes
3answers
36 views

Open youtube app from my android app. How to pass the id?

I am quite new to Android. I need to make an app that displays a bunch videos in an overview that gets retrieved from a API on the internet Here's what the API looks like: ...
0
votes
0answers
13 views

Youtube API Olders Browsers Internet Explorer 10 Browser

my problem is jquery object build doesn't work ie7, ie8 and ie9. Only ie10 success. My jquery code is, var VR = { init :function() { VR.Video.init(); }, Video : { player ...
0
votes
0answers
20 views

Show Videos from auto-generated youtube channel (Most Popular)

I started migrating to Youtube API v3. I would like to show videos listed on "http://www.youtube.com/channel/HC4qRk91tndwg" using Youtube API v3. As you can see, from that youtube channel, there ...
0
votes
0answers
9 views

Extending YoutubePlayerFragment issue

I want to extends a YoutubePlayerFragment and i want attach it to activity at runtime . Now the problem is the public constructor in YoutubePlayerFragment This constructor is public only for ...
-2
votes
0answers
24 views

Developing a Youtube like video sharing service [closed]

I would like to create a YouTube Like video sharing service followed by an iOS and Android app. I have surfed through and have come up with some ready made scripts in PHP and Joomla framework.Would ...
0
votes
0answers
16 views

how to embed youtube video only my website. disable youtube site and other site [closed]

I want embed video only my website. disable at youtube site with other user. disable embed video at other website. Can you help me?
-2
votes
0answers
15 views

fancybox is not working

I am using fancybox script. When I click on the link for the video ( youtube link) I got the loading icon but I don not see the video. I included the media helper and everything as it is in the link: ...
-1
votes
0answers
43 views

Why are my Youtube videos having so much trouble loading? JUST Youtube, not other videos [closed]

I am getting sick and tired of this. Youtube, in my browser, Google Chrome 26.0.14.1065, on my MacBook Pro, is running so slowly. I am at the point where I can download a 10 min video before it loads ...
1
vote
0answers
19 views

503 Google API Error, possible limit on requests? Should we setup a Retry?

We are getting the below error message intermittently for our customers pushing videos to YouTube, using api version 3. Is there a limit to how many videos can be uploaded at a time? If so, what is ...
0
votes
0answers
9 views

Youtube API: how to get more results from most_recent feed?

"most_recent" feed returns only about 100 results when I run it. But it is obviously that youtube gets thousands of videos each day. I need to get more videos (at least their IDs) because 100 is very ...
0
votes
1answer
17 views

How can I show youtube thumbnails on my site instead of the embedded video [duplicate]

I have a CMS and the admin can link to show a video my entering the title and then the embed code which is saved on the database. When the site is showing a list of the videos it shows all the videos ...
1
vote
0answers
25 views

Running Youtube embedded player inside (cocoa) screensaver - how to block/trap fake user events?

The Youtube player seems to send fake user input events in order to prevent the screensaver from starting (I'm on osx/safari but the same thing happens in windows). This happens both with the ...
0
votes
1answer
15 views

Api key required when uploading video via resumable upload for youtube data v3

I am writing an android app that uploads videos to user's youtube account. Using the account manager I obtain the authtoken for the youtubeupload scope and use a resumable upload session to upload ...
0
votes
0answers
14 views

Auto-Close YouTube Video After It Finishes Playing

I've read through a bunch of forums, but haven't had any luck with this issue yet. I have a set of about 5 YouTube videos that are set to (a) open in a lightbox and (b) autoplay in HD. What I want ...
0
votes
0answers
12 views

Zend GData Youtube API Analytics

Is there a implementation of the YouTube Analytics API https://developers.google.com/youtube/analytics/ for Zend GData? Or can anyone suggest how to implement it?
0
votes
0answers
21 views

iOS Youtube iframe bug

I am playing an embedded Youtube video (iframe) on iOS. I want to manipulate the iframe's size dynamically with javascript. I noticed that when I change the frame's size with javascript, the video is ...
0
votes
0answers
21 views

Downloading and using the Youtube API on iOS

I want to create an iPhone app that analyses the statistics of youtube videos from a channel and the statistics of the channel itself. Presumably using the youtube API is the best way to go ( and I'm ...
0
votes
0answers
19 views

Youtube Channel Search with Displayed Results within Dreamweaver Site

here is my question: I would like to be able to add a search bar to my website that specifically searches videos within just my youtube channel. When "Search" is clicked, I would like that to link ...
0
votes
0answers
12 views

popcorn.js: on mobile browser youtube “play” button does not appear

I've been using popcorn.js with youtube videos successfully for a while. Starting recently, on a mobile browser (in my case on iPad 2) the play button doesn't appear as it did in the past. The video ...
0
votes
0answers
12 views

OAuth Error For PHP to YouTube Upload

I'm trying to implement the code for uploading YouTube videos using CodeIgniter See: https://developers.google.com/youtube/articles/codeigniter_library When I run function 'access_youtube', I do ...
0
votes
0answers
10 views

Youtube embed - title displaying twice at the end of the video

Anytime I embed a YouTube video, using the iframe that is supplied by YouTube, at the very end of the video, the title displays twice. I'm seeing it pretty much anywhere a YouTube video is embedded. ...
0
votes
1answer
25 views

How to replace src attribute of embed tag using JavaScript?

In my webpage, I am inserting a youtube video just like this: <object width="640" height="360"> <param name="movie" ...
0
votes
1answer
18 views

Get recommended video with API 3.0

I've read the Youtube API documentation and I've read that the GData 2.0 API had the recommended videos: I've to use the API 3.0, but I wasn't able to find anything about recommended: does anyone ...
0
votes
0answers
10 views

Youtube embed playback

is there any way to change default playback quality of embeded youtube video in tag? My frame size is 480 x 200, so video always starts as 144p. Is there any way to force change it, please? Thank ...
0
votes
2answers
16 views

Set the WordPress thumbnail in php code (automatically)

I'm struggling with this for a while now... I have written a function that automatically gets the thumbnail of the youtube video that i embed in my code. i saved this to a variable $img. My question ...
1
vote
1answer
23 views

Embedded youtube video restarts on resize

I have a Youtube video embedded on my site, and when the iframe that it is embedded in gets resized, the Youtube video restarts. Is this the expected behaviour? Is there any way around it? I have been ...
1
vote
0answers
7 views

Unable to execute ListBroadcasts using Google YouTube API on Windows 8

I am unable to execute ListBroadcasts example given by Google using YouTube API on Windows 8. I am getting the following error: IOException: 400 Bad Request { "error" : "invalid_client" } ...
0
votes
0answers
19 views

How to capture video from Youtube using HTTP Proxy?

I have tested a scenario here a proxy sits between the server and client while browsing youtube videos. I am sniffing the HTTP traffic, and observe that at least a bunch of SWF files ...
0
votes
0answers
15 views

youtube video in UIWebView does not raise any notification

I have a UIWebView used for displaying webpages. It works fine, except for youtube videos. It is expected that, when clicked fullscreen, the YouTube video opens within an moviePlayer interface, ...
0
votes
1answer
37 views

How to list all uploaded videos (URL) of a YouTube channel with API v3?

This article shows how to get all uploaded videos from a particular channel in version 2, but I couldn't figure out how to do it with version 3. Is it possible? Most of the version 3 articles just ...
0
votes
1answer
50 views

Getting a list of videos from a YouTube channel using JSON

I am attempting to list the 5 most recent videos (title, updated, thumbnail (hqDefault)) from a channel. I have the data in JSON format, but despite looking at several guides I can not seem to parse ...
0
votes
2answers
31 views

Check if YouTube User Exists with PHP

Okay so I'm trying to redirect a user back to subto.me.com if subto.me/args doesn't exist I have this code if(file_exists($BASEPATH."partials/".$request['args'][0].".php")) { ...
0
votes
1answer
24 views

C / Youtube API Request > VLC

Im trying to improve my tiny C application wich streams youtube videos. For some reason im not beeing able to send request and decode json. Could someone point me in the right direction, this is the ...
0
votes
1answer
37 views

Why are my tab contents not refreshing?

I have a page with several tabs on it. When the user enters a value in a text input and then mashes a button, I want to replace the contents on a particular tab. I have this code (some of the details ...
-3
votes
1answer
33 views

file_get_contents to get youtube video url PHP [closed]

I can get a full page source with file_get_contents function on php. I want to get youtube video links with file_get_contents & preg_match functions. For example this link: ...
0
votes
0answers
39 views

List uploaded videos - YouTube API v3

My app users can upload video to YouTube. (i'm using direct upload) After they (the videos) upload, I want to send them (the users) a link to YouTube which contains a list sorted by rating or by ...
1
vote
1answer
34 views

on ipad once loaded youtube video freezes all other keys until played

I am using the following code to load a YouTube video. jQuery(document).ready(function() { $("#LOAD").click(function(){ data = '<iframe id="placeHolder"> </iframe>'; ...
0
votes
1answer
35 views

Youtube video subscription username and email id usign php json

I have a code like this. <?php $data = file_get_contents('http://gdata.youtube.com/feeds/api/users/userid?alt=json'); $data = json_decode($data, true); $stats_data = ...
0
votes
1answer
20 views

YouTube iframe api is resizing my embedded videos with the wrong size

I'm trying to embed a YouTube video into a page on my site. I'm using exactly the code specified in https://developers.google.com/youtube/iframe_api_reference: <div id='player'></div>" ...
-2
votes
0answers
13 views

Sharktank Airing NOW… help plz… Modal Popup background image over youtube player in firefox? [closed]

CSS issue - click "sharktank" tab on left side of page in Firefox - embeded youtube video showing up over background over image of popup box. Any ideas to fix? Thanks in advance! Dan and ...
0
votes
0answers
22 views

Force Closed captions on smartphones

I don't know if this kind of question can be answered here but here it goes. I have some videos uploaded on youtube with closed captions. I'm using the yt:cc=on tag to force captions to be displayed ...
1
vote
1answer
60 views

YouTube iFrame API bug in Mobile Safari

Using the YouTube iFrame API to embed a video I have come across a strange bug. The bug is only apparent on Mobile Safari (iPad3, mini and iPhone) No matter what I do to set a specific height or ...
0
votes
1answer
16 views

Find and manage all YouTube uploads by app

My app upload videos to YouTube using "direct upload". I use version 3. i need that after the user uploaded his video I (app owner) and the user will be able to manage the videos (delete or edit the ...
0
votes
0answers
9 views

xulrunner mute youtube flash video player

I have simple xulrunner browser just like there DJ project. So, is there some way to mute browser or flash player? My goal is to play youtube video muted without manually volume button clicking. ...
0
votes
0answers
23 views

ui tabs youtube embed on iOS mobile

Scenario: JQuery UI Tabs - one of which has YouTube embed iframe code Works fine on all browsers In iOS mobile (iPhone/ iPad) the tab works but am not able to click on the YouTube - nothing happens ...
0
votes
1answer
15 views

Youtube API Community Data Username

I'm working on a python script to scan a youtube video for the usernames of people that have commented on the video and write their usernames to a file. I'm using the youtube API, and I'm able to get ...

1 2 3 4 5 91