{"id":3450,"date":"2019-01-31T00:00:00","date_gmt":"2019-01-31T00:00:00","guid":{"rendered":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity\/"},"modified":"2023-08-14T17:01:13","modified_gmt":"2023-08-14T21:01:13","slug":"fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity","status":"publish","type":"post","link":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity","title":{"rendered":"Fallbacks for Interactive Email: How to Combat Limited Support for Interactivity"},"content":{"rendered":"<p><span style=\"font-weight: 400\">For the third year in a row, interactive email experiences were voted one of the <\/span><a rel=\"noopener\" href=\"https:\/\/litmus.com\/blog\/top-email-design-trends\"><span style=\"font-weight: 400\">hottest email design trends<\/span><\/a><span style=\"font-weight: 400\">. So why don\u2019t we see more interactive emails in our inboxes? For many brands, limited inbox provider support is the main reason they don\u2019t send more interactive campaigns.<\/span><\/p>\n<p><span style=\"font-weight: 400\">You don\u2019t have to fear limited support if you have a fallback in place. There are plenty of methods that help you create engaging, interactive emails where they are supported, while still guaranteeing a functional and beautiful experience in all other inboxes. <\/span><\/p>\n<h2>Why Fallbacks Matter<\/h2>\n<p><span style=\"font-weight: 400\">Support for HTML and CSS varies across email clients, and many of the HTML and CSS elements that you might use to power interactivity in email might not be supported everywhere.<\/span><\/p>\n<p><span style=\"font-weight: 400\">If you don\u2019t account for cases where it\u2019s not supported, your email can look broken. Let\u2019s look at <a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/codepen.io\/alicemeichi\/pen\/xMRyJd\">this example of a beautiful interactive image carousel<\/a>:<\/span><\/p>\n<figure id=\"post-22532 media-22532\" class=\"alignnone\"><img decoding=\"async\" class=\" shaded\" src=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/Screen20Recording202019-01-2420at2011.1820AM.gif\" alt=\"Interactive Email Image Carousel\"><figcaption>Interactive email from Offset by Shutterstock featuring an image carousel.<br \/>\n<a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/codepen.io\/alicemeichi\/pen\/xMRyJd\">See it in CodePen.<\/a><\/figcaption><\/figure>\n<p><span style=\"font-weight: 400\">The interactive carousel with its powerful imagery looks great in Apple Mail, allowing subscribers to flip through the pictures using the arrows or checkboxes. But here\u2019s how that very same email renders in Yahoo! Mail if there\u2019s no fallback in place:<\/span><\/p>\n<figure id=\"post-22600 media-22600\" class=\"alignnone\"><img decoding=\"async\" class=\"\" src=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/bildschirmfoto-2019-01-24-um-11.23.23.png\" alt=\"Without fallbacks in place, this email appears blank\"><figcaption>Interactive email with no fallbacks in place<\/figcaption><\/figure>\n<p><span style=\"font-weight: 400\">Without fallbacks, the email appears broken and likely won\u2019t see a lot of clicks. We don\u2019t want that to happen! So let\u2019s look at how we can make interactive emails work everywhere with bulletproof fallbacks.<\/span><\/p>\n<h2><span style=\"font-weight: 400\">Using the power of the hide and show framework<\/span><\/h2>\n<p><span style=\"font-weight: 400\">The hide and show framework is the most basic and common tactic to set up interactivity and fallbacks in email. While simple, it\u2019s still very powerful.<\/span><\/p>\n<p><span style=\"font-weight: 400\">The framework does exactly what its name suggests: It hides the interactivity for clients that don\u2019t support it and shows a fallback instead. <\/span><\/p>\n<p><span style=\"font-weight: 400\">You set up two completely separate sections in your HTML\u2014one for your interactive content, and one for your static fallback. That way, you can not only specify those two different types of content, but also set up different links and different tracking for each version of your email, making it possible to track and compare interactive vs. the static versions. Think of it as an A\/B test within <\/span><i><span style=\"font-weight: 400\">one<\/span><\/i><span style=\"font-weight: 400\"> email.<\/span><\/p>\n<p><span style=\"font-weight: 400\">Let\u2019s look at how you make this happen within your email code with this simplified example (<a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/codepen.io\/alicemeichi\/pen\/jvpqYP\">or check out the CodePen<\/a>):<\/span><\/p>\n<pre><code style=\"color: #fff;background: #333\">\n<span style=\"font-weight: 400\">&lt;!-- start INTERACTIVE_SECTION --&gt;<\/span>\n\n<span style=\"font-weight: 400\">&lt;!--[if (!mso)&amp;(gte IE 10)]&gt; &lt;! -- --&gt;<\/span>\n\n<span style=\"font-weight: 400\">&lt;div <\/span><span style=\"font-weight: 400\">id=\"<\/span><b>interactive<\/b><span style=\"font-weight: 400\">\" <\/span><span style=\"font-weight: 400\">style=\"display:none; max-height:0; line-height:0; font-size:0; mso-hide:all;\"<\/span><span style=\"font-weight: 400\">&gt;<\/span>\n\n<span style=\"font-weight: 400\">&lt;div <\/span><span style=\"font-weight: 400\">class=\"<\/span><b>content<\/b><span style=\"font-weight: 400\">\"<\/span><span style=\"font-weight: 400\">&gt;<\/span>\n\n<span style=\"font-weight: 400\">This is where the Interactive Content goes.<\/span>\n\n<span style=\"font-weight: 400\">&lt;\/div&gt;<\/span>\n\n<span style=\"font-weight: 400\">&lt;\/div&gt;<\/span>\n\n<span style=\"font-weight: 400\">&lt;!--&lt;![endif]--&gt;<\/span>\n\n<span style=\"font-weight: 400\">&lt;!-- end INTERACTIVE_SECTION --&gt;<\/span>\n\n&nbsp;\n\n<span style=\"font-weight: 400\">&lt;!-- start FALLBACK_SECTION --&gt;<\/span>\n\n<span style=\"font-weight: 400\">&lt;div <\/span><span style=\"font-weight: 400\">id=\"<\/span><b>staticfallback<\/b><span style=\"font-weight: 400\">\"<\/span><span style=\"font-weight: 400\">&gt;<\/span>\n\n<span style=\"font-weight: 400\">This is where the Fallback Content goes.<\/span>\n\n<span style=\"font-weight: 400\">&lt;\/div&gt;<\/span>\n\n<span style=\"font-weight: 400\">&lt;!-- end FALLBACK_SECTION --&gt;<\/span>\n<\/code><\/pre>\n<p><span style=\"font-weight: 400\">The <\/span><strong>interactive section<\/strong><span style=\"font-weight: 400\"> uses conditional statements to hide content from email clients that don&#8217;t support interactivity.&nbsp;<\/span><span style=\"font-weight: 400\">This includes <a rel=\"noopener\" target=\"_blank\" href=\"http:\/\/freshinbox.com\/blog\/bulletproof-solution-to-hiding-mobile-content-when-opened-in-non-mobile-email-clients\/\">MSO conditional statements<\/a> that will hide everything in between them from versions of Outlook that don\u2019t support interactivity, as well as inline CSS that <em>visually<\/em> hides content for other non-interactive email clients (that&#8217;s the code in green). Then the code <\/span><span style=\"font-weight: 400\">highlighted in dark red<\/span><span style=\"font-weight: 400\"> pulls in styles that override the code for the interactive section while forcing the <\/span><strong>fallback section<\/strong><span style=\"font-weight: 400\"> to hide instead.<\/span><\/p>\n<p><span style=\"font-weight: 400\">We wanted to call out \u201cvisually\u201d because the content still loads, even if it isn\u2019t visible. This is important to note because all of the images and other files you might pull in on the interactive section will impact the loading time for the fallback layout. As a workaround, try leveraging the same images as much as possible for both layouts.<\/span><\/p>\n<p><span style=\"font-weight: 400\">For the content, you can populate the <\/span><b>fallback section<\/b><span style=\"font-weight: 400\"> with any conventional email code or simply wrap those <\/span><span style=\"font-weight: 400\">&lt;div&gt;<\/span><span style=\"font-weight: 400\">s around any existing static email code you might have. For the <\/span><b>interactive section<\/b><span style=\"font-weight: 400\">, feel free to play around with any sort of CSS-only techniques you\u2019re interested in implementing. Searching for CSS-only <a rel=\"noopener\" href=\"https:\/\/litmus.com\/community\/discussions\/7014-how-we-created-a-fully-interactive-email-slider-in-litmus-newsletter\">carousels<\/a>, hotspots, <a rel=\"noopener\" href=\"https:\/\/litmus.com\/community\/discussions\/7582-how-litmus-built-its-ticket-giveaway-for-the-litmus-live-2018-conference\">quizzes<\/a>, scrolling effects, etc. can yield some great inspiration!<\/span><\/p>\n<h3>Utilizing externally-linked stylesheets<\/h3>\n<p><span style=\"font-weight: 400\">Meanwhile, the CSS referenced in the dark red code is hosted in an externally-linked CSS file that contains code like this:<\/span><\/p>\n<pre><code style=\"color: #fff;background: #333\">\n\n<b>#interactive<\/b><span style=\"font-weight: 400\"> {<\/span>\n\n<span style=\"font-weight: 400\">display: block !important;<\/span>\n\n<span style=\"font-weight: 400\">max-height: inherit !important;<\/span>\n\n<span style=\"font-weight: 400\">overflow: visible !important;<\/span>\n\n<span style=\"font-weight: 400\">}<\/span>\n\n<b>#staticfallback<\/b><span style=\"font-weight: 400\"> {<\/span>\n\n<span style=\"font-weight: 400\">display: none !important;<\/span>\n\n<span style=\"font-weight: 400\">}<\/span>\n\n&nbsp;\n\n<b>#interactive .content<\/b><span style=\"font-weight: 400\"> {<\/span>\n\n<span style=\"font-weight: 400\">Font-family: Arial, Helvetica, sans-serif;<\/span>\n\n<span style=\"font-weight: 400\">font-size: 20px;<\/span>\n\n<span style=\"font-weight: 400\">line-height: 30px;<\/span>\n\n<span style=\"font-weight: 400\">display: block;<\/span>\n\n<span style=\"font-weight: 400\">color:#ffffff;<\/span>\n\n<span style=\"font-weight: 400\">}<\/span>\n<\/code><\/pre>\n<p><span style=\"font-weight: 400\">The <\/span><strong>#interactive<\/strong><span style=\"font-weight: 400\"> and <\/span><strong>#staticfallback<\/strong><span style=\"font-weight: 400\"> styles all have <\/span><span style=\"font-weight: 400\">!important;<\/span><span style=\"font-weight: 400\"> rules to allow them to override the inline CSS in your HTML. These are the key style declarations that hide and show your layouts. The <\/span><strong>#interactive .content<\/strong><span style=\"font-weight: 400\"> &nbsp;declaration represents the code you\u2019d use to actually style your interactive content, though interactive layouts would usually require more than this example to work. For example, if you wanted to style a CTA that only appears in the interactive layout, you would create a new declaration like <\/span><strong>#interactive .cta<\/strong><span style=\"font-weight: 400\"> (or <\/span><strong>.interactive-cta<\/strong><span style=\"font-weight: 400\">, as long as the selector is unique to the interactive section) and add your styles to the CSS file.<\/span><\/p>\n<p><span style=\"font-weight: 400\">Then you would add a link tag to your HTML referencing this external stylesheet at the very bottom of your <\/span><span style=\"font-weight: 400\">&lt;head&gt;<\/span><span style=\"font-weight: 400\"> tag, like in this simplified example.<\/span><\/p>\n<pre><code style=\"color: #fff;background: #333\">\n\n<span style=\"font-weight: 400\">&lt;head&gt;<\/span>\n\n<span style=\"font-weight: 400\">&lt;style type=\"text\/css\"&gt;<\/span>\n\n<span style=\"font-weight: 400\">\/* Boilerplate Styles *\/<\/span>\n\n<span style=\"font-weight: 400\">\/* Responsive Media Query Styles *\/<\/span>\n\n<span style=\"font-weight: 400\">\/* Progressive Enhancement Styles *\/<\/span>\n\n<span style=\"font-weight: 400\">&lt;\/style&gt;<\/span>\n\n<span style=\"font-weight: 400\">&lt;!-- External CSS for Interactive Version --&gt;<\/span>\n\n<span style=\"font-weight: 400\">&lt;link rel=\"stylesheet\" type=\"text\/css\" rel=\"noopener\" target=\"_blank\" href=\"<\/span><b><\/b><span style=\"font-weight: 400\">\"&gt;<\/span>\n\n<span style=\"font-weight: 400\">&lt;\/head&gt;<\/span>\n<\/code><\/pre>\n<h3>Mastering CSS specificity<\/h3>\n<p><span style=\"font-weight: 400\">As you can tell, there\u2019s a lot of CSS specificity trickery involved. CSS itself stands for \u201c<\/span><b>Cascading<\/b><span style=\"font-weight: 400\"> Style Sheets\u201d, which refers to the order that your CSS <\/span><i><span style=\"font-weight: 400\">cascades<\/span><\/i><span style=\"font-weight: 400\"> in when it comes to specificity. And specificity determines which rule is the one that wins out. Therefore, the placement of the <\/span><span style=\"font-weight: 400\">&lt;link&gt;<\/span><span style=\"font-weight: 400\"> tag after all of your embedded CSS is crucial for allowing all the styles in the external CSS file to override the styles that came before it. <\/span><\/p>\n<p><span style=\"font-weight: 400\">So why an externally-linked CSS file, instead of embedded or inline CSS? Because if an email client supports this feature, then it most likely supports all the styles contained within the external CSS file. Keeping your interactive CSS separated in this way means that you reduce the likelihood of your interactive styles conflicting with your non-interactive code, so you don\u2019t end up with unintended results.<\/span><\/p>\n<h3><span style=\"font-weight: 400\">The icing on the cake: Optimize for limited interactive support with progressive enhancements<\/span><\/h3>\n<p><span style=\"font-weight: 400\">Once you\u2019ve set up your two main versions\u2014the interactive one and the static fallback\u2014you can go ahead and enhance your static fallback version with some basic interactive elements. Here\u2019s the static version of the email above, made more engaging using hover effects for the logo and the CTA: <\/span><\/p>\n<figure id=\"post-22532 media-22532\" class=\"alignnone\"><img decoding=\"async\" class=\" shaded\" src=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/Screen20Recording202019-01-2820at2003.5520PM.gif\" alt=\"Interactive Email Image Carousel\"><figcaption>Progressively enhanced fallback utilizing hover effects from Offset by Shutterstock. <a rel=\"noopener\" href=\"https:\/\/litmus.com\/builder\/6dde3b1\">See it in Litmus Builder<\/a>.<\/figcaption><\/figure>\n<p><span style=\"font-weight: 400\">You can learn how to create these simple but powerful hover effects <\/span><a rel=\"noopener\" href=\"https:\/\/litmus.com\/blog\/interactive-email-for-beginners-6-interactive-elements-you-can-add-to-your-emails-today\"><span style=\"font-weight: 400\">here<\/span><\/a><span style=\"font-weight: 400\">.<\/span><\/p>\n<h2>WANT MORE RESOURCES LIKE THIS?<\/h2>\n<p>Get the best email marketing and design tips, stats, and resources straight to your inbox and stay at the forefront of email innovation.<\/p>\n<p><a class=\"orange btn medium\" style=\"color: #fff;font-weight: bold\" rel=\"noopener\" href=\"https:\/\/litmus.com\/subscribe\" target=\"_blank\" rel=\"noopener noreferrer\">Stay in the know \u2192<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>For the third year in a row, interactive email experiences were voted one of the hottest email design trends. So why don\u2019t we see more interactive emails in our inboxes? For many brands, limited inbox provider support is the main reason they don\u2019t send more interactive campaigns.<\/p>\n<p>But you don\u2019t have to fear limited support if you have a fallback in place. There are plenty of methods that help you create engaging, interactive emails where they are supported, while still guaranteeing a functional and beautiful experience in all other inboxes.<\/p>\n","protected":false},"author":3,"featured_media":3451,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"tags":[206],"blog_category":[53],"class_list":["post-3450","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","tag-dynamic-content","blog_category-tips-resources"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Fallbacks for Interactive Email: How to Combat Limited Support for Interactivity - Litmus<\/title>\n<meta name=\"description\" content=\"For the third year in a row, interactive email experiences were voted one of the hottest email design trends. So why don\u2019t we see more interactive emails in our inboxes? For many brands, limited inbox provider support is the main reason they don\u2019t send more interactive campaigns. But you don\u2019t have to fear limited support if you have a fallback in place. There are plenty of methods that help you create engaging, interactive emails where they are supported, while still guaranteeing a functional and beautiful experience in all other inboxes.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fallbacks for Interactive Email: How to Combat Limited Support for Interactivity\" \/>\n<meta property=\"og:description\" content=\"For the third year in a row, interactive email experiences were voted one of the hottest email design trends. So why don\u2019t we see more interactive emails in our inboxes? For many brands, limited inbox provider support is the main reason they don\u2019t send more interactive campaigns. But you don\u2019t have to fear limited support if you have a fallback in place. There are plenty of methods that help you create engaging, interactive emails where they are supported, while still guaranteeing a functional and beautiful experience in all other inboxes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity\" \/>\n<meta property=\"og:site_name\" content=\"Litmus\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/litmusapp\" \/>\n<meta property=\"article:published_time\" content=\"2019-01-31T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-14T21:01:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/fallback-strategies-for-interactive-email.gif\" \/>\n\t<meta property=\"og:image:width\" content=\"1380\" \/>\n\t<meta property=\"og:image:height\" content=\"724\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/gif\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@litmusapp\" \/>\n<meta name=\"twitter:site\" content=\"@litmusapp\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Fallbacks for Interactive Email: How to Combat Limited Support for Interactivity - Litmus","description":"For the third year in a row, interactive email experiences were voted one of the hottest email design trends. So why don\u2019t we see more interactive emails in our inboxes? For many brands, limited inbox provider support is the main reason they don\u2019t send more interactive campaigns. But you don\u2019t have to fear limited support if you have a fallback in place. There are plenty of methods that help you create engaging, interactive emails where they are supported, while still guaranteeing a functional and beautiful experience in all other inboxes.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity","og_locale":"en_US","og_type":"article","og_title":"Fallbacks for Interactive Email: How to Combat Limited Support for Interactivity","og_description":"For the third year in a row, interactive email experiences were voted one of the hottest email design trends. So why don\u2019t we see more interactive emails in our inboxes? For many brands, limited inbox provider support is the main reason they don\u2019t send more interactive campaigns. But you don\u2019t have to fear limited support if you have a fallback in place. There are plenty of methods that help you create engaging, interactive emails where they are supported, while still guaranteeing a functional and beautiful experience in all other inboxes.","og_url":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity","og_site_name":"Litmus","article_publisher":"https:\/\/www.facebook.com\/litmusapp","article_published_time":"2019-01-31T00:00:00+00:00","article_modified_time":"2023-08-14T21:01:13+00:00","og_image":[{"width":1380,"height":724,"url":"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/fallback-strategies-for-interactive-email.gif","type":"image\/gif"}],"twitter_card":"summary_large_image","twitter_creator":"@litmusapp","twitter_site":"@litmusapp","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity#article","isPartOf":{"@id":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity"},"author":{"name":"","@id":""},"headline":"Fallbacks for Interactive Email: How to Combat Limited Support for Interactivity","datePublished":"2019-01-31T00:00:00+00:00","dateModified":"2023-08-14T21:01:13+00:00","mainEntityOfPage":{"@id":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity"},"wordCount":1069,"commentCount":0,"publisher":{"@id":"https:\/\/www.litmus.com\/#organization"},"image":{"@id":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity#primaryimage"},"thumbnailUrl":"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/fallback-strategies-for-interactive-email.gif","keywords":["Dynamic Content"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity","url":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity","name":"Fallbacks for Interactive Email: How to Combat Limited Support for Interactivity - Litmus","isPartOf":{"@id":"https:\/\/www.litmus.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity#primaryimage"},"image":{"@id":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity#primaryimage"},"thumbnailUrl":"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/fallback-strategies-for-interactive-email.gif","datePublished":"2019-01-31T00:00:00+00:00","dateModified":"2023-08-14T21:01:13+00:00","description":"For the third year in a row, interactive email experiences were voted one of the hottest email design trends. So why don\u2019t we see more interactive emails in our inboxes? For many brands, limited inbox provider support is the main reason they don\u2019t send more interactive campaigns. But you don\u2019t have to fear limited support if you have a fallback in place. There are plenty of methods that help you create engaging, interactive emails where they are supported, while still guaranteeing a functional and beautiful experience in all other inboxes.","breadcrumb":{"@id":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity#primaryimage","url":"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/fallback-strategies-for-interactive-email.gif","contentUrl":"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/fallback-strategies-for-interactive-email.gif","width":1380,"height":724},{"@type":"BreadcrumbList","@id":"https:\/\/www.litmus.com\/blog\/fallbacks-for-interactive-email-how-to-combat-limited-support-for-interactivity#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.litmus.com\/"},{"@type":"ListItem","position":2,"name":"Fallbacks for Interactive Email: How to Combat Limited Support for Interactivity"}]},{"@type":"WebSite","@id":"https:\/\/www.litmus.com\/#website","url":"https:\/\/www.litmus.com\/","name":"Litmus","description":"Are you getting the most out of your email marketing?","publisher":{"@id":"https:\/\/www.litmus.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.litmus.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.litmus.com\/#organization","name":"Litmus Software","url":"https:\/\/www.litmus.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.litmus.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.litmus.com\/wp-content\/uploads\/2025\/04\/featured-image.png","contentUrl":"https:\/\/www.litmus.com\/wp-content\/uploads\/2025\/04\/featured-image.png","width":600,"height":314,"caption":"Litmus Software"},"image":{"@id":"https:\/\/www.litmus.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/litmusapp","https:\/\/x.com\/litmusapp"]},{"@type":"Person","@id":""}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/posts\/3450","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/comments?post=3450"}],"version-history":[{"count":1,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/posts\/3450\/revisions"}],"predecessor-version":[{"id":76110,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/posts\/3450\/revisions\/76110"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/media\/3451"}],"wp:attachment":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/media?parent=3450"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/tags?post=3450"},{"taxonomy":"blog_category","embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/blog_category?post=3450"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}