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

---Advertisement---

क्रिकेट के दिग्गजों ने चुने 21वीं सदी के सबसे महान खिलाड़ी: इन तीन को मिला सम्मान; कोहली को भी शीर्ष-5 में जगह

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

ईएसपीएनक्रिकइन्फो की 25 सदस्यीय ज्यूरी ने जैक कैलिस को 21वीं सदी का सर्वश्रेष्ठ पुरुष क्रिकेटर चुना है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

टॉप-10-कंपनियों में से 7 की वैल्यू ₹1.54 लाख करोड़ घटी:रिलायंस टॉप लूजर रही, वैल्यू ₹46,078 करोड़ कम हुई; HDFC बैंक-एयरटेल का मार्केट कैप भी घटा

red and white modern breaking news youtube thumbnail

एक्टर अजित कुमार की मां का निधन:सीएम विजय और तृषा कृष्णन ने घर पहुंचकर दी श्रद्धांजलि

red and white modern breaking news youtube thumbnail

दिल्ली में 5 मंजिला बिल्डिंग गिरी, दो की मौत:10 घायल AIIMS ट्रॉमा सेंटर में भर्ती, तीन की हालत गंभीर; 12 लोगों को रेस्क्यू किया गया

red and white modern breaking news youtube thumbnail

‘मुझे नहीं लगता कि वो सुसाइड था’:एक्टर शिशिर शर्मा बोले- सुशांत सिंह राजपूत ऐसे इंसान नहीं थे जो आत्महत्या जैसा कदम उठाएं

red and white modern breaking news youtube thumbnail

सारा के बॉयफ्रेंड बने विशाल वशिष्ठ:किडनैपिंग और किसिंग सीन पर आयुष्मान ने कहा था- जो करना है खुलकर करो, सीन मजेदार बनाते हैं

red and white modern breaking news youtube thumbnail

Mahasamund Ganja Smuggling: 3 करोड़ का गांजा जब्त, मशीनरी सामान के बीच छिपाकर हो रही थी तस्करी

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