) // ============================================================================ 'youtube_showcase' => [ // REQUIRED: Your YouTube Data API v3 key // Get it from: https://console.developers.google.com/ 'api_key' => 'AIzaSyAqwMrctKyfKR0RDx6o7U5OnXzNPS9gaZk', // REQUIRED: Your YouTube playlist ID // Find it in URL: youtube.com/playlist?list=YOUR_PLAYLIST_ID // ⚠️ Playlist must be Public or Unlisted (not Private) 'playlist_id' => 'PL5n0Oq9QW8zXTiLapnYkqnAy7Ocjghz0F', // REQUIRED: Your YouTube channel URL 'channel_url' => 'https://www.youtube.com/@LogicDreams-f9q', // OPTIONAL: Number of videos to display (default: 4) 'max_results' => 4, // OPTIONAL: Cache duration in seconds (default: 3600 = 1 hour) // Recommended: 1800 (30min) to 7200 (2hrs) 'cache_duration' => 3600, // OPTIONAL: Theme customization 'theme' => [ 'primary_color' => '#8a2be2', // Play button color 'secondary_color' => '#ff1493', // Gradient color 'background_opacity' => 0.8 // Container opacity (0-1) ] ],
Warning: Cannot modify header information - headers already sent by (output started at /home/onlinegames/public_html/config.php:31) in /home/onlinegames/public_html/index.php on line 131