ruby - how to enable youtube or vimeo embed in ckeditor in rails -
i using ckeditor gem rich textarea in rails application. want attach youtube or vimeo videos , upload video local file system function in ckeditor can't find solution. suggestion?
for solve task i'm added toolbar 'iframe' button config.js:
ckeditor.editorconfig = function( config ) { config.toolbar_easy = [ ... {name: 'insert', items : [ 'image', 'flash', 'table', 'iframe' ] } ... ]; };
Comments
Post a Comment