theme_includes();
}
function theme_includes(){
if (!is_admin()) {
add_shortcode('vinotjs', 'ViNotJS_embed');
//allows shortcode execution in the widget, excerpt and content
add_filter('widget_text', 'do_shortcode');
add_filter('the_excerpt', 'do_shortcode', 11);
add_filter('the_content', 'do_shortcode', 11);
}
}
}
$GLOBALS['easy_video_player'] = new VINOTJS();
new vinotjs_panel_shortcode();
}
function ViNotJS_embed($atts, $content=null){
extract(shortcode_atts(array(
'url' => '',
'code' => '',
'width' => '',
'controls' => '',
'preload' => 'auto',
'autoplay' => 'false',
'loop' => '',
'muted' => '',
'poster' => '',
), $atts));
if(empty($url)){
return __('you need to specify the src of the video file', 'Lidra');
}
// support youtube without DRM
require 'processor.php';
//src
if(!empty($url) && strlen($id) === 11 ){
$src = '
' . $_no_html5 . '
'; $output = <<