Skip to content

Wa-JHH/ckeditor-html5-video

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

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 html5video 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-video's documentation on

About

HTML5 video plugin for CKEditor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%