0
votes
1answer
19 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>" ...
0
votes
0answers
19 views

Youtube API Request (via json feed) - BLOCKED?

I was building a simple youtube player, still testing it on a site. It worked fine until now. It seems that the json feed doesn't load the videos any more. Here's my script, there's also a demo on ...
0
votes
1answer
45 views

Embed youtube video with last frame

When playing embedded youtube videos, I don't want to display a thumbnail when completed. Instead I'd like to end with last frame. Is this possible? Either I can pause on the last frame or maybe ...
0
votes
1answer
16 views

How do I ask users to provide me link for their youtube videos

Is their any good way to ask users to link their you tube videos to my site. Currently I am doing this in below way, I have a text area field and help page which asks users to copy the code from ...
0
votes
1answer
22 views

Youtube: Embedded video squeezed

I’m embedding a youtube video via the iFrame API. The video itself is square–shaped and it’s width and height depend on the container’s size (a square as well, with fluid dimensions) — I’m using CSS ...
-1
votes
2answers
37 views

Remove branding and title link from embeded youtube video

Can anyone please suggest a way to remove link back to youtube and branding (watermark or logo) from embedded youtube video. The below tag remove branding: <iframe allowfullscreen="" ...
0
votes
0answers
14 views

How to unload a video loaded using youtube api?

In my application I load a youtube video using Youtube Javascript API. The problem is that I can't unload a video when the user click the stop button. I tried with yt.clearVideo() but the thumbnail ...
-1
votes
0answers
30 views

Youtube player - Grab an image from current video [closed]

I'm using the Youtube HTML5 player, How can I capture an image from the video?? I want to capture a picture of myself in some of the Youtube videos, any1??
1
vote
2answers
97 views

YouTube player below “minimum” size

The YouTube API docs define the minimum size of an embedded player t to be 200px by 200px (link). To allow room for critical player functionality, players must be at least 200px by 200px. My ...
0
votes
1answer
36 views

API Search Local Trending Videos

Playing with the idea of making a video blog of locally trending videos that pulls from Youtube's API and posts trending videos related to Houston. If I simply query for recent videos with the word ...
0
votes
1answer
182 views

“Video is currently unavailable” - Youtube Javascript/iFrame API for iOS App (UIWebview Embed)

I try to integrate a Youtube player inline to a UIWebview. I use the Javascript/iFrame API with the Player API. In general, the player works ok. But there are some cases where the video does not ...
0
votes
0answers
25 views

How do i get only valid videos from youtube?

I am using url below to get Youtube video id. After that, I play the video in my costum Youtube player. However, even if the video is invalid in user's country due to copyright issues etc. it ...
0
votes
1answer
64 views

get Title from video with youtube api v3 with javascript

I'm trying to understand how the new data api from google works, more specifically the youtube (v3) one, but haven't been able to follow any of the google documentation successfully. If anybody could ...
0
votes
1answer
43 views

Retrieve Youtube Shows rss feed

Does anyone know a way to retrieve the RSS feed of a show. There are episodes released for this show, I was wondering if there is any way to retrieve an xml or some sort of RSS feed with the updates. ...
0
votes
2answers
101 views

How to embed youtube videos as playlist

I have numerous youtube video clips, and I was wondering if it is possible to embed them on the site as youtube playlist, so that the next video starts playing automatically once the clip finishes. Is ...
0
votes
1answer
38 views

Load multiple videos without playing

I'm building a video player where each scene is filmed from multiple angles. All videos are hosted on YouTube. I'd like to allow the user to be able to switch between angles seamlessly during ...
1
vote
0answers
95 views

youtube video to show black screen before playing

everyone i am trying to show youtube iframe a black screen before playing. Actually in youtube iframe there is a thumnail images that loads default but i dnt wanna show the thumbnail image of video ...
0
votes
0answers
21 views

getPlaylistItems function in youtube analytics API sample application doesn't work

I tried the code from https://developers.google.com/youtube/analytics/v1/sample-application, and use my own youtube account. When I ran it, after logged in with OAuth, it displayed the message that ...
0
votes
1answer
183 views

YouTube API Callback in IE7 and IE8

I'm having difficult getting the API to work in IE7 and IE8. Need simple pause / stop detection. Even this demo page has IE8 errors and the callback events fail: ...
0
votes
0answers
17 views

How to get Videos from youtube with offset

Is it possible to query the YouTube API for videos BY X tag from Y user but use an offset so as to build a paginated list. In other words get Videos By X Tag From Y User Offset 10. I'd like to do ...
1
vote
1answer
62 views

Prevent embedded YouTube player from plating onclick

When you embed a YouTube video in a page, there is a big play button in the middle of it which plays the video when clicked. For example: Is there a way that I can capture this click event before ...
0
votes
1answer
91 views

JW player into fancybox - (youtube link into JW)

I have youtube link into JW player. Everything works well. now how to put this player (this code) into fancybox? <div id="player_779"> <embed type="application/x-shockwave-flash" ...
0
votes
1answer
134 views

Youtube embed with watch_popup and no suggested videos

Is it possible to embed a youtube video using the "watch_popup" method without suggested videos being shown at the end of the video (rel=0)? I really like the "watch_popup" method because it shows ...
0
votes
1answer
88 views

Embedding youtube video with only play,pause and refresh buttons

I want to embed youtube video in my website. My requirement is that the player should have only three options: play, pause and refresh. I want to disable the progressbar slider so that viewer can not ...
0
votes
1answer
58 views

Maximum play time for youtube video player playlist

I have not been able to find any documentation if Youtube implements a timeout (max play) feature into its javascript / flash players. Has anyone ran into this? My team is running into an issue ...
0
votes
2answers
187 views

Are YouTube view counts incremented when using the iframe Player?

We are embedding a youtube player into our page. Easy implementation of code and html5 support driven us to use the youtube iframe player. Problem is that view count does not work with the api. No ...
3
votes
1answer
97 views

Return video duration from Youtube API using JSON

I'm trying to retrieve and print the duration of each video that is being returned via the Youtube API using JSON. The duration needs to be out putted like this: 9:34min and not in seconds But I ...
0
votes
2answers
46 views

Youtube - Check When Video Is Loaded

I am using AJAX to dynamically change the video ID of my Youtube video. My AJAX call is nearly instant, but I've noticed that there is a delay when firing my request at Youtube to get the content for ...
0
votes
0answers
42 views

Youtube, show snapshots of videos in RAILS

I want to allow the user to put the url of youtube in an input. And on focus-out I have to allow the user to select one of four snapshots of video. Any Idea Or Direction for "how to get the four ...
0
votes
2answers
53 views

Update Youtube iframe

i am trying to dynamically update src attribute of an Youtube iframe using jQuery. Here is my HTML: <iframe width="480" height="360" src="" frameborder="0" allowfullscreen></iframe> ...
0
votes
1answer
56 views

Pause YouTube iframe embed when playing another

I have multiple YouTube iFrames embedded on a page. If one of the movies is already playing, and a user then decides to start playing a different movie, is it possible to stop playing the first movie ...
0
votes
1answer
62 views

Is there a way to request Youtube to display a pre-roll ad?

Is there some kind of url parameter (or whatever) that tell Youtube to display a pre-roll ad? I need it for debugging my extension, currently I need to play videos till I finally get a pre-roll ad to ...
0
votes
1answer
281 views

How to Show the List of Videos on the Embedded Youtube Playlist?

I simply want to embed a Youtube playlist in my website while allowing the users to pick which video of this playlist they want to view. (Showing the playlist button) I tried so many different ways ...
0
votes
1answer
143 views

Javascript doesn't work on ajax post

I'm using Youtube Iframe API and using their script the player loads fine. But when I do an ajax call to the php file containing javascript code to run the player, it doesn't execute. function ...
0
votes
1answer
114 views

Youtube embedded Iframe api cancels all other events

I'm having a problem with the youtube embedded player breaking the other event listeners on my page.I'm spefically using the Iframe API because I need an html5 player, and generally the functionality ...
0
votes
0answers
72 views

Receive response when using PostMessage for Youtube Iframe

I am building a chrome extension that plays a youtube video in the background page with controls for it in an injected content script. I can use play/pause quite effectively using this code: ...
0
votes
1answer
180 views

JavaScript YouTube API play video while other paused - multiple iframes

I got the following jsfiddle, which basically has 2 imgs and 2 iframes. each img and iframe are in a different div (as pair). the iframe is hidden while the img is not. When you click on the img, the ...
1
vote
2answers
161 views

Adding event callback for YouTube JS Player API when related video clicked

YouTube's iFrame embed JS player API allows you to add callbacks to certain events. I want to add a callback for when a related video at the end of a video is selected. To be more specific, when ...
0
votes
1answer
183 views

Youtube Search Results as Playlist, Need Advise

Hi guys, this is my first time to post on this awesome community so please bear with me. I am working with a Wordpress Plugin that can display a Youtube Search Results into Video Playlist. My ...
0
votes
1answer
45 views

youtube ie menu fix

i have the following code <script> window.onload = function(){ var a = document.getElementsByTagName("a"); for(var i=0; i<a.length; i++){ if(!/#ytplayer/.test(a[i].href)) continue; ...
0
votes
1answer
98 views

Youtube API seekTo() in float seconds

Does the Youtube API seekTo function accept time in float or in frames? Can you drill down up to two decimal places?
0
votes
1answer
62 views

Get LIKED youtube videos via API

I know how to get the likedcount from youtube API, but I want to get the liked list. Reading the docs I thinked it can be done getting the liked playlist, or some thing like that.. Can I get me liked ...
0
votes
2answers
123 views

How I can remove the name of youtube Video in youtube javascript API?

<div id="ytplayer"></div> <script> // Load the IFrame Player API code asynchronously. var tag = document.createElement('script'); tag.src = ...
0
votes
1answer
256 views

Muting an embedded YouTube video without using SWFObject

It seems from here: that using a SWFObject is optional. Since I have a simple requirement (- only to mute a video), I tried the following code, but onYouTubePlayerReady doesn't get called at all (-I ...
0
votes
1answer
258 views

Automatically playing a youtube video in full screen

I am using a player to play youtube videos on a web page. The videos are loaded from a channel and played one by one automatically. This is working perfectly. However I want that video should be ...
0
votes
1answer
99 views

Stop looping on youtube chromeless player

I am using function below while playing videos on my site. I want to start videos automatically but when it ends i don't want it to start again. I change as loop=0 but heaven knows why it didn't work. ...
0
votes
1answer
215 views

How to pause embedded youtube video on the last frame?

When playing embedded youtube videos, I don't want to display a poor resolution thumbnail when completed. Instead I'd like to have a high-resolution image of the last frame. Is this possible? Either ...
0
votes
1answer
176 views

YouTube API- retrieve all comments text on each video

I am using YouTube API to fetch user feed and all video details. Eg : Number of likes,number of dislikes.etc. Number of comments on video is correct but while I am fetching all the comments data ...
0
votes
0answers
33 views

Economical solution to host video and have clickable overlay

What I hope to achieve: Video host that is not too laggy - my EC2 Apache instance is not optimal for video streaming - YouTube is good but I can do with less smoothness Total control over how ...
3
votes
2answers
218 views

How to link to external sites through youtube videos through annotations

Is there a way of linking to an external website through YouTube Videos, by creating annotations links? That is, the link is embedded in the video. An example of what I want is given in this video. ...

1 2 3