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

---Advertisement---

IND vs AFG: धर्मशाला वनडे में खेलते ही नया कीर्तिमान बनाएंगे रोहित शर्मा, इस मामले में सभी को छोड़ देंगे पीछे

On: जून 12, 2026 11:45 पूर्वाह्न
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

CG Cricket: छत्तीसगढ़ की बेटी ने बढ़ाया मान, टीम इंडिया अंडर-19 में चयन; श्रीलंका के खिलाफ टी-20 सीरीज में दिखाएंगी दम

red and white modern breaking news youtube thumbnail

आज दुनिया के पहले ट्रिलिनियर बनेंगे मस्क:रॉकेट कंपनी स्पेसएक्स अमेरिकी बाजार में लिस्ट होगी; ये दुनिया का सबसे बड़ा आईपीओ

red and white modern breaking news youtube thumbnail

CG Liquor Overrating: महंगी कीमतों में बेच रहे थे शराब, 4 SI निलंबित, 8 अधिकारियों को नोटिस

red and white modern breaking news youtube thumbnail

CG Weather Update: छत्तीसगढ़ में अगले 3 दिनों में मानसून की एंट्री, आज भी अंधड़-बारिश और आकाशीय बिजली का अलर्ट

red and white modern breaking news youtube thumbnail

CG Lightning Strike: मनरेगा कार्यस्थल पर गिरी बिजली; 3 मजदूरों की मौत, 5 की हालत नाजुक

red and white modern breaking news youtube thumbnail

वर्ल्ड अपडेट्स:POK के रावलकोट में प्रदर्शनकारियों पर पाकिस्तानी सेना और रेंजर्स की गोलीबारी से 16 की मौत

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