From cc9102bf3cc4d56d8f46636730004a9116b623ef Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 4 Sep 2025 14:54:05 +0000 Subject: [PATCH] Update social sharing images with new branding and website URL Update the SVG templates for social media sharing images to reflect the FOLX.TV rebranding. This includes changing the company name from "go4.video" to "FOLX.TV", updating the website URL in text elements to "video.folx.tv", and modifying the gradient colors used in the background of these images. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 946a0075-7e32-454b-b348-9e7f576d7f45 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/946a0075-7e32-454b-b348-9e7f576d7f45/ZQfqCPf --- server/routes.ts | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/server/routes.ts b/server/routes.ts index 43ff0c4..c53a568 100644 --- a/server/routes.ts +++ b/server/routes.ts @@ -716,7 +716,7 @@ export async function registerRoutes(app: Express): Promise { - go4.video + FOLX.TV Professional Video Streaming Platform @@ -744,11 +744,11 @@ export async function registerRoutes(app: Express): Promise { const svg = ` - - - - - + + + + + @@ -767,7 +767,9 @@ export async function registerRoutes(app: Express): Promise { - go4.video + FOLX.TV + video.folx.tv + Amazing Content • Premium Streaming Platform `; const buffer = await sharp(Buffer.from(svg)) @@ -931,10 +933,10 @@ export async function registerRoutes(app: Express): Promise { ${video.title.length > 35 ? video.title.substring(0, 32) + '...' : video.title} - ${video.description && video.description.length > 60 ? video.description.substring(0, 57) + '...' : video.description || 'Watch this video on go4.video'} + ${video.description && video.description.length > 60 ? video.description.substring(0, 57) + '...' : video.description || 'Watch this video on video.folx.tv'} - go4.video + FOLX.TV Professional Video Streaming Platform @@ -1282,7 +1284,7 @@ export async function registerRoutes(app: Express): Promise { app.get('/sitemap.xml', async (req, res) => { try { const videos = await storage.getVideos(1, 1000); // Get all videos - const baseUrl = 'https://go4.video'; + const baseUrl = 'https://video.folx.tv'; let sitemap = `