Skip to content

Commit eeccabe

Browse files
committed
add embed shortcodes to tweet links
1 parent 514cd9f commit eeccabe

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

content/blog/2024-04-30.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ The Weekend 1 content update is now available! The first update of the new retur
1515
Play on Newgrounds: https://newgrounds.com/portal/view/770371
1616
Play on Itch: https://ninja-muffin24.itch.io/funkin
1717

18-
Check out the FNF Developers on X "the everything app": https://x.com/FNF_Developers/status/1785472037550465042
18+
Check out the FNF Developers on X "the everything app":
19+
{{twitter(tweet="https://x.com/FNF_Developers/status/1785472037550465042")}}
20+

content/blog/2024-06-06.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ The Pit Stop content update is now available! Two new Erect remixes, additional
1515
Play on Newgrounds: https://newgrounds.com/portal/view/770371
1616
Play on Itch: https://ninja-muffin24.itch.io/funkin
1717

18-
Check out the FNF Developers on X the "blaze your glory!" app: https://x.com/FNF_Developers/status/1798910382083633618
18+
Check out the FNF Developers on X the "blaze your glory!" app:
19+
20+
{{twitter(tweet="https://x.com/FNF_Developers/status/1798910382083633618")}}

content/blog/2024-08-31.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ Watch the teaser for the upcoming update!
1010
<video src="/img/2024-08-31/update-teaser-playable-pico.mp4" controls="controls">
1111
</video>
1212

13-
Check out the FNF Developers on X the "formerly Twitter" app: https://x.com/FNF_Developers/status/1830011428700397848
13+
Check out the FNF Developers on X the "formerly Twitter" app:
14+
15+
{{twitter(tweet="https://x.com/FNF_Developers/status/1830011428700397848")}}

content/blog/2024-09-12.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ The Pit Stop content update is now available! New character select menu featurin
1515
Play on Newgrounds: https://newgrounds.com/portal/view/770371
1616
Play on Itch: https://ninja-muffin24.itch.io/funkin
1717

18-
Check out the FNF Developers on X the 'Unicode Character “𝕏” (U+1D54F)' app: https://x.com/FNF_Developers/status/1830011428700397848
18+
Check out the FNF Developers on X the 'Unicode Character “𝕏” (U+1D54F)' app:
19+
{{twitter(tweet="https://x.com/FNF_Developers/status/1830011428700397848")}}

content/blog/2025-03-14.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Watch the teaser for the upcoming update!
1212

1313
Check out the FNF Developers on X.com :
1414

15-
https://x.com/FNF_Developers/status/1900675154990297388
15+
{{twitter(tweet="https://x.com/FNF_Developers/status/1900675154990297388")}}
16+

templates/shortcodes/twitter.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
{{ data.html | safe }}
44
{% else %}
55
Cannot find tweet!
6-
{% endif %}
6+
{% endif %}

0 commit comments

Comments
 (0)