zazama/videocal

Silverstripe local video management module

Installs: 50

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

2.0.0 2021-04-27 17:13 UTC

This package is auto-updated.

Last update: 2024-03-27 23:41:20 UTC


README

Silverstripe local video management module

Installation

composer require zazama/videocal

Use version 1.* for SilverStripe 3 and 2.* for SilverStripe 4.

Usage

Videocal will add a "Videos" ModelAdmin where you can create Video DataObjects with a Thumbnail. After saving, a Shortcode will be generated. You can paste it anywhere in your TinyMCE.

Shortcodes

Normal

[localvideo videoid="1" /]

With any HTML attributes

[localvideo videoid="1" width="250" /]

Video template

You can override the template LocalVideoEmbed.ss with your custom code.