Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit post, Youtube video not show #87

Open
taki47 opened this issue May 29, 2020 · 2 comments
Open

Edit post, Youtube video not show #87

taki47 opened this issue May 29, 2020 · 2 comments

Comments

@taki47
Copy link

taki47 commented May 29, 2020

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
Copy link

webdevrus commented Jul 20, 2020

I'm using this config:

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

Everything is working 😉

@vstruhar
Copy link

Thanks, allowedContent: true made it work on page load

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants