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

---Advertisement---

IPL 2027: ऋषभ पंत की दिल्ली कैपिटल्स में वापसी तय! कुलदीप हो सकते हैं लखनऊ का हिस्सा, ट्रेड डील पर चर्चा जारी

On: जून 20, 2026 2:32 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

आईपीएल 2027 से पहले ऋषभ पंत की दिल्ली कैपिटल्स में वापसी की संभावना है, जबकि कुलदीप यादव को लखनऊ सुपर जाएंट्स में ट्रेड किया जा सकता है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

महिला टी20 विश्व कप- जीत की हैट्रिक लगाने उतरेगी ऑस्ट्रेलिया: नीदरलैंड से मुकाबला; पाकिस्तान लगातार 2 मैच हार चुका है, बांग्लादेश से आज भिड़ंत

red and white modern breaking news youtube thumbnail

MX Player के पूर्व कंटेंट चीफ गौतम तलवार का निधन:जयपुर दुनिया के 20 सर्वश्रेष्ठ कला और सांस्कृतिक शहरों में शामिल, 20 जून के करेंट अफेयर्स

red and white modern breaking news youtube thumbnail

जरूरी खबर- हेल्थ ऐप्स भरोसेमंद नहीं: इन कामों के लिए इस्तेमाल न करें, इसके डेटा को सच न मानें, इस्तेमाल करते समय 12 सावधानियां बरतें

red and white modern breaking news youtube thumbnail

भारत बनाम अफगानिस्तान तीसरा वनडे आज: क्लीन स्वीप के इरादे से उतरेगी टीम इंडिया, चेन्नई में 55% बारिश की आशंका

red and white modern breaking news youtube thumbnail

आपका पैसा – कभी 30 हज़ार तो कभी 1 लाख: अनिश्चित आय में बचत और निवेश कैसे करें, फ्रीलांसरों के लिए 5 धन नियम

red and white modern breaking news youtube thumbnail

IRE W vs NZ W: दो हार के बाद न्यूजीलैंड ने खोला जीत का खाता, आयरलैंड को 4 रन से हराया; ग्रुप-दो में क्या बदला?

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