Most voted "youtube" questions
Youtube is a video sharing site where users can upload, share and watch videos. Use this tag for questions that use the web application API or task-specific development-related topics for use on Youtube.
Learn more…82 questions
Sort by count of
-
1
votes1
answer65
viewsWatch duration of a Youtube video?
How is it possible to view the time of a video through the id of the video? With some research I found how to see the title but I could not find the duration. $content =…
-
1
votes1
answer49
viewsI can’t get xpath from comment box on Youtube
I need to be able to comment on Youtube, but XPATH does not work, even with the right parameters, I tried with ID and ELEMENT but I was not successful. from selenium import webdriver import keyboard…
-
0
votes0
answers1512
viewsHow to know the number of subscribers
In c# I will develop an application to control views and subscribers of my channel... I tried to enter this code: static long Inscritos(string youtube_addr){ var wb=new WebBrowser();…
-
0
votes0
answers351
viewsYoutube API V3 to Pick Up List of Signup Videos
I’m creating a page where I need to get all the videos I locate on the page "http://www.youtube.com/feed/subscriptions" user’s. I searched all the Google Developer Youtube Api v3 pages but I…
-
0
votes1
answer196
viewsHow to run a video inside a GUI
good evening, I’m having a problem. I need to run a youtube video inside a GUI interface (with Python). A community user helped me by providing the following code:…
-
0
votes0
answers39
viewsHelp with the Ytplayer plugin
I need help with the Mb.Ytplayer plugin. I am using this plugin, however if the youtube video link contains a -, the plugin no longer works. How can I make it work?
-
0
votes0
answers505
viewsAutoplay youtube video on mobile
I wonder how I can put the youtube video in autoplay on mobile, because it is not working, on mobile it is not in autoplay, do not run the video without having to press. My Script. <script> //…
-
0
votes1
answer108
viewsUpload Video to Youtube with Asp . net MVC
I’m trying to make an integration with Youtube, but I’m getting the error {"The remote server returned an error: (401) Unauthorized."} I released my key api as per the image below and I am testing…
-
0
votes1
answer419
viewsHow to know which network a video belongs to?
How to know which network a video belongs through the youtube api?
-
0
votes1
answer169
viewsHow do I use the Youtube API?
I have a page with a video that opens in a modal, I need it to be paused when the modal is hidden. I tried examples I found on other sites but it didn’t work. I need to add some extra file to use…
-
0
votes1
answer943
viewsPut Youtube video as website background
I want to put a background video on a wait screen. Can you do this by pulling a video from youtube without showing the default buttons and have it start automatically? The Jquery I have to put the…
-
0
votes1
answer114
viewsInteractive quiz with users on Livestream Youtube
I have some ideas about creating an application in php or even in another language, where the application responds to chat interactions of a livestream on youtube, for example. A question displays…
-
0
votes1
answer840
viewsYoutube iframe with full link
Hello! I wonder if there is any iframe or something like that I can get video on my site, in manageable case, usually youtube embed are with video ID. I wonder if there is one that I can paste the…
-
0
votes1
answer59
viewsDoubt about music player for website
I wonder if there’s a way I can make a music player for website, with AJAX, PHP or HTML5, using a youtube playlist. How to make it play in random mode this playlist not to keep repeating the same…
-
0
votes2
answers148
viewsFixing iframe video when scrolling page
Staff needed to implement a feature in mine iframe from youtube that I inserted on my site I wanted when the page scrolls to appear my fixed youtube frame in the right corner of the screen equal to…
-
0
votes1
answer61
viewsUsing Data API youtube v2 (Error No longer available)
Good afternoon, I’m trying to solve a problem on a page, where the youtube API is used, to bring the videos from a certain channel. however, recently he started to make the mistake No longer…
-
0
votes2
answers686
viewsYoutube video popup
I created a link in an image for when clicking on the image opens a popup centered on the screen with the youtube video, this working but what I did not know if it would be correct because phpstorm…
-
0
votes0
answers111
viewsScript to pass an advertisement before the video
How do I stop by putting one of my own ads before a Youtube video and after that spend 50% of the time on the video and another advertisement passes after the video continues. The advertisement…
-
0
votes0
answers431
viewsGet Video Data from ID - Youtube Data API (v3) - in PHP
I have a form, which registers youtube videos using only the ID. I’ll have a page to play that video. In addition to playing the video ( this can already do ) I need something ( API ) to bring more…
-
0
votes2
answers288
viewsHow do I make iframe "clickable" anywhere on the page?
Assuming I have a youtube video in an iframe on my website, how would it be possible to play the iframe by clicking anywhere in the body of the page without having the iframe take over the entire…
-
0
votes0
answers41
viewsThumbnail of youtube does not take full size of div
Good staff! I’m having a problem, I’m using the youtube API to import thumbnails to my website, these thumbnails should take the size of the Divs, but no, they all have different sizes and titles…
-
0
votes0
answers24
viewsHow does more than one server send information to a single website?
Simply put, I support this example: How is it that for example; Youtube, which has many servers around the world, can for example send to only one site? Because the way I see it, you can’t get that…
-
0
votes1
answer61
viewsYoutube videos on the website (audio only)
I need to create a radio for a client, where she will have how to choose what to play, for rhythms, singer, band, etc.. I was wondering if there is any way to capture playlists and videos from…
-
0
votes0
answers13
viewsModify the VIDEO_CODE of the Youtube API without creating a new version of apk
I need to change this String VIDEO_CODE every day, because inside the app is a boot that leads to a live broadcast, I would have to do this without having to generate a new apk every day and…
-
0
votes0
answers48
viewsI need to open the first link of a youtube search in a webview
The webview will not be visible, so the goal is to automatically open the first video of the search. I believe it is not too complicated in JS. code: public class FXMLDocumentController implements…
-
0
votes0
answers195
viewsEmbedded videos in a responsive way
Good morning, I am developing a website and through it you can incorporate videos from both Youtube and Facebook. Youtube videos adapt perfectly according to the size of the div, the problem is even…
-
0
votes0
answers1885
viewsHow to hide top bar (title and logo) from Youtube iframe
After the Youtube API Update in September, the "showinfo=0" command stopped working in iframes. Is there any way to hide this bar from the top (Title, logo, share and view option later)? Another…
-
0
votes3
answers52
viewsHow do I self-play and stop a video when I open and close a modal
good afternoon, I created a modal and within this modal I put a youtube video only that I would want it, as soon as I opened the modal, to give in autoplay and stop when I closed the modal. I can’t…
-
0
votes0
answers68
viewsHow to stop youtube video when you click a button?
I’m making a website with React and I have a carousel with some Iframes with youtube videos, when I slide to the next video the previous one is still playing. Is there any way with Jquery or JS to…
-
-1
votes1
answer4863
viewsAutomatically update video posted on youtube
I have a youtube channel and I want every time I put new video, automatically update in my blog’s iframe.
youtubeasked 10 years, 9 months ago Flávia Amaral 805 -
-1
votes3
answers393
viewsGenerate an iframe from the youtube link with jquery
I would like to generate a youtube iframe that I will return to a div as soon as the user paste the video link into a field, know create with php, more I would like to do with jquery, so already…
-
-1
votes1
answer113
viewsHow do I open a modal with youtube video with different video`s?
Look guys, I’m developing a website with all my portfolio and in it will have some videos that are on youtube. At the event Onclick opens a modal with the video, pulling his ID through the video. I…