0
votes
0answers
12 views

In the UIWebView only the first youtube video of a list is correctly clickable

In my UIWebView I have a list of youtube videos and only the first video in the list is playable. All the other videos are not, unless I click on the bottom area of each video (below the play arrow). ...
0
votes
2answers
76 views

Embedding youtube video has scrolling issues on iPhone

When I'm embedding youtube video in my mobile page, it brings a lot of scrolling issues in iPhone(I guess, it will same problems in other devices too). Users just can't scroll page when their tap on ...
0
votes
1answer
48 views

YouTube API - Firefox/IE return error “X is not a function” for any 'player.' request

I've been pulling my hair out trying to get a fairly simple YouTube api integration working in FF/IE and have had no luck so far. It sounds like either a scope issue or a call being made before the ...
0
votes
1answer
35 views

How to embed YouTube Sports channel

I want to embed the YouTube auto-generated Sports channel in an iframe: http://www.youtube.com/channel/HC7Dr1BKwqctY Somehow the regular method ...
3
votes
2answers
50 views

Formatting the published result - Youtube API

I'm trying to get my date published to show as it does on youtube, ie. '2 days ago' or '4 hours ago'. When I pull the date published it is just showing as '2012-01-11T20:49:59.00Z' Here is my ...
1
vote
1answer
33 views

How to change the color of title/views

Is there a way to change the color of the title and views from blue and black to white in this youtube-api feed? The working site can be found here. link rel="stylesheet" type="text/css" ...
1
vote
0answers
158 views

YouTube iframe embeds throw JavaScript errors in Internet Explorer 8

It seems that simple YouTube iframe embeds throw JavaScript errors when viewed in Internet Explorer 8. Hopefully someone can find what I'm doing wrong - unless this is a new bug? How to reproduce: ...
1
vote
2answers
69 views

thumbnails not lining up

I am trying to paste a youtube api feed onto this page but the thumbnails are not lining up properly. The working site can be found here. <head> <meta http-equiv="Content-Type" ...
0
votes
0answers
111 views

Get multiple embedded youtube videos playing in sequence with PRE-UPLOAD

Here is the great answer on question how to get multiple embedded youtube videos to play in sequence Get Multiple Embedded Youtube Videos to Play Automatically in Sequence However it is not enough ...
0
votes
0answers
107 views

web page to play one random video (youtube, dailymotion, vimeo) from a stored list of videos [closed]

I am very new to web design. How would I go about creating a database of videos and how would I go about having a random iFrame code self generate within the website? What methods would be the most ...
0
votes
3answers
59 views

On a web page with an embedded youtube player. How do I show an image above a full screen video?

I have a web page with an embedded youtube player. I need to show an image on top of a full screen playing video (flash). I have tried using z-index but it does not seem to go over the full screened ...
0
votes
5answers
168 views

How to Get ID using Jquery ?

Below is Html structure . Now I want get Div ID Inner_1_0, Inner_1_1, Inner_1_2, Inner_1_3, etc when clicked nextButton or prevButton using Jquery. So how should I retrieve. For more i gave Demo ...
3
votes
4answers
331 views

Get Multiple Embedded Youtube Videos to Play Automatically in Sequence

Is there any simple way to have multiple embedded YouTube videos on a page and have them start playing as soon as the page is opened and when the first one finished have the second one start? I was ...
0
votes
1answer
97 views

How to make text using javascript and youtube api clickable

Right now I have a base html page that gets the most popular videos using youtubes api. So far it displays the title of the videos but i'm trying to make those titles clickable. If the title was ...
0
votes
0answers
65 views

Making the youtube rss feed in html for mobile

I am new to HTML so this may be a stupid question for you but i have not been able to solve this.I am creating a mobile app using elite app builder.The app uses the simple html and css to show the ...
-2
votes
1answer
54 views

What is Youtube Favorite Videos rss feed URL? [closed]

When I tried this http://gdata.youtube.com/feeds/api/users/<UsERID>/favorites?v=2 feed url in wordpress RSS plugin , it failed.
0
votes
3answers
272 views

displaying a youtube video using object tag in a html page

I have the following code where I am trying to embed a youtube player into a html page. I do not see any errors on the console, but the player is not added on the html page. <form ...
3
votes
2answers
219 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
vote
1answer
226 views

youtube api does not fire ENDED event when video ends (using iframe)

I'm trying to catch an event so that when a youtube player ends, I can then redirect to another web page. but it does not work. Can anyone spot anything wrong? The javascript does seem to compile ...
0
votes
1answer
172 views

Display Youtube video in iframe

Website example1.com has a Youtube video embedded. Website example2.com has an iframe that displays example1.com. Seems that due to Youtube policies, this video can be watched from example1.com but ...
0
votes
0answers
45 views

Choose where to insert my youtube video

I have this code which I found on Stack a few weeks ago. <script type="text/javascript"> $(document).ready(function() { // I added the video size here in case you wanted to modify it more ...
1
vote
1answer
523 views

Always Play YouTube Videos in HD: Doesn't work on IE

I have a piece of Javascript that can successfully make a Embedded YouTube video always play in HD(if that video was uploaded in HD aswell). My Problem: When I run the code in Internet Explorer it ...
3
votes
1answer
744 views

Show a custom picture before a youtube video starts

I'm trying to display an image in the "player" div, and then after the visitor clicks the button, replace it with a video (replace the div with an iFrame). Here's my code: <!DOCTYPE html> ...
0
votes
0answers
575 views

Youtube iframe player doesn't embed using Youtube's Player API

I am referring to the example code provided by Youtube seen below. The sample code is suppose to .... The sample HTML page below creates an embedded player that will load a video, play it for ...
1
vote
1answer
229 views

Displaying any point in youtube iframe initially

I know that I can use embed parameters such as &start=10, but I would like to know if there is an option that could load the iframe showing a different time in the video for image purpose, and ...
0
votes
0answers
779 views

embedding youtube video via iframe- hide title bar but show thumbnail

If I set "showInfo" to 0, it removes the title bar, but also removes the thumbnail image. I want to just hide the title bar. Possible? NSString *htmlStr = [NSString stringWithFormat:@"<body ...
0
votes
2answers
599 views

Using data from XML file in HTML Document

As the title suggests I would like to be able to use data from a XML file in a HTML page. Let me explain what the page is trying to do in order to help explain what I need help with.. The HTML page ...
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
511 views

YouTube Playlist as Gallery View

I want to embed a YouTube Playlist that shows the videos in the list as thumbnails and a big frame with the current video. I am working with Joomla! 2.5 and I want to embed that into an article as ...
0
votes
1answer
741 views

Controlling playback of multiple Youtube Videos with the Youtube JS api (playing at the same time)

I know that there's a very similar topic for this question, however I'm trying to do something a little different. all of this is a little new for me... sorry... Basically I'm trying to play multiple ...
0
votes
1answer
2k views

Create YT.Player object from iframe in HTML by passing DOM object

I have an embedded youtube video iframe in my html that I need to stop programatically, but I am unable to set the id of the iframe. Therefore I am trying to create the youtube object by passing the ...
0
votes
1answer
408 views

How can I hide YouTube play button appearing on the video?

I want to get rid of you tube play button you see on image, and also this first frame if possible. I want to use my own play button, and my own first frame as img tag, which actually is already ...
1
vote
1answer
363 views

load youtube JSON api dynamically

I want to dyanmically make different youtube json api requests and then use a function to sort the data i want. currently following the examples on the youtube data JSON api site here here is my ...
0
votes
0answers
140 views

Youtube Upload from website with title, description etc.

this is my first post here, so I hope you wanna help my out with my litle problem :) I have this PHP code, that lets the users upload a video, from within my website. The only problem is that i want ...
2
votes
4answers
3k views

hook to click event inside embedded youtube player

I want to run a function called stopSlide whenever someone clicks the 'play' button on an embedded youtube video. Or even getting the function to run when they click anywhere inside the embedded video ...
0
votes
1answer
305 views

Add subtitle to embedded youtube video dynamically

I'm building a site with an embedded Youtube player using JSF. I want to load a text file that will act as a subtitle and appear on the player. I need to do this dynamically, because I don't know what ...
1
vote
2answers
277 views

Is it possible to Implement youtube channels uploaded videos list into website?

What I want to do is, to show uploaded videos list of my youtube channel to website's visitors. Something like that. (Image take from youtube channel, I want to show exactly this way) Don't want ...
0
votes
1answer
132 views

Html , frameset and youtube player on local pc . can i build nested frameset just form 1 html

can i load youtube page in frame set html ? or iframe ? so it will load the youtube page in one frame and my local html file in the other frame. this code dosnt work : <html ...
2
votes
1answer
2k views

How do I embed YouTube video channel in a web page?

I have just integrated the below YouTube embedded code <param name="movie" value="http://www.youtube.com/....."> </param> <param name="wmode" value="transparent"></param> ...
-2
votes
1answer
219 views

Automatically get youtube video title when embedding a video in Tumblr

Since it is Tumblr I can only use HTML, CSS, and Javascript. PHP is not supported.
1
vote
1answer
569 views

youtube embeded objects ie9

A friend and I are writing a c# application that generates HTML pages, we've run into a problem when trying to embed YouTube videos in that page, on my computer it runs and plays fine, but on his it ...
2
votes
1answer
186 views

Why does this youtube embed code stop working if I remove the embed tag?

I understood that the embed code had an embed tag inside the object tag as a fallback for IE and old browsers. But, if I, for example, take this code: <object width="400" ...
1
vote
2answers
744 views

how to embed yt video on the site without navigation bar (play pause etc)

I need to embed video on my site. Div which holds that has got 152/107 px. That why I would like to make navigation bar (play, stop, pause) bottom strip invisible. Is it possible ?
1
vote
0answers
542 views

pause playing youtube video when another is played?

I will have a large number of youtube videos active on a single webpage, presumably using the embed code from YouTube. (normal and/or iFrame) I want the user only able to play one at a time. if one ...
1
vote
1answer
958 views

Use JavaScript and jQuery to Make a Hyperlink to Play Embedded YouTube Video

Does anyone know how I would use JavaScript with jQuery to make a hyperlink to play an embedded YouTube video? I know that I could do: var player = document.getElementById("player"); ...
10
votes
4answers
20k views

How to embed high quality video with new YouTube iframe style code

I am using youtubes new iframe code to embed video but the videos seem to be lower quality than if I watch them on youtube. Is there a way to embed the high quality video? My code at the moment is ...
1
vote
1answer
2k views

Youtube embed code custom width and height

Hello I am trying to embed a custom youtube player here The problem is im unable to set a custom height and width for it. It seems to leave some ugly whitespace and doesnt fully stretch. <object ...
3
votes
1answer
353 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 ...
1
vote
1answer
624 views

youtube chromeless scaling player

Does anyone know how can I make a chromeless player scaling based on browser size like this: http://lab.veille.jp/elastic-youtube-player/ I tried using this ...
3
votes
2answers
283 views

“Anonymous” Youtube Playlists

Is there a way to embed a playlist of youtube videos in HTML by listing the youtube videos in the embed code, rather than defining a playlist in my youtube account?

1 2