Comments jaskaran started the conversationAugust 3, 2023 at 7:20pmHi! Is that possible to copy or create url at current time like we do in Youtube etc For example with parameter/query string like below : www.example.com/post-name?t=1971 Please suggest. Thanks! 665Alexandre repliedAugust 3, 2023 at 9:45pmHi, Yes, you can use smothing like:www.example.com/post-name?ts_post_id=3766&ts_time=01:00ts_post_id: is the playlist post idor you can alos use thefunction srp_setPlayerParamUrl() in the browser console to receive the url. But be aware browsers dont allow audio autoplay, so even if the url set the player to the right time, the user have to click on play to start the track.Thanks, Alexandre from the Sonaar.io Crew1 Like jaskaran replied privately 1,114Max repliedAugust 18, 2023 at 4:21pmSee this article: https://sonaar.io/docs/using-javascript-api/Thanks, Max from the Sonaar.io Crew jaskaran repliedAugust 18, 2023 at 5:03pmThank you ! jaskaran replied privately 1,114Max repliedAugust 18, 2023 at 5:38pmYes, its the same thing as long as its a post id.playlist post id, product post id, blog post id is still a post id.have you tried it ?Thanks, Max from the Sonaar.io Crew jaskaran repliedAugust 18, 2023 at 7:09pmGreat thanks! Sign in to reply ...
Hi!
Is that possible to copy or create url at current time like we do in Youtube etc
For example with parameter/query string like below :
www.example.com/post-name?t=1971
Please suggest.
Thanks!
Hi,
Yes, you can use smothing like:
www.example.com/post-name?ts_post_id=3766&ts_time=01:00
ts_post_id: is the playlist post id
or you can alos use thefunction
srp_setPlayerParamUrl() in the browser console to receive the url.
But be aware browsers dont allow audio autoplay, so even if the url set the player to the right time, the user have to click on play to start the track.
Thanks,
Alexandre from the Sonaar.io Crew
See this article: https://sonaar.io/docs/using-javascript-api/
Thanks,
Max from the Sonaar.io Crew
Thank you !
Yes, its the same thing as long as its a post id.
playlist post id, product post id, blog post id is still a post id.
have you tried it ?
Thanks,
Max from the Sonaar.io Crew
Great thanks!