I’m trying to allow the embedding of youtube (and vimeo) videos. Under the control panel one of my fields is a textarea (default text format = none). When I input the iframe embed code it looks ok.
But on output and when I return to edit the record the <iframe ...> and </iframe> tags have been converted to their html entitites. They become <iframe… and </iframe>
I’m guessing this is because global_xss_filtering is set to true. But how do I “stop” this on this field only. So people can simply input <iframe ...></iframe> video embed code?