Opened 15 years ago
Last modified 13 years ago
#5184 confirmed New Feature
CKeditor flash plugin patch for youtube
Reported by: | Patrice Levesque | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | 3.0 |
Keywords: | HasPatch | Cc: |
Description
CKeditor's flash plugin accepts youtube URLs, if they point directly to the flash file (youtube.com/v/XXXXXXXX URLs); youtube's interface gives URLs like youtube.com/watch?v=XXXXXXXX.
This patch does a string replace on the interface so that people can paste youtube page urls.
Supplied code reeks of duct tape, but it gets the job done; I don't have 40 hours to spend learning CKeditor internals (it's already perfect, anyway!)
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | flash-youtube.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | HasPatch added; flash youtube removed |
---|---|
Milestone: | CKEditor 3.x |
comment:2 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.1 → 3.0 |
There are two other which perhaps could be used together with this one to create one final plugin - #8543 and #6517