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

Play Html5 Video And Pause At Specific Points In Time

I have an array of points in time (seconds) like this : var points = [1,5,7,9,23,37]; I want the … Read more Play Html5 Video And Pause At Specific Points In Time

Youtube Api V3 Can't Reply Or Rate On Any Comment

I am trying to comment and rate a comment via API but the resource is always canRate: false and can… Read more Youtube Api V3 Can't Reply Or Rate On Any Comment

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

Autoplay Multiple Youtube Videos On Mute At Once

I am trying to make a webpage that uses the YouTube iframe API to display multiple videos which sta… Read more Autoplay Multiple Youtube Videos On Mute At Once

Youtube Api Not Muting In Safari (not Ios)

I have initialized my player with the code below. It mutes fine in Chrome, FireFox, and IE, but not… Read more Youtube Api Not Muting In Safari (not Ios)

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?