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

---Advertisement---

IPL 2026: स्कैन के लिए पैट कमिंस ऑस्ट्रेलिया लौटे, क्या आईपीएल के दूसरे हाफ में हैदराबाद से जुड़ेंगे?

On: अप्रैल 4, 2026 3:51 पूर्वाह्न
Follow Us:
ipl 2026: स्कैन के लिए पैट कमिंस ऑस्ट्रेलिया लौटे, क्या आईपीएल के दूसरे हाफ में हैदराबाद से जुड़ेंगे?
---Advertisement---

पीठ की समस्या से जूझ रहे पैट कमिंस आईपीएल 2026 के बीच में ऑस्ट्रेलिया लौट गए। वह स्कैन के लिए स्वदेश रवाना हुए।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

बंगाल के सिलीगुड़ी में PM मोदी की आज सभा:तमिलनाडु में राहुल का रोड शो, CM स्टालिन के साथ चुनाव प्रचार करेंगे

red and white modern breaking news youtube thumbnail

हफ्ते की टॉप जॉब्स:CRPF में 9175 पदों पर भर्ती; नोएडा इंटरनेशनल एविएशन सर्विसेज में 2442 वैकेंसी, इस हफ्ते निकलीं 16,426 नौकरियां

red and white modern breaking news youtube thumbnail

आईपीएल में आज बेंगलुरु बनाम मुंबई: डिफेंडिंग चैंपियन आरसीबी ने 2, एमआई ने 1 मैच जीता; दोनों राजस्थान को हरा नहीं सके

red and white modern breaking news youtube thumbnail

संजू रोहित-कोहली के क्लब में शामिल:400 छक्के वाले चौथे भारतीय, इस सीजन का पहला शतक लगाया, सरफराज का डाइविंग कैच; मोमेंट्स-रिकॉर्ड्स

red and white modern breaking news youtube thumbnail

साइबर लिटरेसी- ‘चारधाम यात्रा 2026’ के नाम पर स्कैम: रजिस्ट्रेशन, होटल, हेलिकॉप्टर बुकिंग में सावधानी बरतें, ये 9 गलतियां न करें

red and white modern breaking news youtube thumbnail

जरूरी खबर- गर्मियों में शरीर को ठंडा कैसे रखें: हीट स्ट्रोक से बचें, समर कूलिंग के 4 बेसिक रूल्स फॉलो करें, 9 गलतियां न करें

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