Description
PitchHub Embed currently supports:
* Short code “pitchhub” for embedding pitchhub URLs
Technical specification…
- PHP7 compatible
Getting Started
Use the shortcode “pitchhub” with a string parameter named “url” which contains the PitchHub URL to embed.
e.g. [pitchhub id="32" token="cb0c7b167f5193477a4df963410bc39f"]
The URL and the entire WordPress string is generated from the PitchHub video menu user interface.
Donations
None
Screenshots
Example of entering PitchHub embed shortcode
Previewing the page that contains the short code
Faq
None
Installation
PitchHub Embed can be found and installed via the Plugin menu within WordPress administration (Plugins – Add New). Alternatively, it can be downloaded from WordPress.org and installed manually…
- Upload the entire
pitchhub-embed
folder to yourwp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress administration.
Changelog
1.0.0
- Feature: initial release of the shortcode
1.0.1
- Improvement: relocated function and constants into a uniquely named class, to comply with the WP Plugin requirements