@tweakben
10 years, 10 months ago
Did you ever find a solution for this?
10 years, 11 months ago
Hi Giacomo!
I added the following line to my themes functions.php:
/* Stop WordPress from auto embeds */ remove_filter( ‘the_content’, array( $GLOBALS[‘wp_embed’], ‘autoembed’ ), 8 );
…and then composed a new Buddypress Private Message with http://www.mysite.com/blah.mp4 as the text.
Now it shows
Media error: Format(s) not supported or source(s) not found
instead of the actual text. It’s still trying to wrap it, but at least not autoplay now.
Bump!