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

---Advertisement---

ममता बोलीं- एग्जिट पोल भाजपा के इशारे पर दिखाए गए:जिससे TMC का मनोबल तोड़ा जा सके, बंगाल में मां-माटी और मानुष की सरकार बनेगी

On: अप्रैल 30, 2026 5:53 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

पश्चिम बंगाल की मुख्यमंत्री ममता बनर्जी ने गुरुवार शाम वीडियो मैसेज जारी कर चुनाव जीतने का दावा किया। ममता ने कहा- हम बंगाल में मां, माटी और मानुष की सरकार बनने जा रहे हैं। TMC बंगाल में 93 में से 226 से ज्यादा सीटें जीतकर फिर से सत्ता में लौटेगी। ममता ने कहा एग्जिट पोल भाजपा के इशारे पर दिखाए गए, ताकि TMC कार्यकर्ताओं का मनोबल तोड़ा जा सके। उन्होंने आरोप लगाया कि केंद्रीय बलों ने चुनाव के दौरान भाजपा के एजेंट की तरह काम किया। बंगाल की सभी 294 सीटों पर 23 और 29 अप्रैल को दो फेज में रिकॉर्ड 92.84% वोटिंग हुई। बंगाल के अलावा तमिलनाडु में 23 अप्रैल, केरलम, असम और पुडुचेरी में 9 अप्रैल को वोटिंग हुई थी। 4 मई को सभी राज्यों के चुनाव परिणाम आएंगे। पांचों राज्यों में चुनाव के एग्जिट पोल बुधवार शाम को जारी हुए। बंगाल के 7 एग्जिट पोल में से 5 में भाजपा, 2 में TMC सरकार का अनुमान जताया गया है। तमिलनाडु के 9 एग्जिट पोल में 6 में DMK+ की वापसी की संभावना जताई गई है। पांचों राज्यों में चुनाव से जुड़े अपडेट्स के लिए नीचे ब्लॉग से गुजर जाइए…

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

SIR पर 23 विपक्षी दलों ने CJI को लेटर लिखा:DMK ने भी दस्तखत किए; बोले- चुनाव आयोग की प्रकिया मनमानी और लोकतंत्र विरोधी

red and white modern breaking news youtube thumbnail

Raipur Job Fair: नौकरी का सुनहरा मौका, सिक्योरिटी गार्ड के पदों पर बंपर भर्ती; इस दिन इंटरव्यू

red and white modern breaking news youtube thumbnail

पुणे मर्डर- क्या हुडी में दिखा व्यक्ति चेतन ही था:पुलिस चलने का तरीका जांचेगी, सिया का केस लड़ने पर 2 वकीलों का दावा

red and white modern breaking news youtube thumbnail

एथेनॉल आवंटन में बदलाव नहीं करें, सुप्रीम कोर्ट का आदेश:सरकार ने कहा- 20% एथेनॉल मिलाने की पॉलिसी नहीं बदलेगी, असर अगले साल और साफ होगा

red and white modern breaking news youtube thumbnail

एथेनॉल आवंटन में बदलाव नहीं करें, सुप्रीम कोर्ट का आदेश:सरकार ने कहा- पेट्रोल में 20% एथेनॉल मिलाना एक एक्सपेरिमेंट, इसका असर अगले साल साफ होगा

red and white modern breaking news youtube thumbnail

July Rule Change: 1 जुलाई से बदल जाएंगे कई नियम, ये चीजें होंगे महंगे !

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