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

---Advertisement---

यश की टॉक्सिक रिलीज दूसरी बार टली:फिल्म 4 जून को नहीं आएगी, धुरंधर 2 के बाद क्या अब OTT राइट्स के चलते मुश्किल बढ़ी?

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

यश स्टारर फिल्म टॉक्सिक की रिलीज डेट एक बार फिर टाल दी गई है। अब फिल्म 4 जून को नहीं रिलीज होगी और अभी तक नई डेट घोषित नहीं की गई है। यश के ऑफिशियल इंस्टाग्राम अकाउंट से पोस्ट किया गया, कुछ फिल्में हम बनाते हैं और कुछ फिल्में हमें यह याद दिलाती हैं कि हमें सिनेमा से प्यार क्यों हुआ था। ‘टॉक्सिक’ ऐसी ही एक यात्रा रही है।सिनेमाकॉन में अपनी फिल्म को पेश करना और दुनिया भर से मिला जबरदस्त रिस्पॉन्स देखना, इस बात को फिर से साबित करता है जिस पर हमें हमेशा भरोसा था कि यह फिल्म पूरी दुनिया में अपनी पूरी क्षमता के साथ पहुंचने की हकदार है।‘टॉक्सिक’ पूरी तरह तैयार है और इस समय हम इसकी ग्लोबल डिस्ट्रीब्यूशन और पार्टनरशिप को सही तरीके से तय कर रहे हैं। इसी वजह से हमने अपनी रिलीज टाइमलाइन में बदलाव करने का फैसला किया है। पहले बताई गई 4 जून की रिलीज पर अब फिल्म नहीं आएगी, बल्कि बाद में एक ऐसी तारीख पर रिलीज होगी जो दुनिया भर के हिसाब से सही होगी। ‘टॉक्सिक’ जल्द ही पूरी दुनिया के सिनेमाघरों में आएगी। उन्होंने आगे लिखा, ऐसे समय में, जब भारतीय सिनेमा अपनी नई पहचान बना रहा है और बड़े मंच पर मजबूती से आगे बढ़ रहा है, हम सभी की जिम्मेदारी है कि हम लेवल को और ऊंचा करें। एक अभिनेता-निर्माता के रूप में, मैं इस पल को भारतीय फिल्म इंडस्ट्री और हम सभी के लिए अपना योगदान देने क?

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

नई बायोपिक:15 साल बाद बड़े परदे पर लौटेंगी सेलिना, निभाएंगी ‘सिस्टर निवेदिता’ का किरदार

red and white modern breaking news youtube thumbnail

Womens T20 WC 2026: प्लेयर ऑफ द टूर्नामेंट की रेस में कौन आगे? स्मृति मंधाना समेत चार खिलाड़ियों की लिस्ट जारी

red and white modern breaking news youtube thumbnail

पाकिस्तान क्रिकेट में फुल ऑन ड्रामा! : बाबर आजम तीन साल बाद फिर बने टेस्ट कप्तान; मसूद से क्यों छिनी कैप्टेंसी?

red and white modern breaking news youtube thumbnail

इंस्टाग्राम पर बाल यौन शोषण विज्ञापन मामले में नोटिस जारी:सरकार ने 7 दिन में जबाव मांगा, ऐसे कंटेंट को ब्लॉक करने और हटाने को कहा

red and white modern breaking news youtube thumbnail

इंस्टाग्राम पर बाल यौन शोषण विज्ञापन मामले में नोटिस जारी:सरकार ने 7 दिन में जवाब मांगा, ऐसे कंटेंट को ब्लॉक करने और हटाने को कहा

red and white modern breaking news youtube thumbnail

Rayudu on Samson: सिर्फ एक खराब पारी के बाद बाहर करना सही? संजू सैमसन के समर्थन में उतरे अंबाती रायुडू, जानें

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