diff --git a/content/blog/10-30-22.md b/content/blog/10-30-22.md
index a6785d5..dfede71 100644
--- a/content/blog/10-30-22.md
+++ b/content/blog/10-30-22.md
@@ -83,7 +83,8 @@ In the latest version of the Cemu 2.0 experimental builds, support for Pretendo
If you haven't yet seen this video by Good Vibes Gaming, go check it out! I won't go anywhere...
-
+::md-iframe{video-id="Xtc9DJ6LYas"}
+::
All done? Welcome back! Yes, you aren't dreaming - Wii U Chat is finally here! The journey leading up to this point has been an adventurous one, so grab your popcorn as we go back to the beginning.
diff --git a/content/blog/11-14-21.md b/content/blog/11-14-21.md
index 86b6090..34886e5 100644
--- a/content/blog/11-14-21.md
+++ b/content/blog/11-14-21.md
@@ -33,19 +33,22 @@ Both Mario Kart 7 and Mario Kart 8 have started going online and can play matche

-
+::md-iframe{video-id="W974FEDIoAA"}
+::
## Hello YouTube!
An unintended side effect of working on Miiverse support in Mario Kart 8 was YouTube uploading being re-enabled! You can now upload race clips from Mario Kart 8 to YouTube again. Patrons who run the Miiverse patch can try this feature out right now
-
+::md-iframe{video-id="d3Bq7auupV0"}
+::
## Squid Game
Splatoon multiplayer battles now works! As of now only private friend battles have been tested, but they seem to be working without issue
-
+::md-iframe{video-id="d_qFnXrP7a4"}
+::
## Friendship is magic
diff --git a/content/blog/9-29-21.md b/content/blog/9-29-21.md
index c7e0d31..a542ca1 100644
--- a/content/blog/9-29-21.md
+++ b/content/blog/9-29-21.md
@@ -32,7 +32,8 @@ Juxt started out before I actually even joined the Pretendo Network development
From there we quickly realized that the scope of this project was going to be much larger than we though, and moved on to experimenting with the Miiverse Applet itself
-
+::md-iframe{video-id="d9VAr9sEvCo"}
+::
> Check out this ancient video of the first demo website that was running in the Miiverse Applet.
@@ -40,11 +41,13 @@ Shortly after this the project was absorbed into the Pretendo Network, and our f
2020 was a big year for Juxt, going from the simple api server before, to rapidly building out its web interface and features across both the 3DS and Wii u
-
+::md-iframe{video-id="NrfaOx5xcJY"}
+::
> First attempt at an interface for the 3DS
-
+::md-iframe{video-id="IXnJOacx_gE"}
+::
> Community page Demo on the Wii U
diff --git a/content/blog/_test.md b/content/blog/_test.md
index 78c9d3d..94114a1 100644
--- a/content/blog/_test.md
+++ b/content/blog/_test.md
@@ -126,9 +126,13 @@ console.log(trueOrFalseJSON);
Adapted from [blockquote: The Block Quotation element, from MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/blockquote)
-
+::md-iframe{video-id="djV11Xbc914"}
+::
-``````
+```
+::md-iframe{video-id="djV11Xbc914"}
+::
+```

diff --git a/src/components/MdIframe/MdIframe.vue b/src/components/MdIframe/MdIframe.vue
new file mode 100644
index 0000000..fe6d813
--- /dev/null
+++ b/src/components/MdIframe/MdIframe.vue
@@ -0,0 +1,17 @@
+
+
+
+
+
diff --git a/src/server/routes/blog/feed.xml.ts b/src/server/routes/blog/feed.xml.ts
index bb4244d..42085e5 100644
--- a/src/server/routes/blog/feed.xml.ts
+++ b/src/server/routes/blog/feed.xml.ts
@@ -24,7 +24,7 @@ export default defineEventHandler(async (event) => {
posts.forEach((post) => {
feed.addItem({
title: post.title,
- id: post.path,
+ id: post.path,
link: `https://pretendo.network${post.path}`,
description: post.caption,
author: [