moroz1999/ckeditor-mediaembed

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

👁 moroz1999

Package info

github.com/moroz1999/ckeditor-mediaembed

Language:JavaScript

Type:package

pkg:composer/moroz1999/ckeditor-mediaembed

Statistics

Installs: 606

Dependents: 1

Suggesters: 0

Stars: 0

1.0.2 2018-05-09 14:53 UTC

Requires

None

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License a9ce5edcf023cfab4a0b51da092b5e40a9d3d0a2

This package is auto-updated.

Last update: 2026-06-22 00:07:09 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.