{"id":2509434,"date":"2026-07-20T13:52:04","date_gmt":"2026-07-20T13:52:04","guid":{"rendered":"https:\/\/celebrity.land\/en\/?p=2509434"},"modified":"2026-07-20T13:52:04","modified_gmt":"2026-07-20T13:52:04","slug":"you-have-to-watch-the-new-avengers-doomsday-trailer","status":"publish","type":"post","link":"https:\/\/celebrity.land\/en\/you-have-to-watch-the-new-avengers-doomsday-trailer\/","title":{"rendered":"You have to watch the new &#8216;Avengers: Doomsday&#8217; trailer"},"content":{"rendered":"<p><\/p>\n<div data-astro-cid-3wnrj4nq=\"\">\n<figure class=\"post-embed post-embed--video\"><iframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/irVNGjRFZGk\" title=\"YouTube embed\" loading=\"lazy\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen\" allowfullscreen=\"\"><\/iframe><\/figure>\n<p>I just scrolled on Instagram to see that Robert Downey Jr. had just teased that the new &#8216;Avengers: Doomsday&#8217; trailer had dropped. It&#8217;s crazier than we could have ever imagined.<\/p>\n<p>Directed by Anthony and Joe Russo, &#8216;Avengers: Doomsday&#8217; is positioned as the beginning of the end for the Multiverse Saga, setting the stage for &#8216;Avengers: Secret Wars&#8217; next year. The film is set to hit cinemas on 18 December 2026, with Marvel confirming that tickets will be available in the studio\u2019s new premium Infinity Vision format.<\/p>\n<p>Released ahead of this year&#8217;s San Diego Comic-Con, the trailer offers the clearest look yet at the Marvel Cinematic Universe&#8217;s next blockbuster, setting the stage for the franchise&#8217;s biggest crossover event since\u00a0&#8216;Avengers: Endgame&#8217;. With Earth&#8217;s Mightiest Heroes joined by the Fantastic Four, the X-Men and the New Avengers, the film looks set to push the MCU&#8217;s multiverse saga towards its most ambitious chapter yet.<\/p>\n<p>The trailer&#8217;s biggest moment comes with the long-awaited arrival of Robert Downey Jr. as Victor Von Doom. Returning to Marvel more than seven years after Tony Stark&#8217;s emotional farewell in &#8216;Endgame&#8217;, Downey steps into an entirely new role as Doctor Doom, one of Marvel Comics&#8217; most iconic villains. Cloaked in green and sporting the character&#8217;s unmistakable metal mask, Doom is positioned as the central force behind the collapsing multiverse, replacing Kang as the MCU&#8217;s next major threat.<\/p>\n<figure class=\"post-embed post-embed--instagram\"><iframe src=\"https:\/\/www.instagram.com\/p\/DbAzsqAuEMj\/embed\/\" title=\"Instagram embed\" loading=\"lazy\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"encrypted-media; fullscreen\" allowfullscreen=\"\"><\/iframe><\/figure>\n<p>Beyond Doom&#8217;s debut, the footage is packed with crossover moments that fans have been waiting years to see. Members of the Avengers, Fantastic Four and X-Men are all brought together as universes begin colliding, with familiar faces including Pedro Pascal&#8217;s Reed Richards, Vanessa Kirby&#8217;s Sue Storm, Patrick Stewart&#8217;s Professor X and Ian McKellen&#8217;s Magneto appearing alongside established MCU heroes such as Sam Wilson&#8217;s Captain America, Thor, Yelena Belova and Shang-Chi.<\/p>\n<p>The trailer also hints at several clashes between Marvel&#8217;s heroes before they unite against Doom. Brief action sequences tease battles (including Thor versus Doom) across multiple realities as incursions threaten to tear apart the fabric of the multiverse, while we also see the return of Chris Evans&#8217; Captain America.\u00a0The arrival of the first full footage also signals the beginning of Marvel&#8217;s biggest marketing push yet, with tickets now on sale ahead of the film&#8217;s December premiere.<\/p>\n<\/div>\n<p><script>(function(){const META_PIXEL_ID = \"2219718188324917\";\nconst TIKTOK_PIXEL_ID = \"C2H274NMU8QAJ3JEIAM0\";\n    (function () {\n      var loaded = false;\n      var STORE_KEY = 'culted_clickids';\n      function readStore() {\n        try { return JSON.parse(sessionStorage.getItem(STORE_KEY)) || {}; }\n        catch (e) { return {}; }\n      }\n      function getCookie(name) {\n        var m = document.cookie.match('(?:^|; )' + name + '=([^;]*)');\n        return m ? decodeURIComponent(m[1]) : null;\n      }\n      function setCookie(name, value, maxAgeSec) {\n        var secure = location.protocol === 'https:' ? '; Secure' : '';\n        document.cookie = name + '=' + encodeURIComponent(value) +\n          '; path=\/; max-age=\" + maxAgeSec + \"; SameSite=Lax' + secure;\n      }\n      \/* Capture click IDs from the URL on EVERY page load, BEFORE consent.\n         Stored transiently in sessionStorage only \u2014 no cookie, no network,\n         nothing sent to Meta\/TikTok. First observation wins, so the original\n         click + its timestamp survive later navigations that drop the param. *\/\n      function captureClickIds() {\n        try {\n          var params = new URLSearchParams(window.location.search);\n          var ttclid = params.get('ttclid');\n          var fbclid = params.get('fbclid');\n          if (!ttclid && !fbclid) return;\n          var stored = readStore();\n          sessionStorage.setItem(STORE_KEY, JSON.stringify({\n            ttclid: stored.ttclid || ttclid || null,\n            fbclid: stored.fbclid || fbclid || null,\n            ts: stored.ts || Date.now(),\n          }));\n        } catch (e) { \/* storage blocked \u2014 nothing to do *\/ }\n      }\n      \/* On consent, seed the platform click cookies (from the current URL or\n         the captured session value) so the pixels recover attribution even\n         when the click param has long left the URL. Only written if absent. *\/\n      function seedClickIds() {\n        var params = new URLSearchParams(window.location.search);\n        var stored = readStore();\n        var ts = stored.ts || Date.now();\n        \/\/ TikTok raw ttclid cookie \u2014 7-day attribution window; 30-day cookie\n        \/\/ matches the prior WordPress relay.\n        var ttclid = params.get('ttclid') || stored.ttclid;\n        if (ttclid && !getCookie('ttclid')) {\n          setCookie('ttclid', ttclid, 60 * 60 * 24 * 30);\n        }\n        \/\/ Meta _fbc \u2014 fb.<subdomainIndex>.<firstObserved_ms>.<fbclid>; index 1\n        \/\/ for the apex domain. 90-day cookie matches Meta's own _fbc default.\n        var fbclid = params.get('fbclid') || stored.fbclid;\n        if (fbclid && !getCookie('_fbc')) {\n          setCookie('_fbc', 'fb.1.' + ts + '.' + fbclid, 60 * 60 * 24 * 90);\n        }\n      }\n      \/* Meta Pixel \u2014 standard bootstrap. The IIFE injects fbevents.js, so it\n         only runs after consent; init + PageView follow immediately. *\/\n      function loadMeta() {\n        if (!META_PIXEL_ID) return;\n        !(function (f, b, e, v, n, t, s) {\n          if (f.fbq) return;\n          n = f.fbq = function () {\n            n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments);\n          };\n          if (!f._fbq) f._fbq = n;\n          n.push = n; n.loaded = !0; n.version = '2.0'; n.queue = [];\n          t = b.createElement(e); t.async = !0; t.src = v;\n          s = b.getElementsByTagName(e)[0];\n          s.parentNode.insertBefore(t, s);\n        })(window, document, 'script', 'https:\/\/connect.facebook.net\/en_US\/fbevents.js');\n        window.fbq('init', META_PIXEL_ID);\n        window.fbq('track', 'PageView');\n      }\n      \/* TikTok Pixel \u2014 standard bootstrap. ttq.load() injects events.js from\n         analytics.tiktok.com; ttq.page() records the pageview. *\/\n      function loadTikTok() {\n        if (!TIKTOK_PIXEL_ID) return;\n        !(function (w, d, t) {\n          w.TiktokAnalyticsObject = t;\n          var ttq = (w[t] = w[t] || []);\n          ttq.methods = ['page','track','identify','instances','debug','on','off','once','ready','alias','group','enableCookie','disableCookie','holdConsent','revokeConsent','grantConsent'];\n          ttq.setAndDefer = function (a, e) {\n            a[e] = function () { a.push([e].concat(Array.prototype.slice.call(arguments, 0))); };\n          };\n          for (var i = 0; i < ttq.methods.length; i++) ttq.setAndDefer(ttq, ttq.methods[i]);\n          ttq.instance = function (a) {\n            var e = ttq._i[a] || [];\n            for (var n = 0; n < ttq.methods.length; n++) ttq.setAndDefer(e, ttq.methods[n]);\n            return e;\n          };\n          ttq.load = function (e, n) {\n            var r=\"https:\/\/analytics.tiktok.com\/i18n\/pixel\/events.js\";\n            ttq._i = ttq._i || {}; ttq._i[e] = []; ttq._i[e]._u = r;\n            ttq._t = ttq._t || {}; ttq._t[e] = +new Date();\n            ttq._o = ttq._o || {}; ttq._o[e] = n || {};\n            var o = d.createElement('script');\n            o.type=\"text\/javascript\"; o.async = !0;\n            o.src = r + '?sdkid=' + e + '&#038;lib=' + t;\n            var a = d.getElementsByTagName('script')[0];\n            a.parentNode.insertBefore(o, a);\n          };\n          ttq.load(TIKTOK_PIXEL_ID);\n          ttq.page();\n        })(window, document, 'ttq');\n      }\n\n      \/* Idempotent for the page load \u2014 the consent event can fire twice\n         (stored-choice replay + an in-page change), but we load once. A fresh\n         page load re-runs this module, so PageView fires per navigation. *\/\n      function load() {\n        if (loaded) return;\n        loaded = true;\n        seedClickIds(); \/\/ seed cookies BEFORE the pixels load so they read them\n        loadMeta();\n        loadTikTok();\n      }\n\n      \/\/ Capture click IDs immediately (pre-consent, sessionStorage only).\n      captureClickIds();\n\n      window.addEventListener('culted:consent', function (e) {\n        if (e &#038;&#038; e.detail &#038;&#038; e.detail.advertising) load();\n      });\n    })();\n  })();<\/script><script async src=\"\/\/www.instagram.com\/embed.js\"><\/script><script async src=\"\/\/www.tiktok.com\/embed.js\"><\/script><\/p>\n<p><em> \u2018 The preceding article may include information circulated by third parties \u2019 <\/em><\/p>\n<p><em> \u2018 Some details of this article were extracted from the following source culted.com \u2019 <\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I just scrolled on Instagram to see that Robert Downey Jr. had just teased that the new &#8216;Avengers: Doomsday&#8217; trailer had dropped. It&#8217;s crazier than we could have ever imagined. Directed by Anthony and Joe Russo, &#8216;Avengers: Doomsday&#8217; is positioned as the beginning of the end for the Multiverse Saga, setting the stage for &#8216;Avengers: [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2509435,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"jnews-multi-image_gallery":[],"jnews_single_post":[],"jnews_primary_category":[],"jnews_social_meta":[],"footnotes":""},"categories":[25172],"tags":[],"class_list":["post-2509434","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-entertainment"],"jetpack_featured_media_url":"https:\/\/celebrity.land\/en\/wp-content\/uploads\/2026\/07\/You-have-to-watch-the-new-Avengers-Doomsday-trailer.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts\/2509434","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/comments?post=2509434"}],"version-history":[{"count":1,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts\/2509434\/revisions"}],"predecessor-version":[{"id":2509436,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts\/2509434\/revisions\/2509436"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/media\/2509435"}],"wp:attachment":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/media?parent=2509434"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/categories?post=2509434"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/tags?post=2509434"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}