Questions tagged as 'youtube'

1
answer

In multiple YouTube videos, how do I play on one and pause another?

I have several YouTube videos on one page, I wish that when I play in one, if another video was rolling, pause it. It's possible? Without reloading the page ...     
asked by 12.09.2014 / 19:31
1
answer

How to pause videos on YouTube when a new video is played?

I have a website where I made a YouTube video carousel using the iframe, but when I navigate through the carousel the video keeps playing. How can I automatically pause when a new video plays?     
asked by 16.09.2017 / 18:41
2
answers

Full customization of the Youtube player

I have this mission and I have seen some questions but none has suppressed my need. My goal was to have just the screen and video, and fully customize the player of the Youtube, pause, stop, volume, fullscreen buttons, control all these fea...
asked by 11.06.2015 / 20:37
1
answer

Subscribe to youtube button

I am making a YouTube video listing page and I would like to make a button for the user to sign up for the channel, but in the examples I found on the internet they come in lots of information beyond what I need, in my case I would like just sub...
asked by 10.08.2015 / 15:21
2
answers

how to create a youtube video in full screen with back button?

Well, I need to create a player on my site, that when I click the watch button, it opens in full screen and contains a "back" button for the user to return home. Is it possible to do this using the youtube player?     
asked by 03.12.2015 / 13:36
0
answers

Youtube player does not work on iOS

I have a problem here with youtube videos, I have it as a music player option on the website in the lower right corner, it works normal except on iOS mobile devices, what happens is that I can not play music. Follow one of the sites that cont...
asked by 25.08.2015 / 18:26
2
answers

PHP - Convert ISO8601 standard (used by YouTube) for seconds

I need to convert for seconds a time received in the ISO8601 standard, used by YouTube. Does anyone know of any function for this purpose? Exemplifying: If I took the YouTube API for the length of a PT1M31S video, I would like to c...
asked by 26.11.2015 / 22:06
1
answer

Compare YouTube and Facebook dates

Through the YT API, I get the date of the video in this format (UTC): publishedAt: "2015-09-17T00:01:56.000Z" And on Facebook, inspecting the source code I see that they use: <abbr title="Quinta, 17 de setembro de 2015 às 06:59" data-u...
asked by 17.09.2015 / 13:11
1
answer

Iframe for youtube with the entire link

Hello I would like to know if there is any iframe or something I can get by the video on my site, in the manageable case, usually youtube embeds are with the video ID. I wonder if there are any that I can paste the entire YouTube url that wor...
asked by 03.03.2016 / 18:01
1
answer

See duration of a Youtube video?

How can I see the length of a video through id of the video? With some research I found how to see the title but could not find the duration. $content = file_get_contents("http://youtube.com/get_video_info?video_id=".$id_vid);...
asked by 28.02.2018 / 18:09