LonelyCpp / react-native-youtube-iframe

A wrapper of the Youtube-iframe API built for react native.
https://lonelycpp.github.io/react-native-youtube-iframe/
MIT License
598 stars 153 forks source link

Monitized channels / ads enabled videos #267

Closed fynally closed 1 year ago

fynally commented 1 year ago

How does this library handle videos with adverts? All the YouTube channel videos that I have played in this library so far doesn't seem to display any kind of ads in the videos.. Is that normal?

LonelyCpp commented 1 year ago

here's info on where and how youtube decides to show ads on iframe embeds : https://support.google.com/youtube/answer/132596?hl=en

the videos you see from from this library has https://github.com as the base URL by default (github pages)

you can change this to your own domain, and work with google to enable ads for it.