From faed7a9b62c2bc2532de8077724bd4c2ae9bb0e2 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sun, 31 Aug 2025 21:02:16 +0000 Subject: [PATCH] Update social media sharing with video details and improved thumbnails Update server-side rendering to correctly inject Open Graph and Twitter card metadata, including dynamic video titles, descriptions, and optimized thumbnail URLs for social media sharing. Replit-Commit-Author: Agent Replit-Commit-Session-Id: ab9cd02a-d0b2-4288-9ceb-1964d0059648 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/ab9cd02a-d0b2-4288-9ceb-1964d0059648/xVB32z7 --- server/index.ts | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/server/index.ts b/server/index.ts index 85724cd..61d48cb 100644 --- a/server/index.ts +++ b/server/index.ts @@ -99,21 +99,27 @@ app.use((req, res, next) => { ` - - - - - - - - - - - `; + `; template = template.replace('', `${additionalMeta}\n`);