Questions tagged as 'youtube'

1
answer

Youtube Video does not stop when closing modal

I have a modal that I picked up in w3school, where when I click on the button, the modal opens with a Youtube video, when closing the modal the video continues rolling. How do I, when closing the modal, stop running the video without Jquery....
asked by 16.05.2018 / 19:22
0
answers

How can I check the end of a youtube stream?

I know that using the youtube API I can check when a video ends. But what about a stream? Is the code the same? This is an example of the code I use <iframe width="100%" style="height: 200px !important;" src="https://www.youtube.com/embe...
asked by 16.02.2018 / 18:10
2
answers

Video continues to play when the mode closes

I created a modal that opens when clicking on an image, in this modal will have a video of youtube and a small description of the side, however whenever I close the modal the video continues to reproduce. I wanted the video to pause when I click...
asked by 03.01.2018 / 02:44
0
answers

Progress bar similar to youtube

Does anyone have any idea how to make a progress bar similar to youtube with loading according to the requested page's time?     
asked by 22.09.2016 / 14:37
1
answer

YouTube with Analytics events

I'm using the following scheme to embed the Youtube videos: link This allows the video to be requested only when the user clicks on the player (thumbnail), causing the page to load faster. I need to add a Google Analytics event tracking...
asked by 12.03.2016 / 10:03
0
answers

How to handle iframes in a list?

I'm trying to group a series of YouTube videos in my personal blog, all the videos are inside an iframe tag, for example: <iframe class="YTvideo" allowfullscreen="" frameborder="0" height="344" src="https://www.youtube.com/embed/LeA...
asked by 20.10.2015 / 18:08
1
answer

html5 video with fixed height and malleable width

I have to make a video where it has a fixed height and a width of 100%, the problem is that when I use height: 100% does not work and if I use height: auto; with width: 100%; also does not work because the video is the original height of it, wha...
asked by 17.08.2015 / 22:46
0
answers

Call youtube video with click for a responsive section with jquery

I would like to call multiple videos from the YouTube channel for a section, the calls would be one by one, by click, to the various titles corresponding to the video, or it could also be a link. grateful. <ul> <li><a cl...
asked by 18.06.2015 / 21:10
0
answers

Create a list of the latest videos from a youtube channel with the API V3

I have a code that takes the last videos of a channel and puts the thumbnails of them to run in a popup (with jquery, that part works well). The code is this: <?php error_reporting(E_ALL); $feedURL = 'http://gdata.youtube.com/fee...
asked by 08.05.2015 / 01:20
0
answers

Use Google Youtube API V3 in Laravel 5

I would like to know how to install google api v3 in Laravel 5, I used the composer to download the package but I do not know how to configure the providers and aliases. I need to make a system that uploads videos from my website on youtube.   ...
asked by 12.05.2015 / 23:53