क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

IRE W vs NZ W: दो हार के बाद न्यूजीलैंड ने खोला जीत का खाता, आयरलैंड को 4 रन से हराया; ग्रुप-दो में क्या बदला?

On: जून 20, 2026 3:28 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

महिला टी20 विश्व कप 2026 में न्यूजीलैंड ने रोमांचक मुकाबले में आयरलैंड को चार रन से हराकर टूर्नामेंट में अपनी पहली जीत दर्ज की।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

महिला टी20 विश्व कप- जीत की हैट्रिक लगाने उतरेगी ऑस्ट्रेलिया: नीदरलैंड से मुकाबला; पाकिस्तान लगातार 2 मैच हार चुका है, बांग्लादेश से आज भिड़ंत

red and white modern breaking news youtube thumbnail

MX Player के पूर्व कंटेंट चीफ गौतम तलवार का निधन:जयपुर दुनिया के 20 सर्वश्रेष्ठ कला और सांस्कृतिक शहरों में शामिल, 20 जून के करेंट अफेयर्स

red and white modern breaking news youtube thumbnail

जरूरी खबर- हेल्थ ऐप्स भरोसेमंद नहीं: इन कामों के लिए इस्तेमाल न करें, इसके डेटा को सच न मानें, इस्तेमाल करते समय 12 सावधानियां बरतें

red and white modern breaking news youtube thumbnail

भारत बनाम अफगानिस्तान तीसरा वनडे आज: क्लीन स्वीप के इरादे से उतरेगी टीम इंडिया, चेन्नई में 55% बारिश की आशंका

red and white modern breaking news youtube thumbnail

आपका पैसा – कभी 30 हज़ार तो कभी 1 लाख: अनिश्चित आय में बचत और निवेश कैसे करें, फ्रीलांसरों के लिए 5 धन नियम

red and white modern breaking news youtube thumbnail

NEETरी-एग्जाम के लिए आज NTA की देशभर में मॉकड्रिल:भारत के 551 शहरों में सेंटर, 22.79 लाख+ अभ्यर्थियों के लिए 2 लाख कर्मी तैनात

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });