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

---Advertisement---

BAN vs PAK: पहले टेस्ट में बांग्लादेश से 104 रन से हारा पाकिस्तान; 268 रन चेज करते हुए 163 पर सिमटी पूरी टीम

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

बांग्लादेश ने पहले टेस्ट मैच में पाकिस्तान को 104 रन से हराकर शानदार जीत दर्ज की। 258 रन के लक्ष्य का पीछा करते हुए पाकिस्तान की पूरी टीम सिर्फ 163 रन पर ढेर हो गई।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

ऑस्ट्रेलिया 8वीं बार फाइनल में पहुंची:महिला टी20 विश्व कप में वेस्टइंडीज को 8 विकेट से हराया; बेथ मूनी की नाबाद फिफ्टी

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 की मौत

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