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

---Advertisement---

राहुल ने दिल्ली में ऑटो ड्राइवरों के साथ खाना खाया:यूनिफॉर्म पहनी, पार्क में आधे घंटे बैठकर बातचीत की; कहा- संसद में मुद्दे उठाएं

On: मई 29, 2026 3:19 अपराह्न
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

‘सलमान खान को पहली फिल्म मैंने दिलाई थी’:जैकी श्रॉफ बोले- मैं सलमान की तस्वीरें लेकर कई जगह जाता था

red and white modern breaking news youtube thumbnail

राजस्थान की हार के बाद रो पड़े सूर्यवंशी: सबसे कम गेंदों में आईपीएल में हजार रन पूरे किए, गुजरात ने अपना सबसे बड़ा रनचेज किया

red and white modern breaking news youtube thumbnail

आईपीएल फाइनल के दोनों कप्तानों का विश्लेषण:रजत लगातार दूसरा फाइनल खेलेंगे; गिल की कप्तानी में गुजरात पहली बार खिताबी मुकाबले में

red and white modern breaking news youtube thumbnail

CCI के पहले अध्यक्ष धनेंद्र कुमार का निधन:वाइस एडमिरल अजय कोचर नौसेना के नए वाइस चीफ बने, 30 मई के करेंट अफेयर्स

red and white modern breaking news youtube thumbnail

आपका पैसा- बच्चे के लिए कितना एजुकेशन फंड चाहिए: फंड कैसे बनाएं, एजुकेशन लोन के फायदे-कसूर, एक्सपर्ट से जानें हर सवाल का जवाब

red and white modern breaking news youtube thumbnail

जरूरी खबर- नौतापा में छोटे बच्चों को रखें सुरक्षित:स्कूल भेजते समय ध्यान रखें 7 बातें, आइसक्रीम की जगह पिएं ये हेल्दी ड्रिंक्स

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