webbuilders-group/silverstripe-vidyard-embed

Adds support to SilverStripe for embedding Vidyard videos easily into your SilverStripe powered website.

0.4.1 2017-03-14 15:00 UTC

This package is auto-updated.

Last update: 2024-03-29 01:51:48 UTC


README

Adds support to SilverStripe for embedding Vidyard videos easily into your SilverStripe powered website.

Maintainer Contact

Requirements

  • SilverStripe Framework 3.1+

Installation

Composer (recommended):

composer require webbuilders-group/silverstripe-vidyard-embed

If you prefer you may also install manually:

Usage

This module provides a new insert media option called "From Vidyard" which functions very similar to the "From Web" however it is specific to Vidyard which does not at this time support oEmbed. The link expected in this field is either the "Sharing Page" or some of the settings pages including the embed select page (for details see the documentation). You will need an API Key from Vidyard as it is used to lookup the information to embed see here for information on where to get this. Once you get your api key from Vidyard the user key will suffice. You must add the below to your config before you can add Vidyard videos using this module.

Vidyard:
    api_key: "YOUR_API_KEY_HERE" #Vidyard API Key

If you want you may also add this short code manually to your WYSIWYG by using the below syntax, all arguments are optional.

[vidyard,width="600",height="480",class="leftAlone",thumbnail="URL_FOR_THUMBNAIL"]URL_FOR_VIDEO[/vidyard]