Skip to content

Instantly share code, notes, and snippets.

@mbootsman
Last active December 18, 2025 19:34
Show Gist options
  • Select an option

  • Save mbootsman/7c3121eb315ff03b58c258a7faf7e083 to your computer and use it in GitHub Desktop.

Select an option

Save mbootsman/7c3121eb315ff03b58c258a7faf7e083 to your computer and use it in GitHub Desktop.
WordPress Block Pattern with three buttons
<!-- wp:group {
"metadata": {
"categories": [],
"patternName": "core/block/782",
"name": "Podcast links"
},
"align": "full",
"className": "is-style-section-2",
"style": {
"spacing": {
"padding": {
"top": "var:preset|spacing|60",
"bottom": "var:preset|spacing|60"
},
"blockGap": "var:preset|spacing|50",
"margin": {
"top": "var:preset|spacing|40",
"bottom": "var:preset|spacing|40"
}
}
},
"backgroundColor": "custom-cacao-brown",
"layout": {
"type": "default"
}
} -->
<div class="wp-block-group alignfull is-style-section-2 has-custom-cacao-brown-background-color has-background"
style="margin-top:var(--wp--preset--spacing--40); margin-bottom:var(--wp--preset--spacing--40); padding-top:var(--wp--preset--spacing--60); padding-bottom:var(--wp--preset--spacing--60)">
<!-- wp:heading {"textAlign":"center","align":"wide","fontSize":"x-large"} -->
<h2 class="wp-block-heading alignwide has-text-align-center has-x-large-font-size">Bekijk/beluister de podcast op</h2>
<!-- /wp:heading -->
<!-- wp:buttons {"align":"wide","fontSize":"medium","layout":{"type":"flex","justifyContent":"center","flexWrap":"wrap"}} -->
<div class="wp-block-buttons alignwide has-custom-font-size has-medium-font-size">
<!-- wp:button {"backgroundColor":"custom-button-blue","metadata":{"name":"YouTube","bindings":{"url":{"source":"acf/field","args":{"key":"youtube"}}}},"className":"btn-inline-icon is-style-fill","style":{"border":{"width":"0px","style":"none","radius":{"topLeft":"10px","topRight":"10px","bottomLeft":"10px","bottomRight":"10px"}}}} -->
<div class="wp-block-button btn-inline-icon is-style-fill">
<a class="wp-block-button__link has-custom-button-blue-background-color has-background wp-element-button"
style="border-style:none; border-width:0px; border-top-left-radius:10px; border-top-right-radius:10px; border-bottom-left-radius:10px; border-bottom-right-radius:10px"
target="_blank">
<img class="wp-image-785" style="width: 68px;" src="https://evendedraadkwijt.nl/wp-content/uploads/2025/07/youtube-icon.png" alt="YouTube Icon">YouTube
</a>
</div>
<!-- /wp:button -->
<!-- wp:button {"backgroundColor":"custom-button-blue","metadata":{"name":"Spotify","bindings":{"url":{"source":"acf/field","args":{"key":"spotify"}}}},"className":"btn-inline-icon","style":{"border":{"width":"0px","style":"none","radius":{"topLeft":"10px","topRight":"10px","bottomLeft":"10px","bottomRight":"10px"}}}} -->
<div class="wp-block-button btn-inline-icon">
<a class="wp-block-button__link has-custom-button-blue-background-color has-background wp-element-button"
style="border-style:none; border-width:0px; border-top-left-radius:10px; border-top-right-radius:10px; border-bottom-left-radius:10px; border-bottom-right-radius:10px"
target="_blank">
<img class="wp-image-786" style="width: 69px;" src="https://evendedraadkwijt.nl/wp-content/uploads/2025/07/spotify-icon.png" alt="Spotify Icon">Spotify
</a>
</div>
<!-- /wp:button -->
<!-- wp:button {"backgroundColor":"custom-button-blue","metadata":{"name":"Apple Podcasts","bindings":{"url":{"source":"acf/field","args":{"key":"apple_podcasts"}}}},"className":"btn-inline-icon","style":{"border":{"width":"0px","style":"none","radius":{"topLeft":"10px","topRight":"10px","bottomLeft":"10px","bottomRight":"10px"}}}} -->
<div class="wp-block-button btn-inline-icon">
<a class="wp-block-button__link has-custom-button-blue-background-color has-background wp-element-button"
style="border-style:none; border-width:0px; border-top-left-radius:10px; border-top-right-radius:10px; border-bottom-left-radius:10px; border-bottom-right-radius:10px"
target="_blank">
<img class="wp-image-787" style="width: 68px;" src="https://evendedraadkwijt.nl/wp-content/uploads/2025/07/apple-podcasts-icon.png" alt="Apple Podcasts icon">Apple Podcasts
</a>
</div>
<!-- /wp:button -->
</div>
<!-- /wp:buttons -->
</div>
<!-- /wp:group -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment