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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -