diff --git a/src/components/Post/Embed/StandardSiteEmbed/index.tsx b/src/components/Post/Embed/StandardSiteEmbed/index.tsx
index 5af033fe71..2b298b86af 100644
--- a/src/components/Post/Embed/StandardSiteEmbed/index.tsx
+++ b/src/components/Post/Embed/StandardSiteEmbed/index.tsx
@@ -214,24 +214,29 @@ export const StandardSiteEmbed = ({
)}
+
+ {!view.source && (
+
+
+
+
+
+
+ )}
-
-
-
- {view.source ? (
-
- ) : (
-
-
-
+ {view.source && (
+ <>
+
+
+ >
)}