Okay
  Public Ticket #3123580
Embedding episode
Closed

Comments

  • Esther started the conversation

    Hi there, 

    Is it possible to place a link to a specific part of a podcast episode on social media? So for instance, minute 20-25? 

    Best regards,

    Esther

  •  646
    Alexandre replied

    Hi,

    This option is not developped but if you have some basic JavaScript knowledge you can add this custom JS function 

    function sr_timeStamp(ts){ //ts = time stamp in second
    ts_decimal = ts / IRON.sonaar.player.mediaPlayer.getDuration()
    IRON.sonaar.player.skip(ts_decimal);
    }

    And execute the function through a button/link ( sr_timeStamp('1200'); ) 

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Esther replied

    Thank you. I will try to figure it out!

  •  646
    Alexandre replied

    You are welcome

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Esther replied

    Dear Alexandre,

    I’m trying to figure it out but it doesn’t work. 

    Would you be so kind to help me with the first one? I’m sure I can do it for the rest!

    I want to embed this episode: 

    https://www.buzzsprout.com/1869670/11324731

    When I click on ‘embed this one episode, buzzsprout gives me this embed link: 

    9983292788.png

       


    I would like it to start playing from minute 39.08

    Would you be able to add the starting time into the code?

    Many thanks for helping out!

    Esther


  •  646
    Alexandre replied

    Hi Esther, 

    The code I gave doenst start any track. It make the sticky player goes to the indicated time location whatever which track is playing. If you want more assistance for this custom work, please purchase one hour of custom work service. https://sonaar.io/service/website-customization-service/ 

    Thanks,


    Alexandre from the Sonaar.io Crew