zazama/videocal

Silverstripe local video management module

Installs: 63

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:silverstripe-vendormodule

2.0.1 2024-04-30 10:20 UTC

This package is auto-updated.

Last update: 2024-06-30 17:20:00 UTC


README

Videocal

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.