Questions tagged as 'youtube'

2
answers

Youtube API V3 Information

Youtube has disabled API V2 and the new API (V3) is much more complicated to get information about videos. How can I get the following information from a video in the v3 API: Video title. Duration of the video (in seconds). How can I...
asked by 10.05.2015 / 21:44
1
answer

How to play a youtube video in an iframe? Refused to display '' in a frame because it is set 'X-Frame-Options' to 'SAMEORIGIN'

I'm trying to play a YouTube video on my Site using iframe and it's generating me the error that is in the title of the question. HTML: <div class="video-container"> <iframe src="https://www.youtube.com/watch?v...
asked by 15.08.2015 / 18:02
1
answer

How to download videos from youtube and convert them to mp3 using ruby?

I need a simple ruby way, which allows you to download videos from youtube, but I only need the audio of the video (mp3).     
asked by 21.10.2014 / 14:53
1
answer

Youtube video runtime

I've been searching and I did not find anything concrete, I know that there is the youtube API but I did not find any right source. How can I check on php whether or not the user watched a youtube video embedded in my site? Or even cou...
asked by 25.01.2016 / 10:27
0
answers

Import from txt, change content and download content in R [closed]

Hi! I'm a beginner in R programming, I've read quite a lot of confusing with libraries and everything and I still do not know what their limitations are, so I ask you if it's possible with R to do the following:    I put in file * txt list...
asked by 11.12.2015 / 21:37
3
answers

Embed mute youtube video

I'm trying to make the video start mute but it's not working, is the code correct? <script> var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagN...
asked by 07.07.2017 / 16:45
1
answer

How to make the Youtube Music fixed menu effect

I would like to bring this effect of the Youtube Music app menu to my site. Basically it rolls along with the page when descending and appears again when ascending, fixedly. Mycurrentattemptisnotsimilar,whengoingdownthepagethemenugoesupandwh...
asked by 12.12.2018 / 00:40
1
answer

Is it possible to display private videos through the Youtube API?

I'm creating a content strategy for a client and the following need arose: View private videos from youtube channel on the site. What we want to do is create a strategy where users can only see some of the channel videos within our client's s...
asked by 07.07.2014 / 23:52
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
3
answers

Embed YouTube via post using the API

I could not find what I wanted, just things like that, I even made a video and posted it on Youtube so you can understand what I want to do, if anyone can help me, I thank you, follow the video below: link I want to put a link in the tex...
asked by 09.05.2014 / 00:12