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

---Advertisement---

ICC Team Rankings: भारतीय पुरुष टीम आईसीसी टी20 रैंकिंग में शीर्ष पर बरकरार, जानें दूसरे नंबर पर कौन?

On: मई 5, 2026 6:15 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

तीन बार के विश्व कप विजेता भारत ने मंगलवार को आईसीसी टी20 अंतरराष्ट्रीय रैंकिंग में अपना शीर्ष स्थान बरकरार रखा जबकि इंग्लैंड और ऑस्ट्रेलिया क्रमशः दूसरे और तीसरे स्थान पर हैं।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

CG News: कम अंक वाले छात्रों को सरकारी स्कूलों में नहीं मिल रहा प्रवेश?

red and white modern breaking news youtube thumbnail

आमिर खान से भाई फैसल ने माफी मांगी:कहा- मैं अपनी गलती सुधारूंगा, वो अपनी सुधारें, पुराने बयान पर पछतावा जाहिर किया, शादी की बधाई दी

red and white modern breaking news youtube thumbnail

वेनेजुएला में मारे गए भारतीय नाविक के ब्रेन, फेफड़े-दिल निकाले:परिवार बोला- शरीर पर 22 कट मिले, पहले ही पोस्टमॉर्टम हो चुका था

red and white modern breaking news youtube thumbnail

महाराष्ट्र के मंत्री बोले-कौन सा पेड़ गिरेगा कोई नहीं जानता:मुंबई में बस पर पेड़ गिरने से 11 साल के बच्चे की जान गई थी

red and white modern breaking news youtube thumbnail

RRB ग्रुपD रिजल्ट के इंतजार में कैंडिडेट्स ने बनाए मीम्स:रेलवे भर्ती बोर्ड ने रिजल्ट किया जारी, 1 करोड़ उम्मीदवारों ने दी थी परीक्षा

red and white modern breaking news youtube thumbnail

एआई से ठगी; स्कैमर 100 भाषाओं में बना रहे शिकार:म्यांमार में 50 हजार ठगी का टारगेट, पूरा न होने पर करंट और युवतियों से दुष्कर्म

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