moroz1999 / ckeditor-mediaembed
Installs: 585
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 12
Language:JavaScript
Type:package
This package is auto-updated.
Last update: 2024-11-21 20:00:25 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
Mediaembed
item to the toolbar list. - Include the styles/mediaembed.css file in the head of the page that the edited content will appear on.