monoblaine / ckeditor-html5-video

HTML5 video plugin for CKEditor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ckeditor-html5-video

Introduction

ckeditor-html5-video is simple HTML5 video plugin for CKEditor that is transformed version of ckeditor-html5-audio.

If you want to add the plugin manually, you will need to:

  1. Extract the html5audio folder into the plugins folder of your CKEditor installation. Example:

    http://example.com/ckeditor/plugins/html5video
    
  2. Enable the plugin by using the extraPlugins configurations setting. Example:

    config.extraPlugins = 'html5video';
    
  3. Download and configure all its dependencies, too (e.g. widget, widgetselection, clipboard, lineutils). Moreover, if you use a GNU/Linux distro you need to set the right permissions for the folders and files.

Add-on Dependencies

Widget

For more information, please look through ckeditor-html5-audio's documentation on

I'd like to give special thanks to @aldatsa and other contributors of ckeditor-html5-audio team.

About

HTML5 video plugin for CKEditor

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%