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

---Advertisement---

IPL 2026: आईपीएल में अब नहीं चलेगी मनमानी! खिलाड़ियों की रील्स, देर रात मुलाकातें और इन्फ्लुएंसर्स पर सख्ती

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

बीसीसीआई ने आईपीएल में खिलाड़ियों की सोशल मीडिया गतिविधियों, देर रात आउटिंग और होटल में अनधिकृत मेहमानों को लेकर सख्त नियम लागू किए हैं।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

लोकलसर्किल्स सर्वे- OTT के 80% यूजर्स डिजिटल धोखाधड़ी का शिकार:61% पुरुष और 39% महिलाएं शामिल; कार्रवाई की मांग

red and white modern breaking news youtube thumbnail

TMC बागी गुट आज चुनाव आयोग से मिलेगा:नई कार्यकारिणी को मान्यता देने की मांग; 80 में से 58 विधायक ममता से अलग हो चुके

red and white modern breaking news youtube thumbnail

TMC बागी गुट आज चुनाव आयोग से मिलेगा:नई कार्यकारिणी को मान्यता देने की मांग; 80 में से 58 विधायक ममता से अलग हो चुके

red and white modern breaking news youtube thumbnail

ईरान 6 अरब डॉलर के फ्रीज-फंड से जरूरी सामान खरीदेगा:अमेरिका पर समझौता तोड़ने का आरोप; डील का उल्लंघन न हो, इसकी निगरानी कमेटी करेगी

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