Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 808 Bytes

README.rst

File metadata and controls

33 lines (21 loc) · 808 Bytes

mediagoblin-embedcode

This plugin adds the ability to display an "embed code" for video and audio media types. The plugin uses template hooks to create an additional section in the media sidebar and display code to allow the current video or audio to be embedded on an external page.

Compatibility

This plugin has been tested with mediagoblin 0.9.0

Set up the plugin

  1. Clone the plugin from its public git repository.
  1. Copy the plugin to your MediaGoblin plugin path.
$ cp -r mediagoblin-embedcode/embedcode /path/to/mediagoblin/mediagoblin/plugins/
  1. Enable the plugin adding the following line to the [plugins] section of your mediagoblin config file.
[[mediagoblin.plugins.embedcode]]