Questions tagged as 'youtube-api'

2
answers

Embed a private video from my Youtube channel on my site

I would like to embed a video defined as private on my site that is on my youtube channel on my site. Reading the Youtube documentation I believe is Data API or the Player API My goal is to make them see the video / livestream ju...
asked by 03.06.2014 / 17:45
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
0
answers

See video time of YouTube Iframe inserted with append?

I have inserted a button that when it is loaded, appears the advertising ahead and only after the video gives append, but with this I can not declare the Youtube API script, I think that is the error. I tried copying the API code from the site b...
asked by 18.09.2017 / 19:20
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
0
answers

Utizando API youtube android

I need a help here with youtube android player, can someone help me? This is the first time I use it. For example, I think I've added the library but private YouTubePlayerView youtube; is still marked in red! If anyone knows how to hel...
asked by 03.07.2015 / 12:05
2
answers

Help with popover Bootstrap

I have a modal that appears at the end of the video, how can I call the bootstrap modal when the video ends? normal javascript alert works, but bootstrap does not: s // 2. This code loads the IFrame Player API code asynchronously....
asked by 21.07.2015 / 14:36
1
answer

Youtube videos in app

How to embed a video from my YouTube channel to an app in iOS ? I followed this guide of YouTube Developers , but the video does not appear on the screen. My code looks like this: FirstViewController.h // // FirstViewController...
asked by 28.11.2014 / 00:08
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
2
answers

catch who gave like in video youtube PHP API

Is there any way to get information about who gave like in a particular video? example, joão gave like in the video "Playing here", or better yet, is there any way to know how many likes in videos joão already gave in every channel?     
asked by 06.11.2017 / 13:52
1
answer

Bootstrap progress bar accompanying youtube video duration

How to make the bootstrap progress bar keep track of the youtube video (iframe) deployed on the html page var player, time_update_interval = 0; function onYouTubeIframeAPIReady() { player = new YT.Player('video-placeholder', {...
asked by 15.12.2016 / 13:14