Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Embedded video in forums and streams


3sixty
Participant

@3sixty

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.

Skip to toolbar