moroz1999/ckeditor-mediaembed

There is no license information available for the latest version (1.0.2) of this package.

Installs: 571

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 12

Language:JavaScript

Type:package

1.0.2 2018-05-09 14:53 UTC

This package is auto-updated.

Last update: 2024-04-21 18:52:46 UTC


README

Composer-ready fork

This is a rework of the plugin designed by frozeman and meedan adjusted for the specific use of embedding YouTube videos in a responsive way.

#Installing the MediaEmbed Plugin

  1. Copy the "mediaembed" folder and place it in the ~/ckeditor/plugins directory.
  2. Enable the plugin by changing or adding the extraPlugins line in your configuration (config.js):
    config.extraPlugins = 'mediaembed';
  3. Add the button to your toolbar by adding the Mediaembed item to the toolbar list.
  4. Include the styles/mediaembed.css file in the head of the page that the edited content will appear on.