Auto commit: 2026-02-18T22:51:39.901Z
This commit is contained in:
parent
a3ff3a515e
commit
9778f4d4ad
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user