CKEditor is driving me mad. I want to allow iFrames so that I can do something simple like embedding a Google Map into a Drupal block. Why does CKEditor make it so @#$%^ difficult? I have tried to see how this is to be done and nothing seems to work for me.
Can someone please help me.
Cheers
Martin Fuggle
iFrame support in CK Editor
To address this, I installed the emfield module and enabled the inline embedded media portion. This creates a custom filter for media (much of which uses iframes). I created a new custom input format that included the inline media filter and does not use the CKEditor. So, when you choose the media input type, the CKEditor vanished and you can past in the embedded code that can include an iframe. I limit access to community and content managers.
If you just want to use iframes, I would create a custom filter and input type that does not use the editor--you just get the standard drupal textarea.