A simple, accessible, user-friendly and fully customizable radio player for WordPress. You can play iceCast, Shoutcast, Radionomy, Radiojar, RadioCo Live stream in WordPress website using shortcode.
See Live Demo
Buy The Pro
How to use it?
https://www.youtube.com/watch?v=ad_LKLe_YQg
The stream will not more play in Google Chrome 80+
As of Google Chrome 80, mixed content is no longer supported. If the stream is without SSL and the website is with SSL, the stream will no longer be played. Other browsers follow the example of Google. The solution is to set the stream to SSL.
More you can read here:
https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html
How to setup free SSL for your Shoutcast Server Software:
https://help.shoutcast.com/hc/en-us/articles/360003410613-How-to-setup-free-SSL-for-your-Shoutcast-Server-Software-
Demo
LIVE DEMO ->
Check the Demos
ShortCode
Use shortCode
[stream url="YOUR_STREAM_URL"] in post / pages/ or any widget area to Embed a player.
if you want to use custom background color add background attribute in the shortCode like that
[stream url="http://192.211.51.219:80/live" background="gray"]
.You can use color name or color code between double quotations.
Feedback
Like the plugin? Hate it? Want a new feature?
Send me some feedback
This section describes how to install the plugin and get it working.
e.g.
- Upload
plugin-directory
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Use shortcode in page, post or in widgets.
- If you want the player in your theme php file, Place
<?php echo do_shortcode('YOUR_SHORTCODE'); ?>
in your template file.