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

---Advertisement---

IPL 2026: आखिरी गेंद पर कैसे टूटा मुंबई इंडियंस का सपना? RCB ने छीनी जीत, MI के साथ लखनऊ प्लेऑफ की रेस से बाहर

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

आईपीएल 2026 में मुंबई इंडियंस का प्लेऑफ सपना आखिरी गेंद पर टूट गया। आरसीबी ने रोमांचक मुकाबले में अंतिम गेंद पर दो रन लेकर जीत दर्ज की।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

आज से मनरेगा की जगह VB-G RAM G लागू:100 की जगह 125 दिन रोजगार की गारंटी, दिहाड़ी ₹299 से बढ़कर ₹327 हुई

red and white modern breaking news youtube thumbnail

भास्कर अपडेट्स:दिल्ली में इजराइली दूतावास का कर्मचारी लिफ्ट में फंसा, पुलिस ने सुरक्षित बाहर निकाला

red and white modern breaking news youtube thumbnail

PoK में प्रदर्शन, लोग बोले- हम पाकिस्तान का हिस्सा नहीं:₹1 करोड़ का इनामी शौकत नवाज गिरफ्तार; JAAC के 600 से ज्यादा नेता-कार्यकर्ता हिरासत में

red and white modern breaking news youtube thumbnail

गुजरात HC बोला- मैरिज सर्टिफिकेट से शादी नहीं मानी जाएगी:हिंदू विवाह के लिए रस्में जरूरी, सात फेरे के बिना सिर्फ रजिस्ट्रेशन काफी नहीं

red and white modern breaking news youtube thumbnail

ऑस्ट्रेलिया 8वीं बार फाइनल में पहुंची:महिला टी20 विश्व कप में वेस्टइंडीज को 8 विकेट से हराया; बेथ मूनी की नाबाद फिफ्टी

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