Tagged Questions
0
votes
0answers
20 views
Magnific-Popup Youtube Video
I am trying to get a youtube video to show as a pop up when you click on an image using magnific-popup. (http://dimsemenov.com/plugins/magnific-popup/) I can run the plugin with any website showing in ...
0
votes
1answer
47 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
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 ...
-4
votes
0answers
67 views
Fancybox Youtube not working on iPhone [closed]
While working perfectly fine and autoplaying my youtube-video on desktop, on my iphone it loads the video but I can't hit the play button.
Same happens when I go to the official fancybox website and ...
0
votes
1answer
124 views
Youtube Video not working within fancybox on ipad when using jquery.fancybox-media.js
I am trying to use youtube video within a fancybox with responsive features such that it can adjust its dimensions according to the device for that i had used jquery.fancybox-media.js and it works ...
0
votes
2answers
25 views
Fade out volume of <iframe> with jQuery
I'm trying to fade out the volume of a YouTube video embedded in an iframe when the user closes the modal window it is attached to. Instead of having the audio end abruptly, it would be nice to fade ...
0
votes
0answers
24 views
Cross Compatibility issues with Youtube Player
I'm developing a page for a client that requires me to display a YouTube video, but they said they didn't want the YouTube player controls. They want a button that when they click, gives them the ...
0
votes
0answers
14 views
Modify JQuery youtubeplaylist plguin to use custom preview image?
I am using the JQuery youtube playlist plugins on one of my client sites and I am trying to figure out a way to modify the JQuery so I can place a custom placeholder image in place of the embeded ...
0
votes
1answer
36 views
Is there a way to generate separate YouTube embeds for each video in a YouTube Playlist?
I know how to embed a playlist from YouTube in one player, for example by using the playlist ID in the code below:
<iframe id="ytplayer" type="text/html" width="640" height="360"
...
0
votes
4answers
81 views
Placeholder image for multiple youtube videos
Through some research, I figured out a way to display my own thumbnail that targets a youtube video when it is clicked. The issue I am running into is that when another video on the page is clicked, ...
0
votes
1answer
60 views
fancybox2 ie 10, iframe not disappear
When I hide the fancybox with iframe in ie 10, the fancybox disappear and the iframe stucks.
Fancybox version: 2.1.4.
My html:
<ul class="gallery_new">
<li id="104" class="video">
...
0
votes
2answers
62 views
Replace img with iframe on click of button
Im pretty new to js/jquery and need some help from someone more knowledgeable!
I have had a good look on this site and on the web but cannot find the answer myself. I've played around myself but with ...
0
votes
0answers
146 views
video gallery javascript with thumbnail feature
I need a video gallery with thumbnails which supports you tube, vimeo and bloomberg videos. I have tried http://html5box.com/html5gallery/. But it doesn't support bloomberg videos. Is there any other ...
0
votes
1answer
38 views
Youtube audio Continues to play after closing Prettyphoto
I have this problem in IE8 & 9 where the audio of a youtube video continues to run after clicking on the close button of the PrettyPhoto pop up. It does not occur in other browsers.
I'm using ...
-1
votes
1answer
50 views
YouTube iFrame Breaking jQuery
I want to do something seemingly simple - embed a YouTube player on my page. However, it's breaking my FlexSliders on my page. There is supposed to be a carousel at the top of the page and one at the ...
2
votes
1answer
63 views
Dyanamically change href of javascript youtube player using jquery
<a id="bgndVideo" href="http://www.youtube.com/watch?v=mAf6zKRb1wI"
class="movie {opacity:.8, isBgndMovie:{width:'window',mute:false}, o
ptimizeDisplay:true, showControls:true, ratio:'4/3', ...
0
votes
1answer
113 views
Stop and play Iframe video when lightbox closes
I'm making a lightbox that is supposed to show a youtube video.
The first problem that I encountered, was that my youtube video would still play when I closed the lightbox.
I then added: ...
0
votes
2answers
42 views
Extracting data from a YouTube playlist XML
I'm a JavaScript and YouTube API beginner
I'm trying to access some data from an xml file. It's the atom file generated from a YouTube playlist. I want to be able to extract the thumbnail, videoid ...
0
votes
1answer
37 views
Unable to get Projekktor to play more than one YouTube video in my playlist
I'm trying to get Projekktor to run a playlist of YouTube videos.
I manage to get the first video to play but then it stops.
My code is shown below:
<div id="player_a" ...
0
votes
0answers
24 views
Strange behavior in Safari when drop down lay over Youtube embed code
This bug only appears in Safari. When the drop down menu touches the YouTube video in the side column, the text scrambles. Hovering over the list in the menu returns it to normal.
I've pinned it down ...
2
votes
1answer
142 views
Youtube audio still playing after removing iframe with jQuery in IE
I made a script that shows an Youtube image. After clicking the image, the Youtube video will automatically play. The scripts works like this:
On click at the image
Replace the Youtube iframe with ...
0
votes
0answers
52 views
Pausing HTML5 audio on play of youtube video
I'm working on a site that I have an loop plaing in the background. I also have an embedded youtube video. I was wondering how I could pause the background loop once the video has started and resume ...
0
votes
2answers
55 views
Problems adding youtube iframe code inside document.ready
I want to add the youtube iframe api code inside my $(document).ready() function but when I do this the player doesnt seem to load, when i move the code outside the document.ready the player loads in ...
0
votes
1answer
96 views
Jquery random youtube video generator [HELP]
I need help. Currently I'm trying to create a JavaScript that would generate a random youtube video whenever I click a button on a webpage.
$("#new_video").click(function(){
...
0
votes
0answers
29 views
Stop the youtube video with jquery
I am not 100% sure why I can't get the .stopvideo(); to work with the YouTube API. Is it this code?
///This code
;(function($, window, undefined)
//This code End
If you can please send me in ...
0
votes
0answers
86 views
iFrame from Youtube. Get click event with jQuery
I have a list of 8 videos from youtube in my app (thumbnails).
I need to detect the click event in one of those videos, and them, via AJAX ($.post()) load the video in the same <div>.
So, I have ...
0
votes
0answers
63 views
Number of seconds of youtube a video view
I have a video website with videos from youtube, I use facebook api to post via open graph to a profile that the user viewed the video. So as facebook policy said: If the person watches more than 50% ...
0
votes
1answer
120 views
Modify href property (in this JSFiddle ) to work with youtube videos in Fancybox
Since upgrading from Fancybox 1.3.4 to Fancybox 2.1.4 i haven't been able to get the correct href property to work with my youtube videos.
Please take a look at this working jsfiddle that I am trying ...
0
votes
1answer
94 views
I don't Want YouTube bottom link in jQuery YouTube Popup Player Plugin
Hello I am embedding YouTube video in my website using jQuery YouTube Popup Player Plugin .
i don't want bottom link of YouTube with a logo . what should i do .please help .
thanks in advance.
1
vote
2answers
122 views
Fancybox 2.0 and Youtube Video
I want to open a youtube video in the new fancybox. I don't get it to work. It always goes directly to the page instead of opening it in the fancybox. Here is the code:
<!doctype html>
<html ...
0
votes
1answer
70 views
How to get Youtube video information with jquery
I'm trying to figure out how to get all the information of a Youtube video with jquery and am having only a little success.
I used the following code to get the video title and description...
var ...
1
vote
2answers
61 views
get youtube oembed json with ajax
I am try to get oembed code of youtube link with ajax but it returns always error
I am using ajax with Jquery
$.ajax({
method: 'GET',
dataType :'json',
...
1
vote
1answer
304 views
__flash__removeCallback is undefined errors in IE9 while removing the dom element
probably the duplicate of '__flash__removeCallback' is undefined when deleting DOM element with Youtube iframe
I went through some sites but could not found the exact solution of why youtube ...
1
vote
1answer
216 views
jQuery AJAX load and Youtube API iframe
i'm working on a webpage. I'm using jQuery load (AJAX) function to dynamically load new content into the content div. In each of these content divs there is an image. When you click on that image a ...
0
votes
2answers
88 views
Applying style for YouTube Popup Player's popup Window
I had used Youtube Popup player for video player in my webapplication, iam trying to change the styles of popup window..but iam not able to do it..i had found cssClass property for applying styles.. ...
0
votes
1answer
63 views
YouTube user feed parsing from JSON
I am trying to make a script to get the JSON feed of a specific user latest 2 uploads on YouTube. I tried to use this script
<script type='text/javascript' ...
0
votes
2answers
33 views
How to add alternating classes to dynamic feed of thumbnail images?
I am bringing a feed of a youtube user's video channel onto a page via two plugins called jYoutube and jGFeed.
jGFeed: http://archive.plugins.jquery.com/project/jgfeed
jYoutube: ...
0
votes
0answers
190 views
HTML5 + jQuery Chat App automatically embed video with pasted youtube link
Basically i am developing a simple chat app using HTML5 + jQuery + PHP (CodeIgniter) to create a simple chat app.
One of the feature which i have been trying to do is to automatically embed a youtube ...
0
votes
0answers
52 views
Detect youtube video format with jQuery
How can I get the correct format of an iframe embedded Youtube video using jQuery?
I need to know if the video is originally (at Youtube) in 3:4 format or 9:16 format or something else.
And I need ...
0
votes
0answers
291 views
Fancybox: YouTube video controls in Chrome not clickable
I have an embedded YouTube video using Fancybox whose video controls are not clickable in Chrome (it works on IE,Safari, Firefox). The strange thing is that when you hover on the controls and Title ...
0
votes
2answers
259 views
jQuery FancyBox YouTube videos not working
I have a situation whereby I cannot modify the HTML code for the anchor tag, with the exception of the 'href' attribute. So adding a class to the anchor tag is not an option.
The HTML markup is as ...
2
votes
1answer
39 views
Progressively load embedded youtube videos
I have 10 or so YouTube videos embedded on a page and landing on that page and then attempting to scroll down initially nothing happens as the videos are all loading then 10s or so later you can ...
0
votes
1answer
113 views
Hide frame, progress bar and buttons from Youtube film
At a page I am showing a Youtube film in a lightbox.
I then want to show only the raw video film - no controls, play/pause buttons, fullscreen option, progress bar etc.
Right now it looks like this:
...
0
votes
1answer
138 views
(Javascript) YouTube video ID from embed code - regex?
I've got a script that goes through the page and returns all selected elements - in this case, <embed...>
For example, when a YouTube video is found in a blog, it returns an iframe. I can take ...
2
votes
1answer
212 views
Show Youtube video and thumbnail in correct 9:16 format
I can easily get a Youtube image thumbnail with the links described here: How to get thumbnail of YouTube video link using YouTube API?
But all these thumbnails are in 3:4 format (or something close) ...
0
votes
1answer
33 views
How to seamlessly position a hidden youtube video on click
Two examples:
https://chill.com/arithegreat/passive-aggressive
https://www.simple.com
It's similar to the modal dialog / light box phenomenon. In that...
The background darkens or blurs (but ...
1
vote
0answers
83 views
Node.js youtube video intercept to work around youtube API
I'm new to Node.js, Socket.IO and Express.js, and I'm trying to figure out the best way to go about solving the following problem:
I have developed a simple site (with the above mentioned tools) that ...
0
votes
0answers
76 views
youtube api json-c
Ok so I am trying to change my script for getting youtube playlist to the uploaded videos from youtube instead, reason I am changing this is because I want to use the username not an id (e.x. ...
0
votes
0answers
285 views
Responsive youtube playlist jQuery mobile
I'm trying to create a responsive youtube videos playlist using two plugins Fitvids and TubePlayer. TubePlayer for playing videos in a container without refresh and Fitvids to make the current video ...
0
votes
1answer
55 views
Clear youtube embedded video “src” when other video clicked
I have 3 youtube videos on page. Page loads img elements with src "http://img.youtube.com/vi/video_id/maxresdefault.jpg". Then, for each thumbnail, goes youtube's iframe video code.
Even if I ...


