/ckeditor-video-plugin

Plugin video for CKEditor

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

ckeditor-video-plugin

Plugin video for CKEditor

Original work:

I just added the OGG input fields.

Integration with CKEditor

Normal

see docs/install.html

Symfony

With https://github.com/trsteel88/TrsteelCkeditorBundle

# app/config/config.yml

trsteel_ckeditor:
    transformers: [] # you can tune here
    toolbar_groups:
        styles: [ ..., 'Video', ... ]
    extra_allowed_content: "video source [*]"
    external_plugins:
            video:
                path: js/ckeditor/plugins/video

# dont' forget the filebrowser_browse_url, ...