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

---Advertisement---

IND vs AUS: 2026-27 के लिए ऑस्ट्रेलियाई टीम का कार्यक्रम जारी, कब खेली जाएगी बॉर्डर-गावस्कर ट्रॉफी? जानिए

On: मार्च 22, 2026 6:58 पूर्वाह्न
Follow Us:
ind vs aus: 2026 27 के लिए ऑस्ट्रेलियाई टीम का कार्यक्रम जारी, कब खेली जाएगी बॉर्डर गावस्कर ट्रॉफी? जानिए
---Advertisement---

क्रिकेट ऑस्ट्रेलिया ने 2026-27 सीजन का लंबा कार्यक्रम जारी किया है, जिसमें आठ महीनों में 14 वेन्यू पर 27 मैच खेले जाएंगे और समापन इंग्लैंड के खिलाफ ऐतिहासिक टेस्ट से होगा।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

ट्रम्प के ऐलान से पहले दांव लगाकर करोड़ों कमाए:बयान से कुछ मिनट पहले ट्रेडिंग में अचानक तेज उछाल, इनसाइडर ट्रेडिंग का शक गहराया

red and white modern breaking news youtube thumbnail

टिम कुक के बाद जॉन टर्नस संभालेंगे एपल की कमान:15 साल बाद बदल रहा कंपनी का CEO; कुक अब एग्जीक्यूटिव चेयरमैन बनेंगे

red and white modern breaking news youtube thumbnail

I-PAC ने ममता को 1 लाख एजेंट दिए, अब बंद:टीएमसी की रणनीति बना रही फर्म पर ईडी के शिकंजे से हड़कंप

red and white modern breaking news youtube thumbnail

1-मई से प्रभावी होगा वेदांता का डीमर्जर:RBI ने रुपए के ट्रेड पर लगी पाबंदियां हटाईं; हुंडई वेन्यू नाइट एडिशन लॉन्च; कीमत ₹9.69 लाख

red and white modern breaking news youtube thumbnail

भास्कर अपडेट्स:गुरुग्राम में टैक्सी ड्राइवर ने पत्नी की हत्या की, खुद को फांसी लगाई

red and white modern breaking news youtube thumbnail

पाकिस्तान जाने की तैयारी में ईरानी डेलिगेशन:स्पीकर गालिबाफ ने बैठक से पहले शर्त रखी, अमेरिकी उपराष्ट्रपति आएं तभी बातचीत में शामिल होंगे

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!"); } });