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

---Advertisement---

PBKS vs DC Live Score: दिल्ली पर जीत के साथ पहला स्थान हासिल कर पाएगी पंजाब? आज धर्मशाला में होगी कड़ी टक्कर

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

IPL Live Cricket Score, PBKS vs DC Indian Premier League 2026: Hello! अमर उजाला के लाइव ब्लॉग में आपका स्वागत है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

पिछले 6 महीने में सोना 20% और चांदी 43% सस्ती:सेंसेक्स 11% और निफ्टी 8.6% गिरा; ईरान जंग और डॉलर की मजबूती का असर

red and white modern breaking news youtube thumbnail

MP-बिहार में बिजली गिरने से 8 की मौत:उत्तराखंड में राफ्टिंग पर रोक; मौसम विभाग का जुलाई में सामान्य से कम बारिश का अनुमान

red and white modern breaking news youtube thumbnail

पूर्व चुनाव आयुक्त राजीव HDFC बैंक के चेयरमैन बने:हरियाणा हर साल राजस्थान को 580 मिलियन क्यूबिक मीटर पानी देगा, 1 जुलाई के करेंट अफेयर्स

red and white modern breaking news youtube thumbnail

खबर हटके- ब्रेकअप कराने की नौकरी,सैलरी ₹2.80 लाख:घर में अचानक लग रही आग, वजह अनजान; चाय-बिस्किट के लिए गई नौकरी, हाइकोर्ट ने वापस दिलाई

red and white modern breaking news youtube thumbnail

रिलेशनशिप एडवाइज़ – मेरे दोनों बॉयफ्रेंड्स टॉक्सिक थे: क्यों मैं ऐसे ही लोगों की तरफ आकर्षित होती हूँ, मुझे सच्चा प्यार कैसे मिलेगा

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