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

---Advertisement---

IND A vs ENG A: टी20 विश्वकप टीम से चूकने वाली हरलीन देओल को मिली भारत ए की कमान, कब से शुरू होगी सीरीज?

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

IND A vs ENG A: टी20 विश्वकप टीम से चूकने वाली हरलीन देओल को मिली भारत ए की कमान, कब से शुरू होगी सीरीज?

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

अमेरिका में जन्मजात नागरिकता कानून बरकरार:सुप्रीम कोर्ट ने ट्रम्प का आदेश रद्द किया, कहा- देश में जन्मा हर बच्चा अमेरिकी नागरिक होगा

red and white modern breaking news youtube thumbnail

सबरीमाला गोल्ड केस-पूर्व TDB चीफ के खिलाफ सबूत मिले:केरल हाईकोर्ट की नया केस दर्ज करने की मंजूरी, कहा- सच सामने लाने में कसर न रहे

red and white modern breaking news youtube thumbnail

PM मोदी ने सचिवों के साथ की उच्चस्तरीय बैठक:ईज ऑफ डूइंग बिजनेस, आत्मनिर्भर भारत और PM गतिशक्ति पर दिया जोर

red and white modern breaking news youtube thumbnail

कॉकरोच जनता पार्टी का जंतर-मंतर पर 11वें दिन प्रदर्शन:भूख हड़ताल कर रहे वांगचुक की तबीयत बिगड़ी, पुलिस पर समर्थकों को रोकने के आरोप

red and white modern breaking news youtube thumbnail

CG Snake Video: घर में मिले 10 बेबी कोबरा और 27 अंडे, सांप के डसने से पिता-बेटी समेत 3 की मौत

red and white modern breaking news youtube thumbnail

जिम्बाब्वे ने बांग्लादेश को पारी और 85 रन से हराया: टेस्ट इतिहास की उनकी सबसे बड़ी जीत; मुजारबानी, नगरावा और न्यामहुरी ने 17 विकेट लिए

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