When people click my beat link or share example: https://www.shonzybeatz.com/?tr=beat-1224716 it always point to first one in my beat store.
'
@Soundgine' ' @Codemaker' Any help ?
Regards,
Shonzy
When people click my beat link or share example: https://www.shonzybeatz.com/?tr=beat-1224716 it always point to first one in my beat store.
'
@Soundgine' ' @Codemaker' Any help ?
Regards,
Shonzy
'@Soundgine'' @Codemaker' I sent message to customer support as well 5 days ago, and still haven't received a reply.
Can you fix this ?
'@shonzybeatz' We are working on this issue. I can confirm that your player does not navigate to the shared beat. I tested some other accounts but all of them worked fine, and it's only happening on your account. So we are still testing, and hopefully it will be fixed within next 24 hours.
'@shonzybeatz' The shared beat playback issue has been resolved on your account. Please check.
Thanks.
'@Codemaker' how are you doing?
I'm afraid I have the same issue. Also, when you click a beat from most played! (beats on top of page) it points to the beat player, not to the beat, and it does not play.
Would you mind taking a look for us, please?
Thank you,
Spacedout Beats
'@spacedoutbeats '; I implemented the update on all accounts today, and it will be fine for you now, please test and confirm.
@Codemaker'' @spacedoutbeats '; I implemented the update on all accounts today, and it will be fine for you now, please test and confirm.
I have the same Issues in my player friend, i share the link and show my last beat uploaded.
works in my VUE website, before worked on my official website but not now.
works fine here: http://ibsenproducer.soundgine.com/?tr=beat-7871303
but it doesn't work here: https://ibsenproducer.com?tr=beat-7871303
Please you can check it my friend.
Thanks
'@Ibsenproducer '; Please add this script in <head> tag of your website:
You also need to add 'id' attribute to the Hydra iframe in your website. It will be:
Basically, when Hydra loads, it tries to read URL to detect if there is any shared track reference, but in modern browsers the iframe script is not allowed to read the url of parent, therefore it sends a message to parent which in result can check and send back the full url to the iframe, and the script above performs this role.
@Codemaker'' @Ibsenproducer '; Please add this script in <head> tag of your website:
<script src='https://soundgine.com/crossCom.js'></script>You also need to add 'id' attribute to the Hydra iframe in your website. It will be:
id="mymusic"Basically, when Hydra loads, it tries to read URL to detect if there is any shared track reference, but in modern browsers the iframe script is not allowed to read the url of parent, therefore it sends a message to parent which in result can check and send back the full url to the iframe, and the script above performs this role.
Oh Nice, I already setup it and is working perfectly.
Thanks' @Codemaker' (fire)