Skip to content Skip to sidebar Skip to footer
Showing posts with the label Youtube

Controlling Playback Of Multiple Youtube Videos With The Youtube Js Api (playing At The Same Time)

I know that there's a very similar topic for this question, however I'm trying to do someth… Read more Controlling Playback Of Multiple Youtube Videos With The Youtube Js Api (playing At The Same Time)

Youtube Iframe Embed Can't Control Audio On Ipad

I have been playing around with the YouTube iframe API and have created a basic set of player contr… Read more Youtube Iframe Embed Can't Control Audio On Ipad

Youtube Video In Html Not Working

I try to get a URL of a YouTube-video from database and embed it in a page. I get the 'An erro… Read more Youtube Video In Html Not Working

Youtube On Scroll

I'm attempting to have a YouTube video auto-play when the user scrolls to it and stops when the… Read more Youtube On Scroll

Pass Youtube Iframe Api Events Onstatechange When Src Changes

So I figured I would update this with a working example. I have ditched stating the iframe tag and… Read more Pass Youtube Iframe Api Events Onstatechange When Src Changes

Get Youtube Playlist Index

I have a playlist embeded in my website using the youtube API (with javascript) and the playlist ha… Read more Get Youtube Playlist Index

Turn Multiple Youtube/vimeo Links Into Embedded Players

So im trying to convert multiple links into youtube / vimeo embed iframes. It seems to work for a s… Read more Turn Multiple Youtube/vimeo Links Into Embedded Players

How To Disable Youtube Captions In A Youtube Embed Link

When creating an embed link on youtube the Captions are on by default. Is there a way to disable to… Read more How To Disable Youtube Captions In A Youtube Embed Link

Youtube Api - Loop Video Between Set Start And End Times

I've managed to start the video and end the video at the times I need, but is there any way to … Read more Youtube Api - Loop Video Between Set Start And End Times

Finding Open Graph Tags On Youtube

I'm working on a Tampermonkey script to hide related videos on youtube if the og:video:tag cont… Read more Finding Open Graph Tags On Youtube

Add Video To User's "watch Later" Playlist On Youtube

The aim is to create a Watch Later button using the YouTube API. When a user clicks the button, the… Read more Add Video To User's "watch Later" Playlist On Youtube

How To Mute An Iframe Content?

I have a 3rd party iframe containing videos from youtube, vimeo ,... Is there a generic way to mut… Read more How To Mute An Iframe Content?

Create A Youtube Angularjs Directive

I created the following AngularJS directive to embed youtube videos: // A Simple youtube embed dir… Read more Create A Youtube Angularjs Directive

Youtube - Custom Play Icon

I wanted to ask, if can i change Youtube embbeded video play icon ? I found this post: Can I change… Read more Youtube - Custom Play Icon

Why Can't I Set The Playbackrate Of This Audio?

So I am trying to fix an audio delay problem on web videos. e.g If I go on to youtube and see that … Read more Why Can't I Set The Playbackrate Of This Audio?

Youtube Iframe Player Api - Disable Youtube Auto Resume Video Where I Left Off

I'm using the Youtube IFrame Player API to play a video from Youtube. I want the video to be pl… Read more Youtube Iframe Player Api - Disable Youtube Auto Resume Video Where I Left Off

How Do I Dynamically Add &autoplay=1 To Youtube Embed Codes?

This is an examples of the youtube embed code on my site: Solution 1: Without too much difficulty… Read more How Do I Dynamically Add &autoplay=1 To Youtube Embed Codes?

How To Get Direct Url Of Video From Youtube Url?

I'm creating a bot in Discord.JS (it's a library for Node.JS) and I would like to add a mus… Read more How To Get Direct Url Of Video From Youtube Url?

Extracting Play Function Of React-youtube In State To Use In Button Oncluck Results In Cors

I am using react-youtube library from npm in my react project. I want to play and pause YouTube vid… Read more Extracting Play Function Of React-youtube In State To Use In Button Oncluck Results In Cors

Youtube Iframe Events

I try to catch the events of a youtube iframe: http://lab.joergpfeiffer.de/videofull/youtube.php So… Read more Youtube Iframe Events