I try to embed video clip from Youtube but I got error:
https://prnt.sc/jn175x
Both ways via embed code by Youtube and the embed code by the CKEditor - same error. What's wrong? Is that host protection - some security mode or is some fine tuning of the WB 2.11? Going back one step I see error "Security offense!! Access denied!"
Before I try that on WB 2.83 and worked.
Regards,
Rumen
Rumen
https://forum.WebsiteBaker.org/index.php/topic,30507.msg212595.html#msg212595 :-D
Part of the problem was the "mod security", but the other problem is that the icon for embed media in CKEditor doesn't work. When I put the code manually it works after the "mod security" was stopped. I need to make the icon work:
https://prnt.sc/jn6xfx
In my local 2.11 is no problem with the icon.
https://screenshots.firefox.com/5A1OXDq3SasUgC5C/localhost
Strange
Look here: https://drive.google.com/file/d/1veUFd5Sa0nEpf4D8nwp2uQZ-c2xayd10/view
Hi, you telled the icon don't work. This is not right.
The icon works, the dialog is visible.
What you mean, this oembed plugin works not correct. Have a look into the source of the generated code. Switch editor to source.
You will see, the second address has your own url in front. That's the reason.
They are not doubled one is "data" one is "src" what should I fix? And how?
<div class="embeddedContent oembed-provider- oembed-provider-youtube" data-align="none" data-oembed="https://www.youtube.com/embed/ssZwhcQknco" data-oembed_provider="youtube" data-resizetype="noresize"><iframe allowfullscreen="true" allowscriptaccess="always" frameborder="0" height="349" scrolling="no" src="http://mirchev.biz/www.youtube.com/embed/ssZwhcQknco?wmode=transparent&jqoemcache=dABpL" width="425"></iframe>
</div>
Sorry for the misunderstanding for the "icon" I will take into account to be more precise.
Regards,
Rumen
Maybe here is a solution: https://forum.WebsiteBaker.org/index.php/topic,29174.msg210556.html#msg210556