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

---Advertisement---

SL vs NZ Playing-11: आज कोलंबो में श्रीलंका का मुकाबला न्यूजीलैंड से; कीवी जीते तो पाकिस्तान का थम जाएगा सफर!

On: फ़रवरी 25, 2026 2:07 पूर्वाह्न
Follow Us:
sl vs nz playing 11: आज कोलंबो में श्रीलंका का मुकाबला न्यूजीलैंड से; कीवी जीते तो पाकिस्तान का थम जाएगा सफर!
---Advertisement---

कोलंबो के प्रेमदासा स्टेडियम में न्यूजीलैंड का श्रीलंका खिलाफ शानदार रिकॉर्ड है। यहां दोनों के बीच दो मुकाबले हुए हैं और दोनों में ही कीवियों ने जीत हासिल की है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

IPL 2026: ‘ 99 रन की हार शर्मनाक, हमारे मिडिल ऑर्डर की पोल खुल गई’, अपने ही खिलाड़ियों पर बरसे GT के कोच हेडन

red and white modern breaking news youtube thumbnail

GT vs MI: अहमदाबाद में गूंजा अश्विनी कुमार के नाम का शोर, कैसे गुजरात पर छोड़ा ‘इम्पैक्ट’? जानिए उनकी जुबानी

red and white modern breaking news youtube thumbnail

UN दूत बोलीं-भारत ने इजराइल की मदद कर कानून तोड़ा:हथियार भेजना नियमों के खिलाफ, इससे ग्लोबल सिस्टम कमजोर हो रहा

red and white modern breaking news youtube thumbnail

शाहरुख की किंग ने रिलीज से पहले ₹250 करोड़ कमाए:फिल्म के बजट का आधे से ज्यादा हिस्सा कवर, पेन मरुधर ने डिस्ट्रीब्यूशन राइट्स खरीदे

red and white modern breaking news youtube thumbnail

GT vs MI: ‘पहला शतक हमेशा खास होता है’, मुंबई के लिए संकटमोचक बने तिलक वर्मा; POTM अवॉर्ड जीतकर क्या बोले?

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