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

---Advertisement---

IND vs AFG Day-2: भारत ने कसा अफगानिस्तान पर शिकंजा, मानव-कृष्णा ने मेहमानों को दिए पांच झटके; रहमत क्रीज पर

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

IND vs AFG 1st Test Day 2 Highlights : शुभमन गिल और केएल राहुल के शतकों की बदौलत भारत ने पहली पारी 564/8 पर घोषित की।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

Dhamtari Suicide: घर के अंदर दंपती की लाश, अलग-अलग कमरों में फंदे से लटकी मिली शव

red and white modern breaking news youtube thumbnail

Raigarh Jail Death: जेल में बंदी की संदिग्ध मौत, 2 पुलिसकर्मी लाइन अटैच; 6 सदस्यीय जांच टीम गठित

red and white modern breaking news youtube thumbnail

सुप्रीम कोर्ट बोला- RTI एक्टिविज्म अब बिजनेस बन गया है:सरकार अपने काम का ध्यान खुद रख लेगी; पूछा- एक्टिविस्ट कौन होते हैं निगरानी करने वाले

red and white modern breaking news youtube thumbnail

CG News: कांग्रेस नेताओं की गिरफ्तारी पर भाजपा विधायक का हमला, बोले- अपराधियों और भ्रष्टाचारियों को संरक्षण दे रही कांग्रेस

red and white modern breaking news youtube thumbnail

संगीत आपकी याददाश्त को मजबूत बनाएगा: हर दिन 20 मिनट संगीत सुनना मस्तिष्क के लिए व्यायाम करने जैसा है

red and white modern breaking news youtube thumbnail

CG Breaking: 13 जुलाई से छत्तीसगढ़ विधानसभा का मानसून सत्र, आयोजित होंगी 5 बैठकें

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