Skip to content

Commit

Permalink
feat: add applepodcasts shortcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesericdavidson committed Feb 1, 2025
1 parent 6a9bed2 commit 216c8a6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/jibberjabberwithjim.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Up to four episodes a month. Available on [Spotify](https://open.spotify.com/sho

{{< spotify 5cQuh13KzwYBmE02MWhlhj >}}

{{< applepodcasts interview-with-brian-jepson-sinatralennon-jibber 1000687758516 >}}

{{< youtube id=IcaLpb1wLKg loading=lazy >}}

## Hear It First on Swing with Jim {#swingwithjim}
Expand Down
8 changes: 8 additions & 0 deletions content/testimonials.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Praise for the [Jibber Jabber with Jim](/jibberjabberwithjim/) podcast.
{{< spotify 4RMX6BrcZBhN4dQYMzMmNf >}}

{{< applepodcasts interview-with-sean-tilson-jibber-jabber-with-jim-episode-2 1000687758567 >}}

{{< youtube id=nlXkMwipTmg loading=lazy >}}

## Selina Wells
Expand All @@ -39,6 +41,8 @@ Praise for the [Jibber Jabber with Jim](/jibberjabberwithjim/) podcast.
{{< spotify 1yCjFAz3fSS1cRJNTmpmg6 >}}

{{< applepodcasts interview-with-selina-wells-jibber-jabber-with-jim 1000687758422 >}}

{{< youtube id=p5hlr1TacBI loading=lazy >}}

## Leo Carr (Director, Study Dog) {#leo-carr}
Expand All @@ -51,6 +55,8 @@ Praise for the [Jibber Jabber with Jim](/jibberjabberwithjim/) podcast.
{{< spotify 02FJGX2ntLtM5YyKFNiRWr >}}

{{< applepodcasts interview-with-leo-carr-study-dog-jibber-jabber-with 1000687758640 >}}

{{< youtube id=6ferLH7L6mQ loading=lazy >}}

## Phil Poole (Frontman, Doomsday Outlaw) {#phil-poole}
Expand All @@ -59,6 +65,8 @@ Praise for the [Jibber Jabber with Jim](/jibberjabberwithjim/) podcast.
{{< spotify 6VTTOdcWNLESsJjY7jece1 >}}

{{< applepodcasts interview-with-phil-poole-doomsday-outlaw-jibber 1000687758549 >}}

{{< youtube id=Nxx1XQ3SIZo loading=lazy >}}

### Ellie Wild
Expand Down
12 changes: 12 additions & 0 deletions layouts/shortcodes/applepodcasts.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<iframe
title="Apple Podcasts"
allow="autoplay *; encrypted-media *; fullscreen *; clipboard-write"
frameborder="0"
height="175"
style="width: 100%; max-width: 660px; overflow: hidden;
border-radius: 10px;"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts
allow-storage-access-by-user-activation
allow-top-navigation-by-user-activation"
src="https://embed.podcasts.apple.com/us/podcast/{{ .Get 0 }}/id1793881233?i={{ .Get 1 }}">
</iframe>

0 comments on commit 216c8a6

Please sign in to comment.