Supplies a slide template for playing cafe-smag videos. This bundle uses CafeSmag's js player: https://github.com/cafe-smag/player.js/
Add the git repository to "repositories" in composer.json
.
"repositories": { "bibsdb/cafe-smag-bundle": { "type": "vcs", "url": "https://github.com/bibsdb/cafe-smag-bundle" }, ... }
Require the bundle with composer.
composer require bibsdb/cafe-smag-bundle
Enable the bundle in AppKernel.php
, by adding BibsdbCafeSmagBundle to $bundles.
new Bibsdb\CafeSmagBundle\BibsdbCafeSmagBundle()
Run bibsdb:core:templates:load command to load the template in the installation.
bin/console bibsdb:core:templates:load
Enable the template in the administration.
To avoid ads and video controls, the shared video has to come from a user that has disabled the options at cafe-smag.com. To do it yourself, you need to have at least a PLUS account (https://cafe-smag.com/plus).