Hello, I'm trying to embed the audio player (a playlist) in my website (not the Sonaar template but another one) using a shortcode. But it doesn't work.
Shortcode I am using is: [sonaar_audioplayer playlist="demos"][/sonaar_audioplayer]
On the website it says: "no Playlist Selected".
Can you please advice what the correct shortcode is?
Hello, I'm trying to embed the audio player (a playlist) in my website (not the Sonaar template but another one) using a shortcode. But it doesn't work.
Shortcode I am using is: [sonaar_audioplayer playlist="demos"][/sonaar_audioplayer]
On the website it says: "no Playlist Selected".
Can you please advice what the correct shortcode is?
I figured that [sonaar_audioplayer albums=”showreel”] would be the correct shortcode.
But now on the frontend it says "Playlist has been deleted. ID: ”showreel”"...
What am I doing wrong?
I re-checked my ID but even with the correct playlist ID the following shortcode doesn't work:
placing in [sonaar_audioplayer albums=”705”]
results in this on the frontend: Playlist has been deleted. ID: ”705
Hi Maxime,
I'm not sure how to post privately, unless I'm overlooking something
but in any case, I attached an image that shows it a bit better, or if I'm doing something wrong.
@Kjetil the issue you have is because on your post: https://d.pr/i/pH4IUN
Your shortcode is incorrect. You are using a french double quote. You must use english double quote.
Instead of using this:
[sonaar_audioplayer albums=”163″][/sonaar_audioplayer]
use this:
[sonaar_audioplayer albums="163"][/sonaar_audioplayer]
Thanks,
Max from the Sonaar.io Crew
That work, thanks!
(alt+34) in case anyone need it
good catch! That solved the issue for me as well!