diff --git a/src/components/shortcodes/FediStatuses.astro b/src/components/shortcodes/FediStatuses.astro
new file mode 100644
index 0000000..e5618f4
--- /dev/null
+++ b/src/components/shortcodes/FediStatuses.astro
@@ -0,0 +1,623 @@
+---
+
+---
+{/* WIP: a Fediverse Statuses Component*/}}
+{/* mainly made for Hugo, src code https://github.com/BlockG-ws/hugo-theme-laboratory/blob/master/layouts/_default/statuses.html */}
+{/* reworked some parts to make it work in astro */}}
+
My Status
+
+
+
\ No newline at end of file
diff --git a/src/content/pages/test.mdx b/src/content/pages/test.mdx
index 2f6b370..f2df1b8 100644
--- a/src/content/pages/test.mdx
+++ b/src/content/pages/test.mdx
@@ -3,7 +3,9 @@ title: 'Test Page'
description: 'This is a test page'
---
import BlogRoll from "../../components/shortcodes/BlogRoll.astro"
+import FediStatuses from "../../components/shortcodes/FediStatuses.astro"
testestestest
-
\ No newline at end of file
+
+
\ No newline at end of file