SaskiaB
November 27, 2021, 10:54am
1
Hi,
is it possible to integrate chapter marks into a podcast episode displayed via Podlove Web Player (on Wordpress Gutenberg) without using the Publisher? I’ve looked at the player block and can’t find a field for doing so but maybe I’m missing something?
Thanks!
Hey,
sorry for the late response This is currently not implemented. Feel free to open an issue (GitHub - podlove/podlove-web-player-wp-plugin: WordPress plugin integrating the Podlove Web Player ) so we can see if others also need this feature and can vote this up
1 Like
sky
November 30, 2021, 6:09am
3
If you have a working chapter file in json format you can simply use this tag in the webplayer block for wordpress.
chapters=“https://yourdomain/folder/chapter.json ”
I let auphonic generate my chapter files.
SaskiaB
December 13, 2021, 8:45pm
4
Hi, thanks a lot! I’m feeling a bit dumb but where would I put this exactly? Attached a pic of how the block displays for me.
sky
December 15, 2021, 12:21pm
5
You can use a shortcode i.e. Wordpress.
[podlove-web-player title=“Podlove Web Player” show=“Podlovers” poster=“https://docs.podlove.org/assets/web-player/episode.png ” src=“https://files.podlovers.org/LOV003.mp3 ”
chapters=“https://yourdomain/folder/chapter.json”
size=“76976929” duration=“01:31:18.610”]
SaskiaB
December 15, 2021, 1:19pm
6
Ah, thanks! I didn’t know you could use shortcode like that without a post id.