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

---Advertisement---

Hardik Pandya’s stop-start fitness reshapes India’s all-rounder dilemma: Why Nitish Reddy is the practical replacement

On: जनवरी 4, 2026 4:41 अपराह्न
Follow Us:
---Advertisement---

Hardik Pandya’s injury concerns prompt discussions on finding a substitute who can maintain India’s team balance.

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

chaitra navratri 2026: नवरात्रि के दूसरे दिन मां ब्रह्मचारिणी की पूजा, जानें महत्व, पूजा विधि, भोग, मुहूर्त, मंत्र और आरती

Chaitra Navratri 2026: नवरात्रि के दूसरे दिन मां ब्रह्मचारिणी की पूजा, जानें महत्व, पूजा विधि, भोग, मुहूर्त, मंत्र और आरती

cg weather update: छत्तीसगढ़ में बदला मौसम, बारिश और ओलावृष्टि के आसार, कई जिलों में येलो ऑरेंज अलर्ट जारी

CG Weather Update: छत्तीसगढ़ में बदला मौसम, बारिश और ओलावृष्टि के आसार, कई जिलों में येलो-ऑरेंज अलर्ट जारी

भारत की लोक परंपराओं से सीखें खुश रहने के सूत्र:हैप्पीनेस का फॉर्मूला हमारी संस्कृति में; उत्तराखंड के फूलदेई त्योहार से केरल की नौका दौड़ तक, ये परंपराएं सिखाती हैं जीना

भारत की लोक परंपराओं से सीखें खुश रहने के सूत्र: हमारी संस्कृति में हैप्पीनेस का फॉर्मूला; उत्तराखंड के फूलदेई उत्सव से लेकर केरल की नौका दौड़ तक, ये परंपराएं जीना सिखाती हैं

पाकिस्तान में तनाव के बीच psl पर संकट?: बांग्लादेशी खिलाड़ियों पर सस्पेंस, pcb बोला तय समय पर होगा टूर्नामेंट

पाकिस्तान में तनाव के बीच PSL पर संकट? : बांग्लादेशी खिलाड़ियों पर सस्पेंस, PCB बोला- तय समय पर होगा टूर्नामेंट

नागपुर में भागवत बोले युद्ध स्वार्थी हितों का परिणाम:कई देश कह रहे ईरान इजराइल जंग केवल भारत ही खत्म करवा सकता है

नागपुर में भागवत बोले- युद्ध स्वार्थी हितों का परिणाम:कई देश कह रहे ईरान-इजराइल जंग केवल भारत ही खत्म करवा सकता है

अमेरिका में बच्चों के लिए ‘द बैलेंस प्रोजेक्ट’:फोन फ्री बचपन; असली दुनिया को इतना दिलचस्प बनाइए कि बच्चे स्क्रीन भूल जाएं

अमेरिका में बच्चों के लिए ‘द बैलेंस प्रोजेक्ट’: फोन-मुक्त बचपन; वास्तविक दुनिया को इतना दिलचस्प बनाएं कि बच्चे स्क्रीन को भूल जाएं

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