Skip to content

Video.js plugin that allows arbitrary HTML content ('buddies') to appear/disappear at specified points of a video.

Notifications You must be signed in to change notification settings

DavidMutchler/videojs-buddies

Repository files navigation

Video.js Buddies

Allows arbitrary HTML content ('buddies') to appear

Getting Started

Once you've added the plugin script to your page, you can use it with any video:

<script src="video.js"></script>
<script src="videojs-buddies.js"></script>
<script>
  videojs(document.querySelector('video')).buddies();
</script>

There's also a working example of the plugin you can check out if you're having trouble.

Documentation

Plugin Options

You may pass in an options object to the plugin upon initialization. This object may contain any of the following properties:

option

Type: boolean Default: true

An example boolean option that has no effect.

Release History

  • 0.1.0: Initial release

About

Video.js plugin that allows arbitrary HTML content ('buddies') to appear/disappear at specified points of a video.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published