moroz1999 / ckeditor-html5-video
Installs: 574
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 36
Language:JavaScript
Type:package
This package is auto-updated.
Last update: 2024-11-21 20:53:54 UTC
README
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:
-
Extract the html5audio folder into the plugins folder of your CKEditor installation. Example:
http://example.com/ckeditor/plugins/html5video
-
Enable the plugin by using the extraPlugins configurations setting. Example:
config.extraPlugins = 'html5video';
-
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
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.