Add the following script on your HTML:
<head><scripttype="text/javascript" src="https://cdn.jsdelivr.net/clappr/latest/clappr.min.js"></script></head>Now, create the player:
<body><divid="player"></div><script>varplayer=newClappr.Player({source: "http://your.video/here.mp4",parentId: "#player"});</script></body>Test it at cdn.clappr.io.
You can use the latest published version at https://cdn.jsdelivr.net/clappr/latest/clappr.min.js
You can re-use some vendors used internally, for instance you can use Kibo through Clappr.Vendor.Kibo.
Clappr is under heavy development but production-ready. Feel free to open issues and send us pull requests.











