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

---Advertisement---

DC vs PBKS: जब प्रीति जिंटा से गले लगकर गदगद हुए युजवेंद्र चहल, सोशल मीडिया पर मची हलचल; क्या आपने देखी फोटो?

On: अप्रैल 26, 2026 12:51 अपराह्न
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

मुंबई में साजिद नाडियाडवाला के बेटे सूफयान स्पॉट हुए:लुक देखकर लोग बोले- ये 90s का सलमान खान

red and white modern breaking news youtube thumbnail

एनगिडी को अस्पताल से छुट्टी:सभी स्कैन नॉर्मल, पंजाब के खिलाफ मैच में सिर के बल गिरे थे; दिल्ली पुलिस ने ग्रीन कॉरिडोर बनाया था

red and white modern breaking news youtube thumbnail

टॉप-10-कंपनियों में से 7 की वैल्यू 2.05 लाख करोड़ घटी:TCS टॉप लूजर रही, वैल्यू ₹66,699 करोड़ कम हुई; रिलायंस का मार्केट कैप भी घटा

red and white modern breaking news youtube thumbnail

बदलाव: कोविड के बाद 2026 सिनेमा के लिए सबसे अच्छा:जेन-जी से दुनियाभर के सिनेमाघरों में लौटी रौनक, बॉक्स ऑफिस मजबूत

red and white modern breaking news youtube thumbnail

लंदन मैराथन का 46वां संस्करण आजः 59 हजार धावक उतरेंगे; 88 साल के हैरी सबसे बुजुर्ग धावक, 57 की उम्र में शुरू किया था दौड़ना

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