- Any web server for which you control the .htaccess and CORS policy (have root access)
I notice it says this and I have my own service that provides an URL but what do I need to do with regards to htaccess and cors and root access to make it play?
also: how do i make the player appear at the bottom of all pages throughout the site regardless of what page they are on and have it persist? i am also using multisite so part of the site is on a subdomain thanks
Since every server is a bit different to setup, I recommend to check with your server provider on how to add CORS header to your server properly.
To load a sticky player on every page load, go to WP-Admin > MP3 Player > Settings and select which playlist to load when your page loads. If you want the player to play persistent, don't forget to enable continuous player. see screenshot https://d.pr/i/Qmf1Lv
- Any web server for which you control the .htaccess and CORS policy (have root access)
I notice it says this and I have my own service that provides an URL but what do I need to do with regards to htaccess and cors and root access to make it play?
also: how do i make the player appear at the bottom of all pages throughout the site regardless of what page they are on and have it persist? i am also using multisite so part of the site is on a subdomain thanks
Hi,
This is only required if the player is not working on your site..
You need to add Access control allow origin to your media server under the cors header. more info here https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin
Since every server is a bit different to setup, I recommend to check with your server provider on how to add CORS header to your server properly.
To load a sticky player on every page load, go to WP-Admin > MP3 Player > Settings and select which playlist to load when your page loads. If you want the player to play persistent, don't forget to enable continuous player. see screenshot https://d.pr/i/Qmf1Lv
Thanks,
Max from the Sonaar.io Crew