video-js-for-wordpress icon indicating copy to clipboard operation
video-js-for-wordpress copied to clipboard

The VideoJS HTML5 video player library in plugin form for

Results 13 video-js-for-wordpress issues
Sort by recently updated
recently updated
newest added

I'd like to request 'crossorigin' attribute support, so I can use caption/subtitle tracks hosted on my CORS-enabled CDN.

WordPress 3.6 has nice feature 'has_shortcode', using this we can load scripts when they called: https://codex.wordpress.org/Function_Reference/has_shortcode Example: function custom_shortcode_scripts() { global $post; if( has_shortcode( $post->post_content, 'videojs') ) { wp_enqueue_script( 'custom-script');...

Hi, I was wondering if you also could add Vimeo plugin support. The author of the youtube plugin also has a vimeo one: https://github.com/eXon/videojs-vimeo