• 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)
  • Thread Starter Jupitercow

    (@jcow)

    Actually. That only fixes the issue with the never ending grey loading bar…

    After that, you still can’t get the short codes to work. I added the video code and tried the reference code method and… nothing. The output from the shortcode is incomplete… The plugin is worthless currently…

    Plugin Author brightcove

    (@brightcove)

    Hello jcow,

    Please find the Brightcove Video Cloud Plugin updated. Please update the plugin asap. We are available for support and comments.

    Thank you!
    Plugin Support Team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fix the Brightcove Plugin.’ is closed to new replies.