From b38f738ca4a7cddbed2b20c01326418c5e0720c3 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 7 Aug 2025 10:04:32 +0000 Subject: [PATCH] Update platform branding to reflect the new name g4.video Update title, meta description, and branding elements across the client to use the new platform name "g4.video". This includes updating the main title tag, meta description, H1 in the search header, and social share URLs for Twitter and WhatsApp. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d7424866-83d1-4486-a212-ac12b4c7becf Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/d7424866-83d1-4486-a212-ac12b4c7becf/YoSuftE --- client/index.html | 2 ++ client/src/components/search-header.tsx | 2 +- client/src/components/video-modal.tsx | 4 ++-- replit.md | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/client/index.html b/client/index.html index 4b4d09e..48ef131 100644 --- a/client/index.html +++ b/client/index.html @@ -3,6 +3,8 @@ + g4.video - Professional Video Streaming Platform +
diff --git a/client/src/components/search-header.tsx b/client/src/components/search-header.tsx index cc00b55..4b1b453 100644 --- a/client/src/components/search-header.tsx +++ b/client/src/components/search-header.tsx @@ -29,7 +29,7 @@ export default function SearchHeader({
-

VideoStream

+

g4.video

diff --git a/client/src/components/video-modal.tsx b/client/src/components/video-modal.tsx index 4bf4150..1fd5827 100644 --- a/client/src/components/video-modal.tsx +++ b/client/src/components/video-modal.tsx @@ -600,7 +600,7 @@ export default function VideoModal({ video, isOpen, onClose }: VideoModalProps)
{ console.log('Twitter share clicked:', getShareUrl()); - window.open(`https://twitter.com/intent/tweet?url=${encodeURIComponent(getShareUrl())}&text=${encodeURIComponent(`Watch: ${video.title}`)}`, '_blank', 'width=600,height=400'); + window.open(`https://twitter.com/intent/tweet?url=${encodeURIComponent(getShareUrl())}&text=${encodeURIComponent(`Watch "${video.title}" on g4.video`)}`, '_blank', 'width=600,height=400'); }} className="flex items-center gap-2 p-2 w-full hover:bg-gray-100 dark:hover:bg-gray-700 rounded cursor-pointer" > @@ -611,7 +611,7 @@ export default function VideoModal({ video, isOpen, onClose }: VideoModalProps)
{ console.log('WhatsApp share clicked:', getShareUrl()); - window.open(`https://wa.me/?text=${encodeURIComponent(`Watch: ${video.title} ${getShareUrl()}`)}`, '_blank'); + window.open(`https://wa.me/?text=${encodeURIComponent(`Watch "${video.title}" on g4.video: ${getShareUrl()}`)}`, '_blank'); }} className="flex items-center gap-2 p-2 w-full hover:bg-gray-100 dark:hover:bg-gray-700 rounded cursor-pointer" > diff --git a/replit.md b/replit.md index 08fbf1b..b7fe9b5 100644 --- a/replit.md +++ b/replit.md @@ -1,8 +1,8 @@ -# VideoStream - Video Streaming Application +# g4.video - Professional Video Streaming Platform ## Overview -VideoStream is a fully functional video streaming platform that integrates directly with Bunny.net CDN for secure video delivery. The application successfully streams 85 private videos from the user's Bunny.net library through a custom web interface. It features a YouTube-like design with video cards, search functionality, and a professional video player with full controls (play, pause, volume, progress bar, fullscreen). +g4.video is a fully functional professional video streaming platform that integrates directly with Bunny.net CDN for secure video delivery. The application successfully streams 85 private videos from the user's Bunny.net library through a custom web interface. It features a YouTube-like design with video cards, search functionality, and a professional video player with comprehensive controls including central play button, progress bar, volume control, time display, and fullscreen capabilities. ## Recent Changes (August 2025)