Ticket #221 (closed defect: wontfix)

Opened 19 months ago

Last modified 19 months ago

WymEditor strips out YouTube embed/object tags...patch included.

Reported by: rogerhu Owned by:
Priority: major Milestone: 0.5
Component: documentation Version: trunk
Keywords: Cc:

Description

WymEditor seems to strip out <embed>/<object> tags so does not seem to have the ability to embed YouTube clips. The way to fix it is to patch the latest WymEditor release, or download the GitHub files from the links below. Here are two blog posts that talk about the issue:

 http://simonwoodside.com/weblog/2009/2/8/how_to_make_wym_editor/  http://meridimus.com/post/167515648/wymeditor-flash

Attachments

wymeditor_05rc1.patch Download (1.1 KB) - added by rogerhu 19 months ago.
WymEditor patch (can be applied to either 0.5rc1 and 0.5rc2):

Change History

Changed 19 months ago by rogerhu

WymEditor patch (can be applied to either 0.5rc1 and 0.5rc2):

comment:1 Changed 19 months ago by mr_lundis

  • Status changed from new to closed
  • Resolution set to wontfix

There's already an old somewhat experimental plugin that fixes this. Feel free to improve it.

 https://github.com/wymeditor/wymeditor/tree/master/src/wymeditor/plugins/embed/jquery.wymeditor.embed.js

Embeds are not valid xhtml, thus support is shipped as an plugin and not in the "core".

Note: See TracTickets for help on using tickets.