Start Web Player with opened info tab

Hi there,

is there a way to embed the web player with a special tab (i.e. the info tab) opened? Are there any options I append to the {{ episode.player }} statement in a template?

Best,
David

You can have the chapters visible on load via the setting in
"Poldlove>Podcast-Settings>Player>Chapters Visibility" -
but there is no option for the Infos though.

IMHO it would be nice to be able to pass params to the PWP like in
{{ episode.player( {summaryVisible:true} ) }}
but {{ episode.player({context: ‘landing-page’}) }}
seems to be the only one supported yet.
(see http://docs.podlove.org/podlove-publisher/reference/template-tags.html#episode)

hth! weHe

1 Like

+1… I am using a template to display the player on a specific page and would like the chapter markers to be hidden in that case.