Skip to content

Commit

Permalink
Updating automated post to new Spotify embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpopovich committed Apr 21, 2024
1 parent 987bf09 commit 694fa2c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tools/post_ending_youtube.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
## TODO: Add Heading Here
TODO: Add text here

 

TODO: Add spotify link here (if applicable)
<div style="text-align:center">
<iframe
src="https://open.spotify.com/embed/track/29gVTYMqXVV47mrY4qkm4b"
width="300" height="380" frameborder="0"
allowtransparency="true"
allow="encrypted-media">
style="border-radius:12px"
src="https://open.spotify.com/embed/track/5fEThMYHHyoohPxqsCvz1l?utm_source=generator"
width="80%" height="352" frameBorder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div>

14 changes: 14 additions & 0 deletions tools/post_title.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,17 @@ mermaid: false # Diagram generation tool via ```mermaid [...]```

## TODO: Add Heading Here
TODO: Add text here

&nbsp;

TODO: Add spotify link here (if applicable)
<div style="text-align:center">
<iframe
style="border-radius:12px"
src="https://open.spotify.com/embed/track/5fEThMYHHyoohPxqsCvz1l?utm_source=generator"
width="80%" height="352" frameBorder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div>

0 comments on commit 694fa2c

Please sign in to comment.