moroz1999/ckeditor-mediaembed
There is no license information available for the latest version (1.0.2) of this package.
Maintainers
Package info
github.com/moroz1999/ckeditor-mediaembed
Language:JavaScript
Type:package
pkg:composer/moroz1999/ckeditor-mediaembed
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
- Copy the "mediaembed" folder and place it in the ~/ckeditor/plugins directory.
- Enable the plugin by changing or adding the extraPlugins line in your configuration (config.js):
config.extraPlugins = 'mediaembed';
- Add the button to your toolbar by adding the
Mediaembeditem to the toolbar list. - Include the styles/mediaembed.css file in the head of the page that the edited content will appear on.
