Description
This plugin provides short codes to embed BlueFrame broadcasts and media widgets into WordPress sites. Simply set the the broadcast or media widget id in the short code. Other customizations of the embed are described in the FAQ.
Arbitrary section
Installation
- Upload the plugin files to the
/wp-content/plugins/blueframe-technology-media-embed
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use short codes described in the FAQ to present BlueFrame assets on your WordPress site
FAQ
- How do I embed a BlueFrame broadcast?
-
Add a ‘bf-broadcast’ short code with your broadcast id to your page. The short code must include an broadcast id but may also include other options listed below.
Example:
[bf-broadcast id=29676]
Options:
- id (required): Broadcast id found on BlueFrame’s admin portal.
- domain (optional): Base url for the domain hosting the broadcast.
- width (optional): Width of the video player. Can be any valid HTML width value (defaults to 640).
- height (optional): Height of the video player. Can be any valid HTML height value (defaults to 480).
- autoplay (optional): Configures if a player should start playing on page load. Valid values are ‘true’ or ‘false’ (defaults to false).
- style (optional): Sets the style attribute on the element containing the player for customized layout (empty by default).
- How do I embed a BlueFrame media widget?
-
Add a ‘bf-media-widget’ short code with your media widget id to you page. The short code must include a media widget id but may also include other options listed below.
Example:
[bf-media-widget id=179]
Options:
- id (required): Media widget id found on BlueFrame’s admin portal.
- domain (optional): Base url for the domain hosting the media widget.
- style (optional): Sets the style attribute on the element containing the media widget for customized layout (defaults to ‘max-width:728px;margin:auto’).
Reviews
There are no reviews for this plugin.
Contributors & Developers
“BlueFrame Technology Media Embed” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “BlueFrame Technology Media Embed” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release.