2.3.1 • Published 9 months ago

openplayerjs-youtube v2.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 months ago

openplayer

OpenPlayer.js - YouTube

NPM JSDelivr Conventional Commits

Now you can play any YouTube videos using the awesome OpenPlayerJS!

Installation

  1. Set the video/audio as indicated in the OpenPlayerJS installation.
  2. Set the type of your source as video/x-youtube.
  3. Load this package library right after OpenPlayerJS.
  4. And voilá!

Configuration

It allows you to override YouTube's configuration by using the youtube object in the settings. Check Supported parameters section for more details.

Example

<!DOCTYPE html>
<html lang="en">
<body>
    <video class="op-player__media" id="video" controls playsinline>
        <source src="https://www.youtube.com/watch?v=xcJtL7QggTI" type="video/x-youtube">
    </video>
    <script src="https://cdn.jsdelivr.net/npm/openplayerjs@latest/dist/openplayer.min.js"></script>
    <script src="/path/to/openplayerjs-youtube.min.js"></script>
    <script>
        var player = new OpenPlayer('video', null, false, {
            youtube: {
                // config
            }
        });
        player.init();
    </script>
</body>
</html>
2.3.1

9 months ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.3

2 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.1.1

4 years ago

1.1.0

5 years ago