Bihar Board Whatsapp Group Links

bihar whatsapp group link
Bihar is one of the most beautiful and important states of India. This state has ...
Read more

Indian Whatsapp Group Links

Indian Whatsapp Group Links
If you are also an Indian citizen and want to connect with more and more ...
Read more

Delhi Whatsapp Group Links

Delhi Whatsapp Group Links
Hello friends, in today’s article I have brought delhi whatsapp group link with you. Delhi ...
Read more

Bengali Whatsapp Group Link

Bengali Whatsapp Group Link
You are also looking for a bengali whatsapp group link on the internet so that ...
Read more
document.addEventListener('DOMContentLoaded', function () { document.getElementById('generateButton').addEventListener('click', function () { const phone = document.getElementById('phone').value.trim(); const message = encodeURIComponent(document.getElementById('message').value.trim());if (phone) { const whatsappLink = `https://wa.me/${phone}${message ? `?text=${message}` : ''}`; document.getElementById('whatsappLink').href = whatsappLink; document.getElementById('whatsappLink').textContent = whatsappLink; document.getElementById('generatedLink').style.display = 'block';document.getElementById('shareButton').addEventListener('click', function () { window.open(whatsappLink, '_blank'); }); } else { alert('Please enter a valid phone number.'); } }); });