BlueFrame Technology Media Embed
Plugin to embed BlueFrame media assets with short codes in WordPress.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3553 days ago
Is BlueFrame Technology Media Embed abandoned?
Possibly abandoned (last update 3553 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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-embeddirectory, 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
Frequently Asked Questions
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’).
Review feed
Screenshots
Changelog
1.0
- Initial release.