Search code examples
wysiwygwymeditor

wymeditor cannot save inserted iframe


WymEditor (http://wymeditor.org) always deletes inserted iframe to its content. So i cannot add vimeo player block to my page.

How can I avoid it?

Regards, Alexey Zakharov


Solution

  • Since May 31, 2011, the WYMeditor Embed Plugin supports iframe embedding. To include this support, simply include the embed plugin script in your HTML. Eg.

    <script type="text/javascript" src="path/to/wymeditor/plugins/embed/jquery.wymeditor.embed.js"></script>