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

---Advertisement---

IPL 2026: मुंबई इंडियंस पर जीत के बाद सनराइजर्स हैदराबाद की रैंकिंग में हुआ सुधार, ऑरेंज-पर्पल कैप किसके पास?

On: अप्रैल 30, 2026 8:38 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

मुंबई इंडियंस पर जीत के बाद सनराइजर्स हैदराबाद ने आईपीएल 2026 पॉइंट्स टेबल में अपनी स्थिति मजबूत कर ली है और टीम टॉप-4 में बनी हुई है। इस जीत से प्लेऑफ की दौड़ और रोमांचक हो गई है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

वायरल वीडियो के बाद राहुल रॉय की इमोशनल पोस्ट:कहा- पेमेंट करना था, ब्रेन स्ट्रोक के बाद भी काम किया; आप मुझे तोड़ नहीं सकते

red and white modern breaking news youtube thumbnail

सुप्रीम कोर्ट में हेट स्पीच से जुड़ी याचिकाएं खारिज:बेंच बोली- हम संसद को कानून बनाने के लिए मजबूर नहीं कर सकते

red and white modern breaking news youtube thumbnail

सेंसेक्स में 1000 अंक की गिरावट:76,500 पर कारोबार कर रहा, निफ्टी भी 300 अंक टूटा; ऑटो और बैंकिंग शेयर्स में ज्यादा बिकवाली

red and white modern breaking news youtube thumbnail

CHHATTISGARH | महिला आरक्षण पर सरकार का संकल्प, कांग्रेस करेगी तीखा विरोध

red and white modern breaking news youtube thumbnail

IPL 2026: अभिषेक-ट्रेविस हेड की जोड़ी बनी नंबर-एक, इस मामले में की SRH के पूर्व क्रिकेटर धवन-वॉर्नर की बराबरी

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