package ckeditor-mediaembed
moroz1999/ckeditor-mediaembed
- Wednesday, May 9, 2018
- by moroz1999
- Repository
- 1 Watchers
- 0 Stars
- 18 Installations
- JavaScript
- 0 Dependents
- 0 Suggesters
- 13 Forks
- 0 Open issues
- 4 Versions
- 800 % Grown
Composer-ready fork, (*1)
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., (*2)
- 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):
JavaScript
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.