bbPress Plugin Browser »

bbVideo (0.24)

Configuration

not needed.

But! You can add the following snippet to 'topic.php' just below '' to have a list of video providers displayed the poster can use.

global $BBPressPluginBBVideo;
if( isset( $BBPressPluginBBVideo ) && !is_null( $BBPressPluginBBVideo ) )
{
    print( _e( 'Supported video provider:' ) );
    $BBPressPluginBBVideo->DisplayProvider();
}