Giter Club home page Giter Club logo

youtube-video-js's People

Contributors

data-doge avatar dependabot-preview[bot] avatar dependabot[bot] avatar joshrishell avatar markcellus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

youtube-video-js's Issues

Not working with google analytics

There is a problem with loadYTScript
https://github.com/markcellus/youtube-video-js/blob/master/src/youtube-video.ts#L208
This function expects that window.onYouTubeIframeAPIReady is not touched before. And doesn't handle it.
Looks like google analytics sets this value, which makes this package not working.
https://www.googletagmanager.com/gtag/js?id=G-8P5GQ3C7YC

nit: returning value from Promise is a little bit confusing for read
https://github.com/markcellus/youtube-video-js/blob/master/src/youtube-video.ts#L218

Add a demo page

... that puts videos in full swing (for public and for debugging purposes).

when i load page in mobile. video is not autoplay.

message from developed console : Failed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a user gesture.

this is my code:

var videoEl = document.getElementById("slider-bg-video");

var player = new YoutubeVideo({
    el: videoEl,
    customWrapperClass : "video-wrapper flex-video widescreen"
});
videoEl.load().then(function () {
    videoEl.play(); 
});

all same with demo code.

IE 11 not resolving Youtube Video load

Not necessarily a bug with this package but when attempting to load Youtube video API in IE 11, Youtube never fires the onError or even the onReadyState callbacks

Do people still use this package? :thinking:

Haven't worked on this repo/package for a while since I'm not too sure if people even still need this. Although, I'm curious if it's worthwhile to continue maintaining it.

If you'd like to see this package continue development, please upvote this thread (:+1: ) and if not feel free to downvote (:-1:). And please feel free to leave a comment on your vote if you have something additional to add. Thanks a lot for your support and looking forward to hearing from you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.