Descrizione
👉 1 mese di promozione Spotify con circa 2.000 streaming garantiti nella playlist dedicata “Halloween in Musica”.
👉 2 settimane di rotazione radiofonica nel circuito On Air, per dare visibilità al tuo brano anche in FM e web radio, con classifiche settimanali.
👉 Un’intervista su blog musicale per raccontare la tua storia e far conoscere meglio il tuo progetto artistico.
💸 Prezzo speciale: 52 euro
💳 Pagabile comodamente in 3 rate con Klarna o Paypal paga in 3 rate.
PRENOTA ENTRO E NON OLTRE IL 31 OTTOBRE ALLE 17.
NB: massimo 4 ordini per artista e/o etichetta.
Perfetta per artisti emergenti che vogliono farsi notare con una promo breve, efficace e divertente!
Materiale da inviare a info@desacomunicazioni.eu
brano in wav
crediti brano ( autore, compositore, editore, etichetta)
copertina brano
breve descrizione brano
biografia
link spotify brano
🎃 Iscrizione Promo Halloween 🎵
// === Superclassifica Halloween Form === //
function promo_halloween_form_shortcode() {
ob_start(); ?>
🎃 Iscrizione Promo Halloween 🎵
\r\n”;
$headers .= “Content-Type: multipart/mixed; boundary=$boundary\r\n\r\n”;
$body = “–$boundary\r\n”;
$body .= “Content-Type: text/plain; charset=UTF-8\r\n”;
$body .= “Content-Transfer-Encoding: 7bit\r\n\r\n”;
$body .= $message . “\r\n”;
$body .= “–$boundary\r\n”;
$body .= “Content-Type: $file_type; name=\”$file_name\”\r\n”;
$body .= “Content-Disposition: attachment; filename=\”$file_name\”\r\n”;
$body .= “Content-Transfer-Encoding: base64\r\n\r\n”;
$body .= $encoded_content . “\r\n”;
$body .= “–$boundary–“;
wp_mail($to, $subject, $body, $headers);
echo “
✅ Iscrizione inviata con successo!
“;
} else {
echo “
⚠️ Errore: carica un file valido.
“;
}
}
return ob_get_clean();
}
add_shortcode(‘promo_halloween_form’, ‘promo_halloween_form_shortcode’);