Bad idea (from a security perspective), but if you *really* want to, install and enable the HTML Formatter extension and remove 'iframe' from the Html_DisallowedTags array $Html_DisallowedTags = array('link', 'iframe', 'frame', 'frameset', 'object', 'param', 'embed', 'style', so you end up with$Html_DisallowedTags = array('link', 'frame', 'frameset', 'object', 'param', 'embed', 'style',
Htmlpurifier will block all iframes even if you add them to the allowed tags. So you either have to disable htmlpurifier and then have a plugin preventing the escaping of html (ie its not rendered) or somehow hack html purifier (which i tried and failed).
Comments
Bad idea (from a security perspective), but if you *really* want to, install and enable the HTML Formatter extension and remove 'iframe' from the Html_DisallowedTags array
$Html_DisallowedTags = array('link', 'iframe', 'frame', 'frameset', 'object', 'param', 'embed', 'style',
so you end up with$Html_DisallowedTags = array('link', 'frame', 'frameset', 'object', 'param', 'embed', 'style',
It would be great to have an add-on that allowed iframes for admins. We're needing to embed CoverItLive iframes.
I'd pay $30 for a plugin that does this.
This is a great idea. Is there the ability to disable HTML purifier for Admins only?
Would love to know if anything ever came of this.
Best,