Embed videos in groups and events

Is it possible to change the type loader to embed by changing parameters in the code?

 

if (BxDolRequest::serviceExists('videos', 'perform_video_upload', 'Uploader'))

            $this->_aMedia['videos'] = array (

                'post' => 'ready_videos',

                'upload_func' => 'uploadVideos',

                'tag' => BX_GROUPS_VIDEOS_TAG,

                'cat' => BX_GROUPS_VIDEOS_CAT,

                'thumb' => false,

                'module' => 'videos',

                'title_upload_post' => 'videos_titles',

                'title_upload' => _t('_bx_groups_form_caption_file_title'),

                'service_method' => 'get_video_array',

            );

Quote · 16 Sep 2015

I would recommend to use 3rd-party module for this:

http://www.boonex.com/m/extended-video-uploader

Rules → http://www.boonex.com/terms
Quote · 17 Sep 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.