diff --git a/index.php b/index.php index 32210d1..7aec29d 100644 --- a/index.php +++ b/index.php @@ -26,6 +26,13 @@ $promoImage = "assets/pasted-20260130-234122-115a4b49.png"; $qrImage = "assets/pasted-20260131-000858-4fff58f0.jpg"; $logoImage = "assets/pasted-20260131-002028-7985dfae.png"; +// Social Share URLs +$currentUrl = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; +$shareText = urlencode("Escuchando Lili Records Radio! 🎙️ La mejor música en vivo. #LiliRecords #RadioEnVivo #Musica2026"); +$fbShare = "https://www.facebook.com/sharer/sharer.php?u=" . urlencode($currentUrl); +$xShare = "https://twitter.com/intent/tweet?text=$shareText&url=" . urlencode($currentUrl); +$waShare = "https://api.whatsapp.com/send?text=$shareText%20" . urlencode($currentUrl); + // Fetch latest requests $requests = []; try { @@ -296,7 +303,7 @@ try { transform: scale(1.15); } - .admin-stats-box { + .stats-box { background: var(--glass-bg); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); @@ -406,6 +413,58 @@ try { .qr-container:hover { transform: scale(1.1); } + + .social-share-row { + position: relative; + z-index: 2; + display: flex; + justify-content: center; + gap: 15px; + margin-top: 20px; + } + + .share-btn { + width: 35px; + height: 35px; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + color: #fff; + font-size: 0.9rem; + transition: all 0.3s ease; + text-decoration: none; + border: 1px solid rgba(255,255,255,0.1); + } + + .share-btn:hover { + transform: translateY(-3px) scale(1.1); + color: #fff; + } + + .btn-fb { background: #3b5998; } + .btn-x { background: #000; } + .btn-wa-share { background: #25d366; } + + .schedule-item { + background: rgba(255,255,255,0.03); + border: 1px solid var(--glass-border); + border-radius: 20px; + padding: 1.2rem; + transition: all 0.3s ease; + } + .schedule-item:hover { + background: rgba(255,255,255,0.06); + transform: translateY(-5px); + } + + .artists-card { + background: linear-gradient(135deg, rgba(255,45,85,0.15) 0%, rgba(0,0,0,0.6) 100%); + border: 1px solid rgba(255,45,85,0.3); + border-radius: 35px; + padding: 2.5rem; + text-align: center; + }
@@ -436,18 +495,31 @@ try { + + - -Estadísticas en tiempo real
08:00 - 10:00
Mañana Musical
14:00 - 16:00
Tarde de Éxitos
18:00 - 22:00
Party Mix Live 🎧
10:00 - 14:00
Top 40 Lili Records
¿Eres artista local y quieres que tu música suene en Lili Records Radio? Queremos apoyarte.
+ +© 2026 Lili Record´s Radio. Música que conecta.
@@ -571,7 +679,8 @@ try { - + + " class="whatsapp-btn" title="Envía tu dedicatoria por WhatsApp">
= $isAdmin ? 'Mensajes de Oyentes' : '¡Envía tu mensaje!' ?>
-= $isAdmin ? 'Peticiones en tiempo real' : 'Pide una canción o envía un saludo al aire.' ?>
+= $isAdmin ? 'Mensajes de Oyentes' : '¡Envía tu dedicatoria!' ?>
+= $isAdmin ? 'Peticiones en tiempo real' : 'Pide una canción, envía un saludo o una dedicatoria.' ?>