
Model 1.02: introduced LiveLeak support in line with user request
version 1.01: delivered SmugMug support in keeping with user request
cast off assist / Buttons you do now not need!
You may definitely hook into active buttons. Open buttons.Personal home page from plugin folder and the subsequent snippet.
/* dispose of web sites you do now not want */
add_filter('easyvideo_supported_videos','easyvideo_filter_sites');
feature easyvideo_filter_sites($array)
/* simply trade this array to mirror the web sites you need to do away with/disable */
$dispose of = array('vimeo', 'youtube');
foreach($array as $ok => $v)
if (in_array($v, $put off))
unset($array[$k]);
return $array;
add assist / support a brand new video site
you could hook into energetic list to add a vide
