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

Updated html insertion method to prevent tag stripping #24

Closed GeorgeGardiner closed 10 years ago

GeorgeGardiner commented 10 years ago

Inserting a video at the end of a line with no carriage return causes issues in some browsers where important markup is stripped. Using CKEDITOR.dom.element.createFromHtml resolves these issues.

Unfortunately our testing has been exclusively focused on CKEditor 4 which you may wish to consider before accepting this pull request.

fonini commented 10 years ago

Thank you!