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

---Advertisement---

IND vs NZ Live Score: Virat Kohli takes centre stage as India aim to seal series amid growing injury worries

On: जनवरी 14, 2026 11:10 पूर्वाह्न
Follow Us:
---Advertisement---

IND vs NZ Live Score: Follow Live score and updates of India vs New Zealand 2nd ODI in Rajkot, where the hosts will look to seal the series.

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

pbks vs mi से पहले कूपर कोनोली बोले:मुंबई के खिलाफ मुकाबला रोमांचक, लेकिन फिलहाल srh मैच पर फोकस

पीबीकेएस बनाम एमआई से पहले कूपर कोनोली बोले:मुंबई के खिलाफ मुकाबला रोमांचक, लेकिन फिलहाल एसआरएच मैच पर फोकस

सलमान के कंधे पर अचानक शख्स ने रख दिया हाथ:सिक्योरिटी हो गई अलर्ट, तुरंत हटाया; एक्टर ने शांत रहने का इशारा किया

सलमान के कंधे पर अचानक शख्स ने रख दिया हाथ:सिक्योरिटी हो गई अलर्ट, तुरंत हटाया; एक्टर ने शांत रहने का इशारा किया

kondagaon murder: बाइक सवार पर पत्थर से हमला, युवक की मौत; आरोपी गिरफ्तार

Kondagaon Murder: बाइक सवार पर पत्थर से हमला, युवक की मौत; आरोपी गिरफ्तार

रॉयल एनफील्ड की पहली इलेक्ट्रिक बाइक 'फ्लाइंग फ्ली c6' लॉन्च:₹2.79 लाख कीमत, baas मॉडल में ₹1.99 लाख में मिलेगी; आज से बेंगलुरु में टेस्ट राइड शुरू

रॉयल एनफील्ड की पहली इलेक्ट्रिक बाइक ‘फ्लाइंग फ्ली C6’ लॉन्च:₹2.79 लाख कीमत, BaaS मॉडल में ₹1.99 लाख में मिलेगी; आज से बेंगलुरु में टेस्ट राइड शुरू

एक्टर रणदीप हुड्डा ने बेटी की पहली photo शेयर की:पत्नी लिन दुलारती दिखी, नाम रखा ‘न्योमिका’, मीनिंग भी बताया; दादी ने हार्ट इमोजी दी

एक्टर रणदीप हुड्डा ने बेटी की पहली PHOTO शेयर की:पत्नी लिन दुलारती दिखी, नाम रखा ‘न्योमिका’, मीनिंग भी बताया; दादी ने हार्ट इमोजी दी

raipur murder: रायपुर में जीजा ने की साले की हत्या, गमछे से गला घोंटा

Raipur Murder: रायपुर में जीजा ने की साले की हत्या, गमछे से गला घोंटा

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