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

---Advertisement---

IPL 2026: जसप्रीत बुमराह को आखिर क्या हुआ? गावस्कर बोले- ज्यादा कोशिश में बिगड़ गया खेल, बताई तकनीकी खामियां

On: मई 5, 2026 2:44 पूर्वाह्न
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

प्रशांत लोखंडे CBSE के नए चेयरमैन अपॉइंट हुए:भारत में ई- रिक्शा कंट्रोल करने वाले चीनी ऐप्स पर प्रतिबंध, 4 जुलाई के करेंट अफेयर्स

red and white modern breaking news youtube thumbnail

आपका पैसा – एआई के युग में नौकरी की असुरक्षा: 6 महीने का वित्तीय सुरक्षा जाल कैसे बनाएं, फंड कैसे कैलकुलेट करें, कहां बचाएं?

red and white modern breaking news youtube thumbnail

जरूरी खबर- चोट लगने पर टिटनेस का टीका लगवाएं: जानिए कौन सी चोट ज्यादा खतरनाक, डॉक्टर से जानिए टिटनेस से बचाव के 10 टिप्स

red and white modern breaking news youtube thumbnail

स्वास्थ्य विज्ञान- मानसून में बच्चों का विशेष ख्याल रखें: सही जूते पहनें, नमी से बचाएं, ताजा भोजन खिलाएं, ये 7 सावधानियां बरतें

red and white modern breaking news youtube thumbnail

भास्कर अपडेट्स:विदेश मंत्रालय बोला- सिंधु जल संधि पर भारत का रुख नहीं बदला; पाकिस्तान को आतंकवाद को सपोर्ट देना छोड़ना होगा

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