diff --git a/index.php b/index.php index 926160f..a39da0d 100644 --- a/index.php +++ b/index.php @@ -3604,7 +3604,7 @@ $twitter_link = "https://twitter.com/"; function announceOnAir() { const currentSong = document.getElementById('track-title').innerText.trim(); const shareUrl = window.location.origin + window.location.pathname; - const text = `🔴 *¡ESTAMOS AL AIRE!* 🎙️📻\n\nSintoniza ahora *Lili Records Radio* para escuchar la mejor música en vivo.\n\n🎵 *Sonando:* ${currentSong}\n\n👉 *Escúchanos aquí:* ${shareUrl}\n\n¡Te esperamos! 💃🕺`; + const text = `🔴 *¡ESTAMOS AL AIRE!* 🎙️📻\n\nSintoniza ahora *Lili Records Radio* para escuchar la mejor música en vivo.\n\n🎵 *Sonando:* ${currentSong}\n\n👉 *Escúchanos aquí:* ${shareUrl}\n\n¡Te esperamos! 💃🕺\n\n#LiliRecords #RadioEnVivo #LaQueTeGusta`; const url = `https://wa.me/?text=${encodeURIComponent(text)}`; window.open(url, '_blank');