Closed (won't fix)
Project:
WYSIWYG Filter (D7)
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2011 at 23:29 UTC
Updated:
8 Mar 2012 at 05:14 UTC
first: thanks thanks thanks :)
i was getting crazy with this problem and your generosity gave a rest to me :)
the only thing that i havent been able is to integrate media from tinymce.
so, if you have the time or is not a problem with security, please, make it possible.
<img src="/sites/all/libraries/tinymce/jscripts/tiny_mce/themes/advanced/img/trans.gif" class="mceItemMedia mceItemFlash" data-mce-json="{'video':{},'params':{'src':'http://youtu.be/uzmdXXXX'}}" height="240" width="320">
thanks :)
Comments
Comment #1
markus_petrux commentedSorry, this is an advanced usage of CSS class names that cannot be covered by this module. So complex to filter securely.
I think the proper way to allow media securely is by the use of a separate filter that works with macros. The client side editor would generate macros, which would be the input for WYSIWYG Filter, and after that, another filter can expand those macros freely.