In BxWallModule.php
If you replace single with embed you can then embed youtube videos. I am trying to be able to have both options but my coding skills suck and i keep getting errors.
return BxDolService::call('videos', 'get_uploader_form', array(array('mode' => 'single', 'category' => 'wall', 'album'=>_t('_wall_video_album', getNickName(getLoggedId())), 'from_wall' => 1, 'owner_id' => $this->_iOwnerId)), 'Uploader');
Replace With:
return BxDolService::call('videos', 'get_uploader_form', array(array('mode' => 'embed, 'category' => 'wall', 'album'=>_t('_wall_video_album', getNickName(getLoggedId())), 'from_wall' => 1, 'owner_id' => $this->_iOwnerId)), 'Uploader');
If anyone has time to provide clue it would appreciated.