Promote Your Music & Advertise with ZedBat
Want to get your music heard by a wider audience? Looking to advertise your business or brand on ZedBat? We offer top-notch music promotion and advertising services to help you reach your target audience effectively.
Our Promotion & Advertising Services
- Music Upload & Promotion
- Social Media Campaigns
- Banner & Sponsored Posts
- Radio & Online Ads
- Custom Promotional Packages
Contact Us for Promotion & Ads Send via Email Send via WhatsApp
.promote-container { max-width: 700px; margin: auto; padding: 20px; text-align: left; line-height: 1.6; font-family: Arial, sans-serif; } h2, h3 { color: #333; } ul { margin-left: 20px; } ul li { margin-bottom: 5px; } input, textarea { width: 100%; padding: 10px; margin: 5px 0; border: 1px solid #ccc; border-radius: 5px; } .send-buttons { display: flex; justify-content: space-between; margin-top: 10px; } .send-buttons .btn { flex: 1; margin: 5px; padding: 10px; font-weight: bold; color: white; border: none; cursor: pointer; border-radius: 5px; } .send-email { background: darkblue; } .send-whatsapp { background: green; }
.contact-buttons { margin-top: 15px; display: flex; justify-content: space-between; } .contact-buttons .btn { flex: 1; margin: 5px; padding: 12px; font-weight: bold; color: white; text-align: center; text-decoration: none; border-radius: 5px; } .whatsapp { background: green; } .call { background: blue; }
function sendEmail() { let name = document.getElementById('name').value; let email = document.getElementById('email').value; let service = document.getElementById('service').value; let message = document.getElementById('message').value;
window.location.href = `mailto:info@zedbat.net?subject=Promotion Inquiry from ${name}&body=Service: ${service}%0A${message}%0A%0AFrom: ${email}`; }
function sendWhatsApp() { let name = document.getElementById('name').value; let service = document.getElementById('service').value; let message = document.getElementById('message').value; let whatsappMessage = `Hello, my name is ${name}. %0AI am interested in: ${service}.%0A%0A${message}`; window.open(`https://wa.me/260767792607?text=${whatsappMessage}`, '_blank'); }


