Pro Radio WP can play music, display titles and store song history from your RadioBoss streaming service. To implement audio and titles from RadioBoss into your WordPress website using Pro Radio, please follow the steps below:
How to play the stream from your RadioBoss radio channel
- Open your RadioBoss admin panel
- Click "Information" on the left
- Copy the Stream URL
- In WordPress edit the demo channel or create a new one
- Paste the Stream URL in the field MP3 Stream URL. The URL must look like this (this is an example)
https://c99.radioboss.fm:123456/stream
How to display song title and artist with RadioBoss
- STATION_D: In your RadioBoss panel open Information, scroll down and copy or note down the Station ID number
- API_KEY: In your RadioBoss panel open Settings, Account. Scroll down and copy the API key. If missing, click Generate and save, then copy it.
- SERVER_URL: From the RadioBoss panel, check the URL at the top, your Server Url is like c999.radioboss.fm
- Compose your Radio Boss API Url like so:
https://SERVER_URL/api/info/STATION_ID?key=API_KEY
-
In your WordPress radio channel choose the server type RadioBoss.fm and paste the URL you just created. The URL must be like
https://c123/api/info/123?key=ABC123 - Click Update to publish the changes and check your website, now the titles will appear in the player
