marketo/silverstripe-oembeddable-fields

This package is abandoned and no longer maintained. No replacement package was suggested.

SilverStripe oEmbeddable Fields

Installs: 3 837

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 12

Forks: 1

Open Issues: 0

Type:silverstripe-module

1.0.2 2018-04-02 16:54 UTC

This package is auto-updated.

Last update: 2024-03-15 17:18:04 UTC


README

What is this?

This module allows you to quickly collect Slideshare, Mixcloud, YouTube, Vidyard, and Brainshark URLs on any DataObject or Page type. Upon "set"ting any of these fields, the extension will immediately validate the URL and strip the field down to its unique identifier, storing only the identifier to the database. Getter methods then allow the template to build the appropriate embed codes.

Getting started

There are three steps to start using this module:

First. Install via composer (or drop this entire folder in your docroot):

composer install marketo/silverstripe-oembeddable-fields

Second. Enable the extension to the appropriate DataObject(s) or Page type via a _config/*.yaml file:

Page:
  extensions:
    oEmbeddableFields

Last. Add one or more of the available fields:

Page:
  extensions:
    oEmbeddableFields
  enabled_oembed_fields:
    - Slideshare
    - Mixcloud
    - YouTube
    - Vidyard
    - BrainsharkID
    - SurveyMonkey
    - Wistia
    - Vimeo
    - Image