function render($atts, $content = null)
 {
     //load the froogaloop library for vimeo
     wp_enqueue_script('td-froogaloop', get_template_directory_uri() . '/includes/js_files/vimeo_froogaloop.js', array('jquery'), TD_THEME_VERSION, true);
     //load at beginning
     return td_video_playlist_render::render_generic($atts, 'vimeo');
 }
예제 #2
0
 function render($atts, $content = null)
 {
     return td_video_playlist_render::render_generic($atts, 'vimeo');
 }