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

---Advertisement---

पाकिस्तान क्रिकेट शर्मसार: पीसीबी ने फखर जमां को दो मैच के लिए किया निलंबित, गेंद से छेड़खानी करने की मिली सजा

On: मार्च 31, 2026 6:43 पूर्वाह्न
Follow Us:
पाकिस्तान क्रिकेट शर्मसार: पीसीबी ने फखर जमां को दो मैच के लिए किया निलंबित, गेंद से छेड़खानी करने की मिली सजा
---Advertisement---

पाकिस्तान के सलामी बल्लेबाज फखर जमां पर मंगलवार को गेंद से छेड़खानी के मामले में पाकिस्तान सुपर लीग के दो मैचों से निलंबित कर दिया गया। सारे सबूतों और फखर की दलील सुनने के बाद यह सजा तय की गई है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

मोदी बोले- देश में नक्सलवाद आखिरी सांसें गिन रहा है:आज जो संविधान हाथ में हिलाते हैं; नक्सली हिंसा के चरम पर उनके हाथ कांपते थे

red and white modern breaking news youtube thumbnail

फुटबॉल विश्व कप में मेसी के सर्वाधिक 18 गोल:जर्मनी के क्लोजे का रिकॉर्ड तोड़ा; अर्जेंटीना ने ऑस्ट्रिया को 2-0 से हराया, नॉकआउट में पहुंची

red and white modern breaking news youtube thumbnail

Bilaspur News: छत पर सो रहे युवक की करंट लगने से मौत, परिवार में मातम

Raipur News: रायपुर के गोलबाजार में बच्ची के गले से सोने की चेन पार, CCTV में कैद महिला चोर

red and white modern breaking news youtube thumbnail

Raipur News: रायपुर के गोलबाजार में बच्ची के गले से सोने की चेन पार, CCTV में कैद महिला चोर

red and white modern breaking news youtube thumbnail

बागियों की ममता बनर्जी को सबसे बड़ी चुनौती:TMC की पैरलल वर्किंग कमेटी बनाई, अरूप रॉय अध्यक्ष; ऋतब्रत बोले- दीदी चाहें तो सलाहकार बन जाएं

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