fonini / ckeditor-youtube-plugin

CKEditor Plugin to embed Youtube videos.
https://fonini.github.io/youtube-plugin-for-ckeditor-4.html
Do What The F*ck You Want To Public License
51 stars 61 forks source link

Guide addition #30

Closed subdesign closed 9 years ago

subdesign commented 9 years ago

You can add an info if someone use custom toolbar configuration, he has to add 'Youtube' into the config array, because by default the icon doesn't appear in the toolbar. Eg.:

config.toolbar = [      
        ...
        { name: 'others', items: [ 'Youtube' ] },       
    ];
mattlangtree commented 9 years ago

+1 for adding this to your setup guide as this was a crucial part of getting your plugin to work for me.