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
-
9
votes2
answers1210
viewsHow to list more than 50 Youtube videos using Curl
I’m needing to return all videos from a particular youtube user, but my current function only returns 50, which is the maximum allowed by the API. there is some method of doing this? $cURL =…
-
7
votes1
answer675
viewsHow to change the volume of an <iframe> video by javascript?
I have tried the code below to solve. var volumeIcon = 1; $(".ico-volume").on('click', function(event) { if (volumeIcon == 1) { $(this).find("img").removeAttr('src'); $(this).find("img").attr('src',…
-
7
votes3
answers490
viewsDisplays and hides contents in list form. with Javascript
I’m trying to make a list of Youtube videos as follows. (ps:Eu sei que o Youtube ja tem uma playlist dele.) Example: List with video names. 1 - Trailer Reaction: Star Wars: Episode VII - The Force…
-
6
votes1
answer2499
viewsHow do you always get the last video from a Youtube channel?
I have a div <div class="player"></div> and inside it, I want the last video posted on a channel to always appear. I have this structure in jQuery, but I can’t get it to pull only 1.…
-
5
votes2
answers365
viewsHow to view a Youtube video in a Panel in Extjs?
Would you like to display a Youtube video in a Panel on Extjs. Would it be possible? Can someone give me a hint?
-
4
votes3
answers3683
viewsUpload thumbnail only of Youtube videos
I have a page that in its layout there are 20 videos from Youtube, is a listing. As I do not want to make this page really load all these videos to not understand the performance of the site,…
-
4
votes3
answers2517
viewsHow does Youtube know which videos we’ve watched?
The question itself already describes my interest, but what I’m really wanting to know is how youtube stores the information saying that we’ve already watched that video. I thought about storage…
-
4
votes2
answers1595
views -
4
votes1
answer540
viewsRecover most viewed videos from youtube channel
There is how I recover the 5 most viewed videos from my Youtube channel to put on my website?
-
4
votes2
answers2611
viewsIs it possible to place a 'pre-image' in the youtube iframe?
I embedded a Youtube video on this site: http://aresdapraca.com.br/ I would like to put an image over the video when it is paused at the beginning. I already did this but it was with the tag…
-
4
votes1
answer1695
viewsHow to know if the video is copyrighted via youtube api
There is a way for json to find out if a particular video is copyrighted by the youtube api?
-
3
votes1
answer839
viewsHow to download videos from youtube and convert them to mp3 using ruby?
I need a simple way in ruby, which allows to download youtube videos only I need the audio of the video (mp3).
-
3
votes1
answer257
viewsCapture youtube play click event
I have a responsive Séction with a youtube video, would you like to capture the click on play event of the youtube video, could you capture? ie, send an Alert for example, once play is given on…
-
3
votes1
answer5847
viewsHow to play a youtube video in an iframe? Refused to display '' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'
I’m trying to play a youtube video on my website using iframe and is generating me the error that is in the title of the question. HTML: <div class="video-container"> <iframe…
-
3
votes1
answer1024
viewsRunning time of youtube video
I’ve been searching and I haven’t found anything concrete, I know there’s a youtube API but I haven’t found any right source. How can I check on php whether or not the user watched a Youtube video…
-
3
votes0
answers288
viewsImport from txt, change content and download R content
Hi! I am beginner in programming namely R, I have read quite still very confused with libraries and everything and still do not know what its limitations, so I ask you if it is possible with R to do…
-
3
votes1
answer71
viewsError in Webscraping process Youtube videos on R - NA' does not exist in Current Working directory
I am developing an academic work in which I should analyze the text of 25 selected videos on various Youtube channels. My advisor gave me a script about how he is developing this, so that I work on…
-
2
votes3
answers1176
views -
2
votes2
answers5641
viewsEmbed a private video of my Youtube channel on my website
I would like to embed on my website a video defined as private which is on my youtube channel. Reading the youtube documentation I believe that’s the DATA API or the API of Player My goal is to get…
-
2
votes1
answer5027
viewsIs it possible to view private videos via the Youtube API?
I’m creating a content strategy for a client and the following need has arisen: View private videos from the youtube channel on the website. What we want to do is create a strategy where users can…
-
2
votes1
answer220
viewsIn multiple Youtube videos, how to play in one and pause another?
I have several Youtube videos on one page, would like it when I give play in one, if another video was rolling, pause it. Is it possible? Without reloading the page...
-
2
votes2
answers3198
viewsCompletely customize the Youtube player
I’m on this mission and I’ve seen some questions but none of them suppressed my need. My goal was to have only the screen and video, and fully customize the player Youtube buttons pause, stop,…
-
2
votes1
answer973
viewsSubscribe button from youtube
I’m making a page listing youtube videos and I would like to make a button for the user to subscribe to the channel, but in the examples I found on the internet they come a lot of information beyond…
-
2
votes0
answers91
viewsYoutube player does not work on iOS
Guys with a problem here with youtube videos, I have it as option music player on the site in the bottom right, it works normal except on iOS mobile devices, what happens is that I can not play…
-
2
votes2
answers1708
viewshow to create a youtube video in full screen with back button?
Guys, I need to create a player on my site, that when clicking the watch button, open it in full screen and contain a "back" button for the user to return home. It would be possible to do this using…
-
2
votes1
answer54
viewsCompare Youtube and Facebook dates
Through the YT API, I get the video date 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…
-
2
votes1
answer404
viewsHow to pause youtube videos when a new video is played?
I have a website where I made a Youtube video Carousel using iframe, but when I browse the Carousel the video keeps playing. How can I pause automatically when a new video is played?
-
2
votes3
answers1716
viewsEmbed Mute Youtube Video
I’m trying to get the video to start mute but it’s not working, is that the code is correct? <script> var tag = document.createElement('script'); tag.src =…
youtubeasked 7 years, 4 months ago Juliano Souza 155 -
2
votes1
answer104
viewsHow to do Youtube Music fixed menu effect
I would like to bring this effect from the Youtube Music app menu to my website. Basically it rolls together with the page when going down and back to appear when going up, in a fixed way. My…
-
1
votes1
answer3071
viewsHow to make a pop-up with text and video from youtube?
I need to make a pop-up which contains both text and Youtube video, the problem is that the pop-up is much higher than the height of the screen. At the home of the site before clicking the link to…
-
1
votes3
answers4404
viewsHide youtube link
I’m developing a video course system. I wonder if there is any way to take a video from youtube, and put on the site in a way that the user can not (difficult) view the youtube link, so that can not…
-
1
votes2
answers1970
viewsHow to control Youtube video borders
How to soak a Youtube video without leaving this black embroidery on the sides. I’d like to leave it 100% wide but at a certain height someone could help me?…
-
1
votes1
answer2838
viewsAutomatically insert Youtube video into a div
On the site I’m developing, there’s an element div, where it needs to automatically capture Youtube videos from a channel, that is, if the user/channel uploads a video, it will automatically show…
-
1
votes2
answers659
viewsPlay video in the app or out
I am developing a mobile application services & news for a company and this is a video area related to the institution. The doubt is: Aiming for the best user experience, the app should play the…
-
1
votes1
answer997
viewsInsert a youtube video into an html page
I would like to insert a video into a web page, but I can’t. What is the problem it contains in this code? <object width="425" height="344"> <param name="movie"…
-
1
votes2
answers2030
viewsCustomize Youtube Player in Iframe
I have a part of the site that is manageable, it receives the <iframe> of Youtube, only that I wish I could customize this player, take away some things like duration time, and other buttons…
youtubeasked 9 years, 10 months ago Felipe Viero Goulart 3,693 -
1
votes1
answer591
viewsChat youtube url system for embed
Good afternoon, I’m trying to create a system, where I receive a youtube url in a form, convert it to embed and save it in a database. This is a classified site, I do not know if this is the best…
-
1
votes0
answers116
viewsUse Google Youtube API V3 in Laravel 5
I would like to know how to install google api v3 in Laravel 5, I used Composer to download the package but I don’t know how to configure the providers and aliases. I need to make a system that…
-
1
votes1
answer114
viewsMTA Thread Attribute affects in Thread
Suppose I have the class static class Program{ [MTAThread] static void Main(string[] args){ Application.Run(new Form()); } } and simply want to apply a Thread.Sleep(1000); This keeps the Form stable…
-
1
votes0
answers1053
viewsCreate a list with the latest videos from a Youtube channel with the V3 API
I have a code that takes the last videos from a channel and posts their thumbnails to run in a popup (with jquery, this part works fine). The code is this: <?php error_reporting(E_ALL); $feedURL…
-
1
votes1
answer115
viewsIs it possible to leave it running a Youtube embed in the background on iOS?
I’m doing a project using Ionic + Cordova and wanted to know if it is possible on iPhone to leave a Youtube video running in the background when blocking the screen. By default iOS devices pause…
-
1
votes0
answers204
viewsCalling youtube video with click to a responsive Section with jquery
I would like to call several video from the Youtube channel for a Section, the calls would be one by one, through click, to the various titles corresponding to the video, or it can also be link.…
-
1
votes1
answer81
viewsvideo in Html5 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; width:100%; also does not work because the…
-
1
votes2
answers209
viewsPHP - Convert ISO8601 standard (used by Youtube) to seconds
I need to convert for seconds a time received in the pattern ISO8601, used by Youtube. Someone knows some function for this purpose? Exemplifying: If caught by the Youtube API the length of a video…
-
1
votes1
answer84
viewsYoutube with Analytics events
I’m using the following scheme to embed Youtube videos: https://jsfiddle.net/4qcr60xz/ This allows the video to be requested only when the user clicks on the "player" (thumbnail), making the page…
-
1
votes0
answers110
viewsHow to handle iframes on a list?
I’m trying to group a series of Youtube videos on my personal blog, all videos are inside an iframe tag, for example: <iframe class="YTvideo" allowfullscreen="" frameborder="0" height="344"…
-
1
votes1
answer246
viewsAdd Players in script code
I have the following code: var buttons = $('#videoGallery .vid'); var liHeight = $('#videoGallery li').height(); buttons.click(function(){ var videoID = $(this).attr('data-videoID'); var videos =…
-
1
votes0
answers158
viewsProgress bar similar to youtube
Does anyone have any notion of how to make a progress bar similar to youtube with loading according to the time of the requested page?
-
1
votes2
answers664
viewsVideo continues to play when the modal closes
I created a modal that opens when clicking on an image, inside this modal will have a youtube video and a small description on the side, however whenever I close the modal the video continues to…
-
1
votes0
answers32
viewsHow 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? The code is the same? This is an example of the code I use <iframe width="100%" style="height: 200px…
youtubeasked 6 years, 9 months ago I_like_trains 1,430