Opened 13 years ago
Last modified 11 years ago
#8543 confirmed New Feature
YouTube plugin
Reported by: | John Munsch | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | HasPatch | Cc: |
Description
I have written a YouTube plugin Ref: RE: Form submission from: Contact Us - [9883-OTKM-0306] [2a836e4d]
Frederico asked me to open a ticket and attach the plugin.
Attachments (1)
Change History (7)
Changed 13 years ago by
Attachment: | youtube.zip added |
---|
comment:1 Changed 13 years ago by
Keywords: | YouTube removed |
---|---|
Status: | new → confirmed |
It's a nice plugin and it's working quite well, however I have found some bugs/drawbacks in it:
- In IE8 and IE9 I get HTTP 404 insetad of youtube movie
- This part of code in youtube.js
<img src="/images/icons/youTube.png"
should be changed to something like<img src="'+CKEDITOR.plugins.get( 'youtube' ).path+'images/youTube.png"
as image could not be found by a browser - I kind of missed the "edit on double-click" feature
Be warned team if you decide to include this plugin in future releases :) Some fixing will be needed.
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Keywords: | HasPatch added |
---|
comment:5 Changed 11 years ago by
We are going to introduce such plugin after CKEditor 4.3.
In the mean time you can use one of third-party plugins available on plugins page - http://ckeditor.com/addons/plugins/all (E.g. http://ckeditor.com/addon/youtube, http://ckeditor.com/addon/mediaembed)
YouTube plugin