// ============================================================================ // YouTube Video Showcase Configuration // ============================================================================ return [ 'youtube_showcase' => [ // YouTube Data API v3 Key // Get it from: https://console.developers.google.com/ 'api_key' => 'AIzaSyAqwMrctkyfKR0RDx6o7U5OnXzNPS9gaZk', // YouTube Playlist ID // Find it in your playlist URL: youtube.com/playlist?list=PLAYLIST_ID_HERE 'playlist_id' => 'PL5n0Oq9QW8zXTiLapnYkqnAy7Ocjghz0f', // Your YouTube Channel URL // Example: https://www.youtube.com/@YourChannelName 'channel_url' => 'https://www.youtube.com/@LogicDreams-f9q', // Number of videos to display (keep at 4 for this layout) 'max_results' => 4, // Cache duration in seconds (3600 = 1 hour) // This reduces API calls and improves performance 'cache_duration' => 3600, // Theme customization 'theme' => [ 'primary_color' => '#8a2be2', // Purple 'secondary_color' => '#ff1493', // Pink 'background_opacity' => 0.8 ] ], ];
Warning: Cannot modify header information - headers already sent by (output started at /home/onlinegames/public_html/config.php:27) in /home/onlinegames/public_html/index.php on line 131