Skip to content

helpfulrobot/webbuilders-group-silverstripe-vidyard-embed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vidyard Embed

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. 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 shortcode.

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]

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 72.2%
  • JavaScript 25.7%
  • CSS 1.7%
  • Scheme 0.4%