Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 461
Alexey Zakharov Avatar asked Sep 03 '10 09:09

Alexey Zakharov


1 Answers

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>
like image 91
Wes Winham Avatar answered Nov 04 '22 19:11

Wes Winham