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

---Advertisement---

IPL 2026: आईपीएल 2026 में किन पांच युवा खिलाड़ियों ने मचाया धमाल? एक को तो आ गया टीम इंडिया से बुलावा, जानें

On: जून 2, 2026 9:33 पूर्वाह्न
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

क्या शशि थरूर और IPL को बेनकाब करने वाली थीं सुनंदा पुष्कर? ललित मोदी का बड़ा खुलासा; राहुल गांधी पर भी निशाना

red and white modern breaking news youtube thumbnail

भारत में रह रहे विदेशियों के लिए इमिग्रेशन नियम बदले:180 दिन पूरे होने से पहले रजिस्ट्रेशन करा सकेंगे; ऑनलाइन अपील का ऑप्शन मिला

red and white modern breaking news youtube thumbnail

CG Weather Update: छत्तीसगढ़ में अगले 5 दिन बारिश-आंधी का अलर्ट, गरज-चमक के साथ चलेंगी तेज हवाएं

red and white modern breaking news youtube thumbnail

थरूर बोले- वंदे मातरम लोगों के लिए बोझिल:हर कार्यक्रम में राष्ट्रगीत गाना मुश्किल; इसका समाधान आपसी सहमति से निकाला जाए

red and white modern breaking news youtube thumbnail

JEE एडवांस्‍ड 2026 में 10 हजार से ज्‍यादा लड़कियां क्‍वालिफाई:अब तक का बेस्‍ट रेजल्ट; 7 साल में 22% बढ़ी भागीदारी, 89% बढ़ा रिजल्‍ट

red and white modern breaking news youtube thumbnail

भारतीय शेयर बाजार को साउथ कोरिया ने पीछे छोड़ा:AI में तेजी से मार्केट कैप ₹475 लाख करोड़ हुआ, भारत की वैल्यू ₹456 लाख करोड़

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