Knowledgebase
Html5 Player Wordpress Plugin Print this Article
Features
- Fully customizable.
- Built with HTML5.
- Compatible with Icecast, Icecast-KH and Shoutcast v2
- Create unlimited players for all your streams.
- Add to post or page using a shortcode.
- Built-in Widget for easy integration.
- Lightweight
- Current Song Title and Artist. Automatically fetch current song meta information from your server.
- Responsive
How to download Wordpress plugin
- Login to your Wordpress Admin
- Click on plugin
- Add New
- Search for yesstreaming
- Install it
Other option is to download the official Wordpress Plugin at Wordpress Plugin Repository:
https://wordpress.org/plugins/shoutcast-and-icecast-html5-web-radio-player-by-yesstreaming-com/
How to get the Player ID?
The plugin will work if the correct player ID is set on the plugin.
For version 1 (Legacy):
Login to your Player PRO control Panel > Player. Get the UID numerical value as seen on the screenshot below. As per the example, it should be 17.
For Version 2 (Current):
Login to your Player PRO control Panel > Player > Copy to Website. Get the PID numerical value as seen in the screenshot below. As per the example, it should be 13.
Currently Known Limitations:
- This plugin is not compatible with
aggregate inline JS
set on. This setting is commonly found in CSS/JS optimizers such as but not limited to Autoptimize Plugin and Cache Plugins. - May or may not work with some Theme Builder plugins.
- The history widget is not compatible with Modernizr Javascript Library. If you have this in your website, our recommendation is to disable it by adding the snippet below on your Theme Functions File:
// HTML5 PRO Player Soft Fix
function modernizr_dequeue_script() {
wp_dequeue_script( 'modernizr-js' );
wp_deregister_script( 'modernizr-js' );
wp_dequeue_script( 'modernizr' );
wp_deregister_script( 'modernizr' );
}
add_action( 'wp_print_scripts', 'modernizr_dequeue_script');
add_action( 'wp_enqueue_scripts', 'modernizr_dequeue_script');
Was this answer helpful?
Related Articles
HTML5 Player PRO Version 1 (Legacy) Documentation Note: If you've purchased the player on/or...
The HTML5 Player PRO's current version is 2. It is what we are offering by default starting April...
You can apply more advanced styling to the HTML5 PRO player using Cascading Stylesheet (CSS)....
HTML5 Player PRO Version 2 (CURRENT) Documentation Note: If you've purchased the player before...