FWD Izubizu Radio & Audio Player is a sleek, fully responsive radio/audio player built for modern WordPress sites. It supports live radio streams (Shoutcast, Icecast, HLS) and standard audio files in one unified player, with customizable presets, shortcode control, WooCommerce integration, and production-ready UX.
The plugin includes:
– Multi source playback (audio, HLS, Shoutcast, Icecast)
– Live station/title/info updates
– Artwork support with fallback cover image
– Real-time visualizer (wave/bars)
– Share window with popular networks
– Playback rate, volume tooltip/scrubber, keyboard support
– Full color and layout customization
Official links (keep as HTML anchors):
– Homepage
– Demos
– Features
– JavaScript Documentation
– WordPress Documentation
– Support
Basic example:
[fwdirap preset_name=”Preset 1″ source=”https://example.com/stream.mp3″ source-type=”audio”]
With optional metadata and artwork:
[fwdirap preset_name=”Preset 1″ source=”https://example.com/live.m3u8″ source-type=”hls” title=”My Radio” info=”Now playing” artwork-src=”https://example.com/cover.jpg”]
Supported shortcode attributes:
– preset_name (required)
– source (required)
– source-type (audio | hls | shoutcast | icecast)
– title (optional)
– info (optional)
– artwork-src (optional)
Place the shortcode in product content/description to render the player in product pages. The plugin can replace the default product gallery output with the player shortcode rendering.
This plugin uses the following external services/resources:
– Used for: retrieving artwork for live radio metadata (artist/song lookup).
– Triggered when: Shoutcast, Icecast, or HLS metadata updates request artwork.
– Data sent: artist and song query text from current metadata.
– Provider: Apple
– Terms: https://www.apple.com/legal/internet-services/terms/site.html
– Privacy: https://www.apple.com/legal/privacy/
– Used for: loading the Roboto font in plugin admin pages.
– Triggered when: opening Presets Manager or Shortcode Generator in WordPress admin.
– Data sent: browser requests font CSS/files from Google Fonts/CDN (standard request metadata such as IP and user agent handled by Google).
– Provider: Google
– Service URL: https://fonts.googleapis.com/
– Terms: https://policies.google.com/terms
– Privacy: https://policies.google.com/privacy
– Used for: streaming playback from the source URL configured in shortcode/preset.
– Triggered when: a player instance starts loading/playing a stream.
– Data sent: browser requests to the configured stream endpoint (for HLS this includes .m3u8 manifests and media segments).
– Provider: defined by the site owner stream URL (for example your radio provider/CDN).
– Notes: HLS playback is powered by bundled hls.js code inside the plugin, but media requests go to the configured stream host.
This plugin’s full source code is publicly available for transparency and verification.
Developed and maintained by FutureWebDesign.