react-youtube icon indicating copy to clipboard operation
react-youtube copied to clipboard

react.js powered YouTube player component

Results 87 react-youtube issues
Sort by recently updated
recently updated
newest added

``` import YouTube from "react-youtube"; ``` The code above can set the start time correctly. However, if the video has been watched before, the time will then be set to...

Hi, I think I've found a bug in the Typescript typing. The callback functions such as `onReady` take a `YouTubeEvent` argument, that contains a `YouTubePlayer` object: ``` function onReady(event: YouTubeEvent)...

Hello Team, We are having a security review in our org and one such issue is to include "sandbox" attribute to iframes in the sites. Is there a way to...

Example of Youtube clip It has 2 identifiers - video id and clip id. https://www.youtube.com/embed/DgjI7P2hxrE?controls=0&rel=0&modestbranding=0&showinfo=0&autoplay=0&mute=0&si=uMtST-iNZeVE76Zv&clip=Ugkx9fbCN2J8t2ep2cYuqQtm9X-4eGESpeqV&clipt=ELHHBBjJvAU It's impossible to embed this url with the library. It will play full video instead...

I have just simple code when I want to write unit test if generates correct iframe code for youtube with correct video title but when I am using react-testing-library it...

is their a funcrion that returns the current time stamp of the video.

Thank you for this package. I spent some time working with it, then encountered some odd error messages. * demo with react-youtube: https://react-youtube.reveddit.com/#spread_word * [source code](https://github.com/reveddit/reveddit/blob/74c38bd41f8915d26f1f68ab729202fb03b8d3e0/src/pages/modals/Misc.js#L54) In the console I...

I am not sure why the player is being reset when the videoId changes. That case is already handled by `shouldUpdateVideo` as far as I can tell. I tested my...