Re: Embedded video in forums and streams
You have to add the tag attributes as well. For YouTube, you’ll have to add these to the bp-forums-filters file:
$forums_allowedtags[‘object’] = array();
$forums_allowedtags[‘object’][‘width’] = array();
$forums_allowedtags[‘object’][‘height’] = array();
$forums_allowedtags[’embed’] = array();
$forums_allowedtags[’embed’][‘src’] = array();
That works for me.