{"id":5941,"date":"2016-08-08T00:00:00","date_gmt":"2016-08-08T00:00:00","guid":{"rendered":"https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording\/"},"modified":"2024-12-20T11:21:54","modified_gmt":"2024-12-20T16:21:54","slug":"css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording","status":"publish","type":"post","link":"https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording","title":{"rendered":"CSS Inlining in Email: What It Is + How To Do It [Webinar Recording]"},"content":{"rendered":"<p>If you&#8217;re in any way involved in email design, you know that building a great email isn&#8217;t easy. Between choosing the appropriate layout, header weights and font, content, and more, a lot goes into building each campaign.<\/p>\n<p>Cascading Style Sheets (CSS) allow you to add styles and formatting to the HTML of your email, so that fonts, spaces, colors, images, and more appear the way you intended. There are numerous options for including CSS in your email, the easiest of which is to write your styles in the &lt; head &gt; of your email. However, since Gmail and some other clients will strip out CSS in the &lt; head &gt;, <a rel=\"noopener\" href=\"https:\/\/litmus.com\/blog\/a-guide-to-css-inlining-in-email\">inlining your CSS is essential<\/a>.<\/p>\n<p>Except inlining styles can be time-consuming to code by hand and a bit challenging to manage. When you edit a specific style, it must be updated everywhere it appears in your code, making it easy to miss an incorrect style.<\/p>\n<p>So what should you do? We hosted a webinar to answer that very question\u2014covering the CSS inlining process from start to finish, defining exactly what inline CSS is, and why it\u2019s essential for creating bulletproof HTML emails that look great everywhere.<\/p>\n<p>Didn\u2019t have a chance to attend the webinar, \u201c<em>CSS Inlining in Email: What It is + How To Do It?<\/em>\u201d Don\u2019t worry\u2014we recorded the whole thing. You can view the slides and check out the recording below.<\/p>\n<p><a class=\"btn orange medium\" style=\"color: #fff; font-weight: bold; font-size: 16px;\" rel=\"noopener\" href=\"https:\/\/litmus.com\/lp\/css-inlining-in-email-webinar\">View the slides &amp; recording \u2192<\/a><\/p>\n<p>There were so many great questions during the webinar. We didn\u2019t have a chance to get to them all, but I\u2019ve answered them all here on the blog. Plus, we\u2019ve linked to all of the resources mentioned in the webinar.<\/p>\n<h3>What does it mean to inline your styles?<\/h3>\n<p>\u201cInlining\u201d styles moves the CSS and associated formatting instructions from the style block in the of your email into the body of the HTML.<\/p>\n<h3>Why do you need to inline your styles?<\/h3>\n<p>Thanks to unwieldy email clients, like Gmail (one of the most popular email clients, <a rel=\"noopener\" href=\"https:\/\/litmus.com\/blog\/mobile-back-up-to-56-for-july-email-market-share\">representing 16% of email opens worldwide<\/a>), inlining styles in email is a necessity. If you don\u2019t inline your styles, the styling in the body of your email will not display in clients like Gmail.<\/p>\n<h3>If we don&#8217;t use inliner program, but building it manually, should we start off making the styles first or the inline style first?<\/h3>\n<p>If you aren\u2019t using an inliner or a task runner for inlining, you should definitely be writing your CSS inline from the start to ensure compatibility across all email clients. In this scenario, I highly recommend using multiple cursors, which allow you to place your cursor at multiple points in your editor to type out the same code.<\/p>\n<p>I also recommend Emmet.io as a way of <a rel=\"noopener\" href=\"https:\/\/litmus.com\/blog\/what-is-emmet\">shorthand coding HTML and CSS<\/a>. This helps you reduce the amount of time it takes to write inline CSS.<\/p>\n<h2>Third party inliners<\/h2>\n<h3>What are third party inliners?<\/h3>\n<p>Third party inliners automatically inline your CSS for you. After pasting your HTML into the tool, it regurgitates your code with all of your styles inlined.<\/p>\n<p>Here are some examples of free inliners:<\/p>\n<ul>\n<li><a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/putsmail.com\/inliner\">Putsmail\u2019s Inliner<\/a><\/li>\n<li><a rel=\"noopener\" target=\"_blank\" href=\"http:\/\/templates.mailchimp.com\/resources\/inline-css\/\">MailChimp\u2019s Inliner<\/a><\/li>\n<li><a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/inliner.cm\/\">Campaign Monitor\u2019s Inliner<\/a><\/li>\n<li><a rel=\"noopener\" target=\"_blank\" href=\"http:\/\/foundation.zurb.com\/emails\/inliner.html\">Zurb\u2019s Inliner<\/a><\/li>\n<\/ul>\n<h3>Are third party inliners available to use for people who are not using the service?<\/h3>\n<p>Yes, these third party inliner sites are available for free and do not require an account with any of the services. You can visit the site, copy and paste your HTML, and click to inline your CSS. It\u2019s as easy as that.<\/p>\n<h2>Tasks runners + open source inliners<\/h2>\n<h3>Can you use a task runner and an open source inliner to inline your styles?<\/h3>\n<p>If your emails are generated in the back end of an application, solutions exist for most server side languages and frameworks. You can use task runners, like <a rel=\"noopener\" target=\"_blank\" href=\"http:\/\/gruntjs.com\/\">Grunt<\/a> or <a rel=\"noopener\" target=\"_blank\" href=\"http:\/\/gulpjs.com\/\">Gulp<\/a>, alongside an open source inliner, like <a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/github.com\/Automattic\/juice\">Juice<\/a> or <a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/github.com\/arttu\/roadie\/blob\/master\/lib\/roadie\/inliner.rb\">Roadie<\/a>, to inline your styles.<\/p>\n<h3>Do you need to write the source in Sass for it to work in Grunt?<\/h3>\n<p><a rel=\"noopener\" target=\"_blank\" href=\"http:\/\/sass-lang.com\/\">Sass<\/a> is a preprocessing language for CSS. You do not need to use Sass in order to use Grunt. It is simply an option for those who prefer to write their CSS in Sass. Grunt, as a task runner, can compile your Sass to CSS automatically, as it is set up in Lee Munroe\u2019s <a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/github.com\/leemunroe\/grunt-email-workflow\">Grunt Email Design Workflow<\/a>.<\/p>\n<h3>Is Grunt for Mac only?<\/h3>\n<p>No, Grunt is a JavaScript-based task runner. It is not dependent on using any specific OS and can be used on any platform.<\/p>\n<h3>Can or how would you use\/integrate an inliner with an ESP, like ExactTarget?<\/h3>\n<p>Many ESPs have their own inliner built into their platform that you can use to inline before or during your email send. However, many do not have a method to directly integrate open source inliners out of the box.<\/p>\n<p>In order to send a test email through your ESP using Grunt, for instance, your ESP would need to have API access available for you to customize test sends through their infrastructure. You would need to setup your Grunt to inline your CSS for you, export the email into your ESP, and then send a test email via your ESP. This requires custom development work. Transactional email services like <a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/mandrillapp.com\">Mandrill<\/a> and <a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/www.mailgun.com\/\">Mailgun<\/a> typically have great API documentation and are very developer-friendly, whereas marketing providers can vary.<\/p>\n<h2>CSS Inlining in Litmus Builder<\/h2>\n<h3>What\u2019s the benefit of using Litmus Builder over third party inliners or task runners\/open source inliners?<\/h3>\n<p><a rel=\"noopener\" href=\"https:\/\/litmus.com\/blog\/a-guide-to-css-inlining-in-email\">CSS Inlining in Litmus Builder<\/a> is the only inliner specifically tuned to email development. With a toggle, embedded styles can be automatically inlined. There\u2019s no copy and pasting and no maintenance\u2014it\u2019s a faster workflow than any task runner or third party inliner setup.<\/p>\n<div class=\"cta\">\n<table>\n<tbody>\n<tr>\n<td class=\"block-1\"><img decoding=\"async\" src=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/css-inlining.png\" \/><\/td>\n<td class=\"block-2\">\n<h2>CSS Inlining in Litmus Builder<\/h2>\n<p>Automatically inline your email\u2019s CSS with a simple toggle and style your emails faster and easier than ever.<\/p>\n<p class=\"zero\"><a class=\"btn medium orange button\" rel=\"noopener\" href=\"https:\/\/litmus.com\/email-builder\" target=\"_blank\" rel=\"noopener noreferrer\">Inline your styles \u2192<\/a><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h3>Can Litmus Builder add the MSO code?<\/h3>\n<p>\u201cMSO code\u201d is referring to <a rel=\"noopener\" href=\"https:\/\/litmus.com\/community\/learning\/8-outlook-overview\">Microsoft Outlook conditional comments<\/a>, which can be used as a way of targeting Outlook email clients to include HTML or CSS specifically for Outlook.<\/p>\n<p>Litmus Builder is an email editor. Litmus offers <a rel=\"noopener\" href=\"https:\/\/litmus.com\/blog\/25-free-responsive-hybrid-mobile-aware-email-templates\">free email templates<\/a> that use Outlook conditional comments to render properly in Outlook. You can also create your own templates that use Outlook conditional comments in Litmus Builder as a starting point or create <a rel=\"noopener\" href=\"https:\/\/litmus.com\/blog\/the-ultimate-guide-to-using-snippets-in-email-design\">snippets<\/a> that store your commonly used Outlook conditional comments.<\/p>\n<h2>CSS inlining + its impact on design<\/h2>\n<h3>Can you use inline CSS to create live text overlaying an image with the text floated to the right side of the container that will work across all clients?<\/h3>\n<p>You can use <a rel=\"noopener\" href=\"https:\/\/www.litmus.com\/blog\/the-ultimate-guide-to-background-images-in-email\/\">background images<\/a> and live text together to create this effect. Background image support varies across email clients, but I recommend using backgrounds.cm to create the most bulletproof backgrounds that render across email clients.<\/p>\n<p><a rel=\"noopener\" href=\"https:\/\/litmus.com\/community\">Litmus Community<\/a> is a great place to go for extra help from fellow email designers and developers on how to implement anything.<\/p>\n<h3>How can I inline media queries which are essential for responsive design?<\/h3>\n<p><a rel=\"noopener\" href=\"https:\/\/litmus.com\/blog\/understanding-media-queries-in-html-email\">Media queries<\/a> cannot be inlined, as they must remain in the &lt; head &gt; of an email in order to work. The premise of media queries is that they are a set of conditional statements to activate certain CSS when those conditions are true, most notably for screen size. If such styling was inlined, it would lose the conditional statement and render media queries useless.<\/p>\n<h3>What do you recommend for Gmail responsive situations?<\/h3>\n<p>Unfortunately, Gmail does not support media queries and therefore responsive design, making it hard to build mobile emails.<\/p>\n<p>I highly recommend using the <a rel=\"noopener\" href=\"https:\/\/litmus.com\/blog\/understanding-responsive-and-hybrid-email-design\">hybrid coding technique<\/a>, the <a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/responsivedesign.is\/news\/2016\/02\/the-fab-four-technique-to-create-responsive-emails-without-media-queries\">Fab Four technique<\/a>, or the <a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/medium.com\/cm-engineering\/coding-mobile-first-emails-1513ac4673e#.lg9day1q1\">mobile-first approach<\/a> for the best rendering across email clients, especially in Gmail apps.<\/p>\n<h3>Does inlining styles increase the HTML file size? If so, is there anything I can do to decrease the file size?<\/h3>\n<p>Yes, CSS inlining does increase the HTML file size and is an important consideration. Your HTML file size should always be under 102KB because Gmail will clip the email if it is not under that file size. To reduce your HTML file size, you can minify your HTML. To do this, use a third party minifier site to copy and paste your HTML and click to minify (just like the third party CSS inliner sites we covered in the webinar). Or, you can find an open source minifier to integrate into a task runner workflow.<\/p>\n<h3>How would you update templates globally if you are inlining instead of just updating a stylesheet that would apply to all emails that have that stylesheet?<\/h3>\n<p>You would need to use partials to update templates globally for commonly used components, whether that be HTML or even CSS. <a rel=\"noopener\" href=\"https:\/\/litmus.com\/blog\/create-and-manage-dynamic-code-blocks-easily-with-partials\">Partials<\/a> are the best way to manage, maintain, and update all of your email templates. They\u2019re built Lee Munroe\u2019s <a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/github.com\/leemunroe\/grunt-email-workflow\">Grunt Email Design Workflow<\/a> that we covered in the webinar and are also available in Litmus Builder.<\/p>\n<h2>Start inlining your styles<\/h2>\n<p>With CSS Inlining in Litmus Builder you can automatically inline your email\u2019s CSS with a simple toggle and style your emails faster and easier than ever.<\/p>\n<p>CSS inlining in Litmus Builder is now active in all Litmus accounts. Don\u2019t have a Builder account yet? Sign up today\u2014it\u2019s free!<\/p>\n<p><a class=\"btn medium orange\" style=\"color: #fff; font-size: 16px; font-weight: bold;\" rel=\"noopener\" href=\"https:\/\/litmus.com\/email-builder\">Inline your styles \u2192<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>CSS inlining is crucial for building bulletproof emails. In this actionable webinar, Kevin Mandeville, Litmus\u2019 own email design extraordinaire (and the guy who embedded a live Twitter feed in an email!), takes you through the CSS inlining process from start to finish. He explores exactly what inline CSS is and why it\u2019s essential for creating bulletproof HTML emails that look great everywhere.<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"tags":[106,1163],"blog_category":[53,50],"class_list":["post-5941","post","type-post","status-publish","format-standard","hentry","tag-gmail","tag-snippets","blog_category-tips-resources","blog_category-webinars"],"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>CSS Inlining in Email: What It Is + How To Do It [Webinar Recording] - Litmus<\/title>\n<meta name=\"description\" content=\"CSS inlining is crucial for building bulletproof emails. In this actionable webinar, Kevin Mandeville, Litmus\u2019 own email design extraordinaire (and the guy who embedded a live Twitter feed in an email!), takes you through the CSS inlining process from start to finish. He explores exactly what inline CSS is and why it\u2019s essential for creating bulletproof HTML emails that look great everywhere.\" \/>\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\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CSS Inlining in Email: What It Is + How To Do It [Webinar Recording]\" \/>\n<meta property=\"og:description\" content=\"CSS inlining is crucial for building bulletproof emails. In this actionable webinar, Kevin Mandeville, Litmus\u2019 own email design extraordinaire (and the guy who embedded a live Twitter feed in an email!), takes you through the CSS inlining process from start to finish. He explores exactly what inline CSS is and why it\u2019s essential for creating bulletproof HTML emails that look great everywhere.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording\" \/>\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=\"2016-08-08T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-20T16:21:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/css-inlining.png\" \/>\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":"CSS Inlining in Email: What It Is + How To Do It [Webinar Recording] - Litmus","description":"CSS inlining is crucial for building bulletproof emails. In this actionable webinar, Kevin Mandeville, Litmus\u2019 own email design extraordinaire (and the guy who embedded a live Twitter feed in an email!), takes you through the CSS inlining process from start to finish. He explores exactly what inline CSS is and why it\u2019s essential for creating bulletproof HTML emails that look great everywhere.","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\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording","og_locale":"en_US","og_type":"article","og_title":"CSS Inlining in Email: What It Is + How To Do It [Webinar Recording]","og_description":"CSS inlining is crucial for building bulletproof emails. In this actionable webinar, Kevin Mandeville, Litmus\u2019 own email design extraordinaire (and the guy who embedded a live Twitter feed in an email!), takes you through the CSS inlining process from start to finish. He explores exactly what inline CSS is and why it\u2019s essential for creating bulletproof HTML emails that look great everywhere.","og_url":"https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording","og_site_name":"Litmus","article_publisher":"https:\/\/www.facebook.com\/litmusapp","article_published_time":"2016-08-08T00:00:00+00:00","article_modified_time":"2024-12-20T16:21:54+00:00","og_image":[{"url":"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/css-inlining.png","type":"","width":"","height":""}],"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\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording#article","isPartOf":{"@id":"https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording"},"author":{"name":"","@id":""},"headline":"CSS Inlining in Email: What It Is + How To Do It [Webinar Recording]","datePublished":"2016-08-08T00:00:00+00:00","dateModified":"2024-12-20T16:21:54+00:00","mainEntityOfPage":{"@id":"https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording"},"wordCount":1582,"commentCount":0,"publisher":{"@id":"https:\/\/www.litmus.com\/#organization"},"image":{"@id":"https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording#primaryimage"},"thumbnailUrl":"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/css-inlining.png","keywords":["Gmail","Snippets"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording","url":"https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording","name":"CSS Inlining in Email: What It Is + How To Do It [Webinar Recording] - Litmus","isPartOf":{"@id":"https:\/\/www.litmus.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording#primaryimage"},"image":{"@id":"https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording#primaryimage"},"thumbnailUrl":"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/css-inlining.png","datePublished":"2016-08-08T00:00:00+00:00","dateModified":"2024-12-20T16:21:54+00:00","description":"CSS inlining is crucial for building bulletproof emails. In this actionable webinar, Kevin Mandeville, Litmus\u2019 own email design extraordinaire (and the guy who embedded a live Twitter feed in an email!), takes you through the CSS inlining process from start to finish. He explores exactly what inline CSS is and why it\u2019s essential for creating bulletproof HTML emails that look great everywhere.","breadcrumb":{"@id":"https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording#primaryimage","url":"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/css-inlining.png","contentUrl":"https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/04\/css-inlining.png","width":140,"height":165},{"@type":"BreadcrumbList","@id":"https:\/\/www.litmus.com\/blog\/css-inlining-in-email-what-it-is-how-to-do-it-webinar-recording#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.litmus.com\/"},{"@type":"ListItem","position":2,"name":"CSS Inlining in Email: What It Is + How To Do It [Webinar Recording]"}]},{"@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\/5941","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=5941"}],"version-history":[{"count":3,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/posts\/5941\/revisions"}],"predecessor-version":[{"id":107369,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/posts\/5941\/revisions\/107369"}],"wp:attachment":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/media?parent=5941"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/tags?post=5941"},{"taxonomy":"blog_category","embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/blog_category?post=5941"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}