Thank you so much for this plugin I used for more than 5 years about 20K.
BUT WordPress has oEmbed http://codex.ww.wp.xz.cn/Embeds
you dont need this plugin anymore since doesnt support mobile (iOS) i replace all my DB using this:
Works only for wordpress:
UPDATE wp_posts SET post_content = REPLACE (post_content,'[youtube]’, ‘[embed]‘);
UPDATE wp_posts SET post_content = REPLACE (post_content,'[/youtube]’, ‘[/embed]‘);
Did u fix this issue i have the same one.
Thanks
check funtions.php on your theme delete the white spaces
under plesk or other disable ‘safe_mode’
Any Other solution?
thanks