Fix the Brightcove Plugin.
-
Since it seems like Brightcove isn’t actually maintaining their own plugin, if you really want to use this service and get the plugin to work, add this to your functions.php.
add_action( 'wp_print_scripts', 'custom_load_scripts' ); function custom_load_scripts() { wp_enqueue_script( array( 'jquery', 'jquery-ui-core', 'jquery-ui-tabs' ) ); }
Although the status of this plugin and the fact that they can’t fix such a simple bug should make you think twice about using Brightcove…
https://www.ads-software.com/extend/plugins/brightcove-video-cloud/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fix the Brightcove Plugin.’ is closed to new replies.