Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.33 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.33 KB

videojs-sendcustomerfeedback

a customer feedback form that will collect information from a list of checkboxes and will send it to a preferred url.

still work in progress.

Table of Contents

Installation

Installation

Usage

To include videojs-sendcustomerfeedback on your website or web application, use any of the following methods.

<script> Tag

This is the simplest case. Get the script in whatever way you prefer and include the plugin after you include video.js, so that the videojs global is available.

<script src="//path/to/video.min.js"></script>
<script src="//path/to/videojs-sendcustomerfeedback.min.js"></script>
<script>
  var player = videojs('my-video');

  player.sendcustomerfeedback();
</script>

License

MIT. Copyright (c) Samia Ruponti <samia@bongobd.com>