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

Edit post, Youtube video not show #87

Open taki47 opened 4 years ago

taki47 commented 4 years ago

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.

webdevrus commented 4 years ago

I'm using this config:

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

Everything is working 😉

vstruhar commented 1 year ago

Thanks, allowedContent: true made it work on page load