@jill Did you make sure you have Theme Support for 'responsive-embeds', it can sometimes be the cause.
```
// Add support for responsive embedded content.
add_theme_support( 'responsive-embeds' );```
Lead Developer using PHP, most often that's Symfony and WordPress (Bedrock, Timber + LumberJack)
Owner of a Brown Zune and a Black Schnauzer
| Developer of | PHP Web Applications |
| Resident | UK and Ireland |
| Working at | Zesty |
@jill Did you make sure you have Theme Support for 'responsive-embeds', it can sometimes be the cause.
```
// Add support for responsive embedded content.
add_theme_support( 'responsive-embeds' );```
This is cool - Watching a big tech CEO use their own product and see them occasionally struggle. A brave and honest move from a product owner.
Really nice attention to Accessibility detail by Jessica from greyd agency.
https://www.youtube.com/live/BzduYKuZAIg?si=TC1jglc16d3KxurX
Why I've been away.
TL;DR: my husband almost died.
I'm still processing what happened. I'll be back soon.
It's that time of year again.. predict the scores and realise I know less than I think about sports.
Play along it's free to play
@Edent ah sorry we'll, I suppose you could still just use a standard wordpress hook, probably `save_post` would suit your use case. pass the content through that add some extra check so you only process certain post types etc.
@genebean Any Podcast Player plugin will do what you want. There are lots of options to choose from on the wordpress plugins list - newer ones have gid Gutenberg block support.
https://wordpress.org/plugins/podcast-player/ gets a lot of uses.
List of other options: https://wordpress.org/plugins/search/podcast+player/
Check out a few find one that's kept up to date by the developer and look at screenshost for one that looks OK with minimal config tweaks.