Sure would be nice to be able to embed video/audio/calendars and a whole bunch of other stuff into my Drupal site. Problem is, the Embed Filter module won’t install correctly. The admin page is truncated and doesn’t work correctly.
The Cause: embedfilter.module is written poorly. In the comment below the config window, somebody wrote it using <tag> ’s. PHP tries to render the actual tags.
The Fix: Edit embedfilter.module. In line79, just replace the <tag>’s with <tag>