Brightcove integration plugin, manage your Brightcove video cloud from within WordPress, using the latest APIs.
Are you looking to handle your Brightcove Video and Playlist library natively from within WordPress?
With this plugin, you have the power to handle multiple accounts and video libraries, upload videos and add them to playlists, render shortcodes with your videos and all from within the WordPress admin interface.
Brightcove Video Connect for WordPress is an open source plugin. Because customer implementations of WordPress and their environments vary, Brightcove can not fully support the plugin. However we love our customers and will do our best to help you resolve your issues.
Brightcove customers experiencing issues with Video Connect for WordPress may submit a ticket to the Support team.
Brightcove Video Connect is available from the WordPress.org plugin repository and can be installed directly from your WordPress dashboard. Alternatively, if you need or prefer to manually install the plugin, you can do so following these steps:
- Upload the entire
/brightcove-video-connect
directory to the/wp-content/plugins/
directory. - Activate Brightcove Video Connect through the 'Plugins' menu in WordPress.
Yes, it will work whether it is public or not however features requiring a call-back to your site such as status updates, etc will be unavailable.
brightcove_account_actions = [edit, delete];
- What actions are available when manipulating a Brightcove source.brightcove_video_html
- Filter the HTML output.brightcove_account_actions
- Filter the available actions for each source on the Brightcove admin settings page.brightcove_api_callbacks
- Filter the callback URLs passed for Dynamic Ingest requests.brightcove_proxy_cache_time_in_seconds
- Filter the length of time to cache proxied remote calls to the Brightcove API.
Yes it will.
Yes, you can add sources from many Brightcove accounts if you want.
The plugin simply pulls information directly from the Brightcove API for display and does not sync videos locally.
Maximum file size is determined by your webserver and PHP configuration. You need to set the value of upload_max_filesize and post_max_size in your php.ini. php_ini_loaded_file() can help you find where your PHP.ini is located.
Custom fields must be created within your Brightcove Video Cloud account. Once created, the fields will be available within WordPress.
Create a custom field of type 'text' with an internal name of '_change_history'. Whenever a video is updated, the username and current time will be added to a list of changes recorded in this field.
For nginx: http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size (client_max_body_size) For apache: http://httpd.apache.org/docs/current/mod/core.html#limitrequestbody (LimitRequestBody)
-
Settings page to add an account and set up the player width.
-
Adding two Brightcove shortcodes to a post in the text mode.
The plugin has the ability to auto determine audio track language detection if the option has been enabled, based on the user browser language.
However, in order for it to work you need to make sure you have multiple audio tracks available in Brightcove Studio for the video you want to enable this option, otherwise, this feature won't work.
Active: Brightcove is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.
A complete listing of all notable changes to Brightcove Video Connect are documented in CHANGELOG.md.