Umm... Why Does iZap Videos Destroy My CSS Styles?!?!?

Guys... I just wanna be able to paste the youtube embed code into my BLOG. Is there any way to disable the TinyMCE thingy that strips out the EMBED and OBJECT tags?

  • The latest version of izap_videos shouldn't be so strict anymore already. The embed and object tags got striped by the htmlawed settings added by izap_videos in its start.php. You can define what's allowed in line 75. For example change it to

    $CONFIG->htmlawed_config['elements'] = 'object, embed, param, b, i, ul,
                                              li, u, img, alt, a, blockquote, span,
                                              style, p, strong, em, s, ol, br';