I want to add embed video in ckeditor.
is this correct?
- copy the folder into your plugins directory
- setting /ckeditor/config.js
CKEDITOR.editorConfig = function( config ) {
config.extraPlugins = 'oembed';config.oembed_maxWidth = '560'; config.oembed_maxHeight = '315';
};
and include the plugin in the toolbar (how do I do this).
please help..