ckeditor-youtube-plugin icon indicating copy to clipboard operation
ckeditor-youtube-plugin copied to clipboard

Edit post, Youtube video not show

Open taki47 opened this issue 5 years ago • 2 comments
trafficstars

Hi!

In my blog page, I insert youtube video successfully, and save the post, but when I edit this, Youtube video are not show, there is a large white part instead.

I removed iframe plugin, and I use Youtube URL, not embed code.

taki47 avatar May 29 '20 14:05 taki47

I'm using this config:

CKEDITOR.replace('textarea', {
    removePlugins: 'iframe',
    extraPlugins: 'youtube',
    allowedContent: true,
    toolbar: [
        // Toolbar
    ]
});

Everything is working 😉

webdevrus avatar Jul 20 '20 07:07 webdevrus

Thanks, allowedContent: true made it work on page load

vstruhar avatar Dec 20 '22 16:12 vstruhar