os2display/vimeo-bundle

There is no license information available for the latest version (2.0.2) of this package.

Os2Display vimeo template.

Installs: 341

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

Language:JavaScript

Type:symfony-bundle

2.0.2 2019-05-15 13:16 UTC

This package is auto-updated.

Last update: 2024-04-16 18:43:54 UTC


README

Supplies a slide template for playing vimeo videos. This bundle uses Vimeo's js player: https://github.com/vimeo/player.js/

Installation

Add the git repository to "repositories" in composer.json.

"repositories": {
    "os2display/vimeo-bundle": {
      "type": "vcs",
      "url": "https://github.com/os2display/vimeo-bundle"
    },
    ...
}

Require the bundle with composer.

composer require os2display/vimeo-bundle

Enable the bundle in AppKernel.php, by adding Os2DisplayVimeoBundle to $bundles.

new Os2Display\VimeoBundle\Os2DisplayVimeoBundle()

Run os2display:core:templates:load command to load the template in the installation.

bin/console os2display:core:templates:load

Enable the template in the administration.

Ads and controls

To avoid ads and video controls, the shared video has to come from a user that has disabled the options at vimeo.com. To do it yourself, you need to have at least a PLUS account (https://vimeo.com/plus).