{"id":76244,"date":"2023-08-16T16:24:19","date_gmt":"2023-08-16T20:24:19","guid":{"rendered":"https:\/\/www.litmus.com\/?page_id=76244"},"modified":"2025-12-12T09:20:50","modified_gmt":"2025-12-12T14:20:50","slug":"social-signals","status":"publish","type":"page","link":"https:\/\/www.litmus.com\/email-gallery\/social-signals","title":{"rendered":"Interest Signals"},"content":{"rendered":"<section class=\"page-header-2022\" style=\"background-color: #fefcf0;\"><style>@media only screen and (max-width: 1399px) and (min-width: 992px)  {\r\n  .circle-bg {\r\n    top: -300px !important;\r\n  }\r\n}<\/style><div class=\"container-fluid p-0\" style=\"overflow: hidden; position: relative;\"><div style=\"width: 60%;border-radius: 50%;background-color: #f8edc4;position: absolute;aspect-ratio: 1 \/ 1;right: -10%;top: -100%;z-index: 0;\" class=\"circle-bg\"><\/div> <div class=\"container\" style=\"padding: 75px 0;z-index: 1 !important;position: relative;\"> <div class=\"row px-3\"><div class=\"col-12 col-lg-5 mb-1 mb-lg-0\"><h1 class=\"page-header-headline\">Email Gallery<\/h1><p class=\"mt-2\"><span style=\"font-size: 1.3rem; line-height: 1.3;\">Need email inspo? We\u2019ve got you covered. Check out our top picks for emails that can help your brand get more clicks, more revenue, and provide better in-email experiences.<\/span><\/p>  <\/div>  <div class=\"col-12 col-lg-7\"><img decoding=\"async\" src=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/gallery-header.svg\" alt=\"Litmus Email Gallery\"><\/div><\/div><\/div><\/div><\/section>\n\n<script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\"><\/script>\r\n<section class=\"internal-navigation\">\r\n    <div class=\"container\">\r\n    <div class=\"container-fluid internal-menu-navigation-container\">\r\n        <div class=\"row\">\r\n            <div id=\"internal-menu-navigation\" class=\"text-right my-2\"><i class=\"fa-solid fa-circle-chevron-left hide-left-active\" id=\"internal-navigation-slide-left\" type=\"button\"><\/i><i class=\"fa-solid fa-circle-chevron-right show-right-active\" id=\"internal-navigation-slide-right\" type=\"button\"><\/i>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"row text-center\"><div id=\"internal-menu-container\" class=\"menu-email-gallery-container\"><ul id=\"internal-menu-wrapper\" class=\"internal-menu list-inline\"><li id=\"menu-item-78005\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-78005\"><a href=\"https:\/\/www.litmus.com\/email-gallery\">Email Gallery Home<\/a><\/li>\n<li id=\"menu-item-76270\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76270\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/countdown-timers\">Countdown Timers<\/a><\/li>\n<li id=\"menu-item-76269\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76269\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/live-polls\">Live Polls<\/a><\/li>\n<li id=\"menu-item-76271\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76271\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/personalized-image\">Personalized Images<\/a><\/li>\n<li id=\"menu-item-76267\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76267\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/social-content\">Social Content<\/a><\/li>\n<li id=\"menu-item-76266\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76266\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/social-signals\">Interest Signals<\/a><\/li>\n<li id=\"menu-item-76265\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-76265\"><a href=\"https:\/\/www.litmus.com\/email-gallery\/weather\">Weather<\/a><\/li>\n<\/ul><\/div><\/div>\r\n    <\/div>\r\n    <\/div>\r\n<\/section>\r\n<script>\r\n     jQuery(document).ready(function($) {\r\n\/\/internal navigation overflow scroll controllers\r\n\/\/Show or hide internal menu navigation dependent upon horizontal overflow\r\n\tfunction checkOverflow() {\r\n\t\tif ($('#internal-menu-wrapper').prop('scrollWidth') <= $('#internal-menu-wrapper').prop('clientWidth')){\r\n\t\t\t$('#internal-menu-navigation').hide();\r\n\t\t\t$('#internal-menu-wrapper').addClass('internal-menu-wrapper-spacer');\r\n\t\t} else {\r\n\t\t\t$('#internal-menu-navigation').show();\r\n\t\t}\r\n\t} checkOverflow(); \r\n\t$(window).resize(function () {\r\n\t\tcheckOverflow();\r\n\t});\r\n\/\/have internal navigation buttons control scrolling on horizontal overflow\r\n\tconst buttonRight = document.getElementById('internal-navigation-slide-right');\r\n\tconst buttonLeft = document.getElementById('internal-navigation-slide-left');\r\n\tbuttonRight.onclick = function () {\r\n\t\tdocument.getElementById('internal-menu-wrapper').scrollLeft += 200;};\r\n\tbuttonLeft.onclick = function () {\r\n\t\tdocument.getElementById('internal-menu-wrapper').scrollLeft -= 200;\r\n\t};\r\n    $('.internal-menu').on('scroll', function () {\r\n        \/\/add helper classes to menu items so we can count them for correct width calculation \r\n        $('#internal-menu-wrapper > li').addClass('internal-navigaton-menu-item');\r\n        $('#internal-menu-wrapper > li').last().addClass('last-internal-navigaton-menu-item');\r\n        \/\/count menu items and calculate total paddings\r\n        var internalmenuitems = $('.internal-navigaton-menu-item').length;\r\n        var maxrightitemsvalue = parseInt(internalmenuitems);\r\n        var maxrightitemspadding = maxrightitemsvalue * 58;\r\n        \/\/get values of bootstrap container margins\r\n        var getmargins = $('.internal-menu-navigation-container').first();\r\n        var getmarginsouter = getmargins.outerWidth(true);\r\n        \/\/calculate distance to right edge of overflow-x element\r\n        var totalWidth = 0;\r\n        $('.internal-navigaton-menu-item').each(function() {totalWidth += parseInt($(this).width(), 10);});\r\n        var internalmenuscroll = totalWidth - getmarginsouter + maxrightitemspadding + 30;\r\n        var maxright = parseInt(internalmenuscroll);\r\n        \/\/start at zero and show right button only\r\n        var cur = $(this).scrollLeft();\r\n        if (cur === 0) {\r\n            $('#internal-navigation-slide-right').addClass('show-right-active').removeClass('hide-right-active');$('#internal-navigation-slide-left').removeClass('show-left-active').addClass('hide-left-active');} \r\n        \/\/if we scrolled to the right edge of overflow-x element remove right button\r\n        else { if (cur > maxright ) {$('#internal-navigation-slide-left').addClass('show-left-active');$('#internal-navigation-slide-right').removeClass('show-right-active').addClass('hide-right-active');} \r\n              else { $('#internal-navigation-slide-left').addClass('show-left-active').removeClass('hide-left-active');$('#internal-navigation-slide-right').addClass('show-right-active').removeClass('hide-right-active');}\r\n             }\r\n    });\r\n        $(\".internal-menu\").trigger(\"scroll\");\r\n    });\r\n<\/script>\n\n\n\n\t<div id=\"simple-text-block-block_efd21757611bc7bbcd64643758d4d071\" class=\"block-simple-text-block alignfull bg-texture \" style=\"background-color:\">\n  <div class=\"container\">\n  \t<div class=\"row\">\n  \t\t<div class=\"col\">\n  \t\t\t<div class=\"copy\">\n  \t\t\t\t<div class=\"row\">\n<div class=\"col-12\">\n<h2 class=\"h-lg\">Interest Signals<\/h2>\n<\/div>\n<div class=\"col-12\">\n<p>Display the live number of clicks on each product or image in your email, showcasing how many subscribers are engaging with that exact link.<\/p>\n<\/div>\n<\/div>\n<style>#jtg-76706 .modula-item { box-shadow: #b5b5b5 0px 0px 2px; }#jtg-76706 .modula-item .jtg-social a, .lightbox-socials.jtg-social a{ color: #000000 }#jtg-76706 .modula-item .jtg-social svg, .lightbox-socials.jtg-social svg { height: 16px; width: 16px }#jtg-76706 .modula-item .jtg-social a:not(:last-child), .lightbox-socials.jtg-social a:not(:last-child) { margin-right: 10px }#jtg-76706 .modula-item .figc {color:#ffffff;}#jtg-76706 .modula-item .modula-item-content { transform: scale(1) }#jtg-76706 { width:100%;}#jtg-76706 .modula-items .figc p.description { font-size:24px; }#jtg-76706 .modula-items .figc p.description { color:#ffffff;}#jtg-76706 .modula-items .figc .jtg-title { color:#000000; }#jtg-76706.modula-gallery .modula-item > a, #jtg-76706.modula-gallery .modula-item, #jtg-76706.modula-gallery .modula-item-content > a:not(.modula-no-follow) { cursor:pointer; } #jtg-76706.modula-gallery .modula-item-content .modula-no-follow { cursor: default; } #jtg-76706.modula-gallery .modula-item, #jtg-76706.modula-gallery .modula-grid-sizer { width: calc(33.333333333333% - 20px) ; } @media (min-width: 768px) and (max-width:992px) { html body #jtg-76706.modula-gallery .modula-item, html body  #jtg-76706.modula-gallery .modula-grid-sizer {width: calc(50% - 15px ) ; } }@media (max-width: 768px) { html body #jtg-76706.modula-gallery .modula-item, html body  #jtg-76706.modula-gallery .modula-grid-sizer {width: calc(100% - 0px ) ; } }#jtg-76706 .modula-items{position:relative;}#jtg-76706 .modula-item .modula-item-overlay, #jtg-76706 .modula-item.effect-layla, #jtg-76706  .modula-item.effect-ruby,#jtg-76706 .modula-item.effect-bubba,#jtg-76706 .modula-item.effect-sarah,#jtg-76706 .modula-item.effect-milo,#jtg-76706 .modula-item.effect-julia,#jtg-76706 .modula-item.effect-hera,#jtg-76706 .modula-item.effect-winston,#jtg-76706 .modula-item.effect-selena,#jtg-76706 .modula-item.effect-terry,#jtg-76706 .modula-item.effect-phoebe,#jtg-76706 .modula-item.effect-apollo,#jtg-76706 .modula-item.effect-steve,#jtg-76706 .modula-item.effect-ming{ background-color:#000000; }#jtg-76706  .modula-item.effect-oscar { background: -webkit-linear-gradient(45deg,#000000 0,#9b4a1b 40%,#000000 100%);background: linear-gradient(45deg,#000000 0,#9b4a1b 40%,#000000 100%);}#jtg-76706  .modula-item.effect-roxy {background: -webkit-linear-gradient(45deg,#000000 0,#05abe0 100%);background: linear-gradient(45deg,#000000 0,#05abe0 100%);}#jtg-76706 .modula-item.effect-dexter {background: -webkit-linear-gradient(top,#000000 0,rgba(104,60,19,1) 100%); background: linear-gradient(to bottom,#000000 0,rgba(104,60,19,1) 100%);}#jtg-76706  .modula-item.effect-jazz {background: -webkit-linear-gradient(-45deg,#000000 0,#f33f58 100%);background: linear-gradient(-45deg,#000000 0,#f33f58 100%);}#jtg-76706 .modula-item.effect-lexi {background: -webkit-linear-gradient(-45deg,#000000 0,#fff 100%);background: linear-gradient(-45deg,#000000 0,#fff 100%);}#jtg-76706 .modula-item.effect-duke {background: -webkit-linear-gradient(-45deg,#000000 0,#cc6055 100%);background: linear-gradient(-45deg,#000000 0,#cc6055 100%);}#jtg-76706 .modula-item:hover img { opacity: 0.3; }#jtg-76706 .jtg-title {font-weight:400; }#jtg-76706 p.description {font-weight:normal; }#jtg-76706:not(.modula-loaded-scale)  .modula-item .modula-item-content { transform: scale(1) translate(0px,20px) rotate(0deg); }@keyframes modulaScaling { 0% {transform: scale(1) translate(0px,p0x) rotate(0deg);} 50%{transform: scale(1) translate(0px,20px) rotate(0deg);}100%{transform: scale(1) translate(0px,p0x) rotate(0deg);}}#jtg-76706.modula-gallery .filters { text-align: center;}#jtg-76706.modula-gallery .modula-item.effect-terry .jtg-social a:not(:last-child){margin-bottom:10px;}.modula-fancybox-container.modula-lightbox-jtg-76706 .modula-fancybox-caption .modula-fancybox-caption__body, .modula-fancybox-container.modula-lightbox-jtg-76706 .modula-fancybox-caption .modula-fancybox-caption__body p {text-align:center}html body .modula.modula-columns .modula-items.grid-gallery .modula-item.effect-under .modula-item-content { height:auto;}.modula-items .figc p.description { background-color: #000 !important; padding: 20px !important; text-align: left !important; font-size: 1.0rem !important; bottom: 85% !important; margin-top: 0px !important; margin-bottom: 0px !important; letter-spacing: unset !important; right: 0% !important; left: 0% !important; position: relative !important; } .modula .modula-items .jtg-social { right: unset !important; position: relative !important; bottom: unset !important; text-align: center !important; padding: 20px !important;} .modula .modula-item .jtg-social a { text-decoration: none !important; color: #fff !important; display: inline-block !important; margin: 0 10px 0 0 !important; padding: unset !important; background-color: #000 !important; -ms-flex-pack: center !important; justify-content: center !important; -ms-flex-align: center !important; align-items: center !important; border: 2px solid #000 !important; padding: 2px !important; width: 38px !important; height: 38px !important; border-radius: 100% !important; text-align: center !important;@media screen and (max-width:480px){#jtg-76706 .modula-item .figc .jtg-title {  font-size: 12px; }#jtg-76706 .modula-items .figc p.description { color:#ffffff;font-size:10px; }}<\/style>\n<!-- Gallery Container -->\r\n<div  id=\"jtg-76706\" class=\"modula modula-gallery modula-columns\" data-config=\"{&quot;tabletHeight&quot;:0,&quot;mobileHeight&quot;:0,&quot;desktopHeight&quot;:0,&quot;enableTwitter&quot;:true,&quot;enableWhatsapp&quot;:false,&quot;enableFacebook&quot;:true,&quot;enablePinterest&quot;:false,&quot;enableLinkedin&quot;:true,&quot;enableEmail&quot;:false,&quot;randomFactor&quot;:0,&quot;type&quot;:&quot;grid&quot;,&quot;columns&quot;:12,&quot;gutter&quot;:30,&quot;mobileGutter&quot;:30,&quot;tabletGutter&quot;:30,&quot;desktopGutter&quot;:30,&quot;enableResponsive&quot;:&quot;1&quot;,&quot;tabletColumns&quot;:&quot;2&quot;,&quot;mobileColumns&quot;:&quot;1&quot;,&quot;lazyLoad&quot;:&quot;1&quot;,&quot;lightboxOpts&quot;:{&quot;loop&quot;:false,&quot;arrows&quot;:true,&quot;toolbar&quot;:true,&quot;keyboard&quot;:false,&quot;wheel&quot;:false,&quot;buttons&quot;:[&quot;zoom&quot;,&quot;share&quot;,&quot;close&quot;],&quot;hash&quot;:false,&quot;lang&quot;:&quot;en&quot;,&quot;touch&quot;:{&quot;vertical&quot;:true,&quot;momentum&quot;:true},&quot;protect&quot;:false,&quot;i18n&quot;:{&quot;en&quot;:{&quot;CLOSE&quot;:&quot;Close&quot;,&quot;NEXT&quot;:&quot;Next&quot;,&quot;PREV&quot;:&quot;Previous&quot;,&quot;Error&quot;:&quot;The requested content cannot be loaded. Please try again later.&quot;,&quot;PLAY_START&quot;:&quot;Start slideshow&quot;,&quot;PLAY_STOP&quot;:&quot;Pause slideshow&quot;,&quot;FULL_SCREEN&quot;:&quot;Full screen&quot;,&quot;THUMBS&quot;:&quot;Thumbnails&quot;,&quot;DOWNLOAD&quot;:&quot;Download&quot;,&quot;SHARE&quot;:&quot;Share&quot;,&quot;ZOOM&quot;:&quot;Zoom&quot;}},&quot;clickSlide&quot;:&quot;close&quot;,&quot;clickOutside&quot;:false,&quot;dblclickContent&quot;:false,&quot;dblclickSlide&quot;:false,&quot;dblclickOutside&quot;:false,&quot;baseTpl&quot;:&quot;&lt;div class=\\&quot;modula-fancybox-container modula-lightbox-jtg-76706\\&quot; role=\\&quot;dialog\\&quot; tabindex=\\&quot;-1\\&quot;&gt;&lt;div class=\\&quot;modula-fancybox-bg\\&quot;&gt;&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-inner\\&quot;&gt;&lt;div class=\\&quot;modula-fancybox-infobar\\&quot;&gt;&lt;span data-fancybox-index&gt;&lt;\\\/span&gt;&nbsp;\\\/&nbsp;&lt;span data-fancybox-count&gt;&lt;\\\/span&gt;&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-toolbar\\&quot;&gt;{{buttons}}&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-navigation\\&quot;&gt;{{arrows}}&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-stage\\&quot;&gt;&lt;\\\/div&gt;&lt;div class=\\&quot;modula-fancybox-caption\\&quot;&gt;&lt;div class=\\&quot;modula-fancybox-caption__body\\&quot;&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&quot;,&quot;infobar&quot;:true,&quot;modulaShare&quot;:[&quot;facebook&quot;,&quot;twitter&quot;,&quot;linkedin&quot;],&quot;lightboxEmailSubject&quot;:&quot;&quot;,&quot;lightboxEmailMessage&quot;:&quot;&quot;,&quot;messageGallery&quot;:&quot;Here is the link to the gallery :&quot;,&quot;animationEffect&quot;:false,&quot;animationDuration&quot;:0,&quot;transitionEffect&quot;:false,&quot;transitionDuration&quot;:0,&quot;thumbs&quot;:{&quot;autoStart&quot;:false,&quot;axis&quot;:&quot;y&quot;},&quot;preventCaptionOverlap&quot;:false},&quot;inView&quot;:false,&quot;email_subject&quot;:&quot;Check out this awesome image !!&quot;,&quot;email_message&quot;:&quot;Here is the link to the image : %%image_link%% and this is the link to the gallery : %%gallery_link%%&quot;,&quot;grid_type&quot;:&quot;3&quot;,&quot;rowHeight&quot;:0,&quot;lastRow&quot;:&quot;&quot;,&quot;lightbox&quot;:&quot;fancybox&quot;,&quot;filterClick&quot;:&quot;0&quot;,&quot;dropdownFilters&quot;:&quot;0&quot;,&quot;defaultActiveFilter&quot;:&quot;all&quot;,&quot;initLightbox&quot;:&quot;modula_pro_init_lightbox&quot;,&quot;haveFilters&quot;:0,&quot;lightbox_devices&quot;:&quot;both&quot;,&quot;pagination&quot;:false,&quot;images_per_page&quot;:&quot;12&quot;,&quot;images_count&quot;:37}\">\r\n\r\n\t<div class=\"modula-grid-sizer\"> <\/div>\r\n\t<!-- Items Container -->\r\n\t<div  class=\"modula-items grid-gallery\">\r\n\t\t<div class=\"modula-item effect-hide jtg-filter-all jtg-filter-retail jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14596\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;By using Social Signals in this email DFS were able to encourage recipients to shop by showing how many people were loving each product.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/DFS-Social-Signals-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-14596 lazyload\"  data-valign=\"middle\" data-halign=\"center\" alt=\"DFS Social Signals\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/DFS-Social-Signals.png\" title=\"DFS Social Signals\" width=\"610\" height=\"1024\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_610,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/DFS-Social-Signals.png\" data-caption=\"By using Social Signals in this email DFS were able to encourage recipients to shop by showing how many people were loving each product.\" data-source=\"modula\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_610,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/DFS-Social-Signals.png 610w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_179,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/DFS-Social-Signals-179x300.png 179w\" data-sizes=\"(max-width: 610px) 100vw, 610px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">By using Social Signals in this email DFS were able to encourage recipients to shop by showing how many people were loving each product.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-retail jtg-filter-fashion jtg-filter-countdown-timers jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14598\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;This supersonic Black Friday email from Hunter included a countdown timer at the top of the email, as well as social signals to show how many people were currently shopping.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-14598 lazyload\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Hunter Black Friday\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals.png\" title=\"Hunter Black Friday\" data-caption=\"This supersonic Black Friday email from Hunter included a countdown timer at the top of the email, as well as social signals to show how many people were currently shopping.\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_647,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals-647x1024.png\" width=\"647\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_655,h_1037\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals.png 655w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_189,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals-189x300.png 189w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_647,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/Hunter-CDT-SocialSignals-647x1024.png 647w\" data-sizes=\"(max-width: 647px) 100vw, 647px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This supersonic Black Friday email from Hunter included a countdown timer at the top of the email, as well as social signals to show how many people were currently shopping.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals jtg-filter-retail jtg-filter-fashion\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14599\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;This email from Kate Spade encouraged customers to purchase by using social signals to let them know how many people were currently shopping their Black Friday deals&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/KS-Black-Fri-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-14599 lazyload\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Kate Spade Black Friday\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/KS-Black-Fri.png\" title=\"Kate Spade Black Friday\" data-caption=\"This email from Kate Spade encouraged customers to purchase by using social signals to let them know how many people were currently shopping their Black Friday deals\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_634,h_761\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/KS-Black-Fri.png\" width=\"634\" height=\"761\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_634,h_761\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/KS-Black-Fri.png 634w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_250,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/12\/KS-Black-Fri-250x300.png 250w\" data-sizes=\"(max-width: 634px) 100vw, 634px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This email from Kate Spade encouraged customers to purchase by using social signals to let them know how many people were currently shopping their Black Friday deals<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14151\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Social Signals in the header of this email from Endy show how many people are shopping that item. There is nothing more enticing than FOMO!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Endy-Social-Signals-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-14151 lazyload\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Endy Social Signals\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Endy-Social-Signals.png\" title=\"Endy Social Signals\" data-caption=\"Social Signals in the header of this email from Endy show how many people are shopping that item. There is nothing more enticing than FOMO!\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_448,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Endy-Social-Signals-448x1024.png\" width=\"448\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_596,h_1361\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Endy-Social-Signals.png 596w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_131,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Endy-Social-Signals-131x300.png 131w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_448,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/Endy-Social-Signals-448x1024.png 448w\" data-sizes=\"(max-width: 448px) 100vw, 448px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Social Signals in the header of this email from Endy show how many people are shopping that item. There is nothing more enticing than FOMO!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-countdown-timers jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14284\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Social Signals and a Countdown Timer was used in this email from Kate Spade promotiong their VIP preview sale!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-14284 lazyload\"  data-valign=\"middle\" data-halign=\"center\" alt=\"KateSpade - Social Signals\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05.png\" title=\"KateSpade - Social Signals\" data-caption=\"Social Signals and a Countdown Timer was used in this email from Kate Spade promotiong their VIP preview sale!\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_252,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-252x1024.png\" width=\"252\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1367,h_5548\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05.png 1367w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_74,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-74x300.png 74w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_252,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-252x1024.png 252w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_3117\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-768x3117.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_2841\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/07\/KateSpade-SocialSignals-2021_05-700x2841.png 700w\" data-sizes=\"(max-width: 252px) 100vw, 252px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Social Signals and a Countdown Timer was used in this email from Kate Spade promotiong their VIP preview sale!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-retail jtg-filter-fashion jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"14162\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;This product email from New Look used Kickdynamic technology to show social signals. When stock of each product dropped below a certain number the product showed an almost gone sign, encouraging shoppers to buy quickly!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/New-Look-Social-Signals-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-14162 lazyload\"  data-valign=\"middle\" data-halign=\"center\" alt=\"New Look Social Signals\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/New-Look-Social-Signals.png\" title=\"New Look Social Signals\" data-caption=\"This product email from New Look used Kickdynamic technology to show social signals. When stock of each product dropped below a certain number the product showed an almost gone sign, encouraging shoppers to buy quickly!\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_325,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/New-Look-Social-Signals-325x1024.png\" width=\"325\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_804,h_2533\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/New-Look-Social-Signals.png 804w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_95,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/New-Look-Social-Signals-95x300.png 95w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_325,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/New-Look-Social-Signals-325x1024.png 325w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_2420\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/New-Look-Social-Signals-768x2420.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_488,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/New-Look-Social-Signals-488x1536.png 488w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_650,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/New-Look-Social-Signals-650x2048.png 650w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_2205\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/06\/New-Look-Social-Signals-700x2205.png 700w\" data-sizes=\"(max-width: 325px) 100vw, 325px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This product email from New Look used Kickdynamic technology to show social signals. When stock of each product dropped below a certain number the product showed an almost gone sign, encouraging shoppers to buy quickly!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-retail jtg-filter-fashion jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13810\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Hunter used social signals to show how many people liked their recycled tote bags! Now that&#039;s resourceful!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunterss-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-13810 lazyload\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Hunter Social Signals\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunterss.png\" title=\"Hunter Social Signals\" data-caption=\"Hunter used social signals to show how many people liked their recycled tote bags! Now that&#039;s resourceful!\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_395,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunterss-395x1024.png\" width=\"395\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1195,h_3100\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunterss.png 1195w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_116,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunterss-116x300.png 116w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_395,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunterss-395x1024.png 395w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1992\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunterss-768x1992.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_592,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunterss-592x1536.png 592w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_789,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunterss-789x2048.png 789w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1816\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/hunterss-700x1816.png 700w\" data-sizes=\"(max-width: 395px) 100vw, 395px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Hunter used social signals to show how many people liked their recycled tote bags! Now that&#8217;s resourceful!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-retail jtg-filter-fashion jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"57482\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;New Look used social signals in this email header to let openers know how many people were shopping online.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/NewlOOK-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-57482 lazyload\"  data-valign=\"middle\" data-halign=\"center\" alt=\"New Look Social Signals\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/NewlOOK.png\" title=\"New Look Social Signals\" data-caption=\"New Look used social signals in this email header to let openers know how many people were shopping online.\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_652,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/NewlOOK-652x1024.png\" width=\"652\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1293,h_2032\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/NewlOOK.png 1293w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_191,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/NewlOOK-191x300.png 191w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_652,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/NewlOOK-652x1024.png 652w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1207\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/NewlOOK-768x1207.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_977,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/NewlOOK-977x1536.png 977w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1100\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/NewlOOK-700x1100.png 700w\" data-sizes=\"(max-width: 652px) 100vw, 652px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">New Look used social signals in this email header to let openers know how many people were shopping online.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-fashion jtg-filter-retail jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13796\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Social Signals were used in this email from Missguided to show how many people were viewing each product, encouraging customers to buy before they sell out!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/missguided-socialsignals-1-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-13796 lazyload\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Misguided Social Signals\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/missguided-socialsignals-1.png\" title=\"Missguided Social Signals\" data-caption=\"Social Signals were used in this email from Missguided to show how many people were viewing each product, encouraging customers to buy before they sell out!\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_441,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/missguided-socialsignals-1-441x1024.png\" width=\"441\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_783,h_1817\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/missguided-socialsignals-1.png 783w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_129,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/missguided-socialsignals-1-129x300.png 129w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_441,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/missguided-socialsignals-1-441x1024.png 441w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1782\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/missguided-socialsignals-1-768x1782.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_662,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/missguided-socialsignals-1-662x1536.png 662w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1624\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/missguided-socialsignals-1-700x1624.png 700w\" data-sizes=\"(max-width: 441px) 100vw, 441px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Social Signals were used in this email from Missguided to show how many people were viewing each product, encouraging customers to buy before they sell out!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals jtg-filter-retail jtg-filter-fashion\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13547\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;This email features the live number of clicks over each product featured in the email adding real social-proof in the inbox. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Quiz-SS-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-13547 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Quiz Clothing social signals in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Quiz-SS.png\" title=\"Quiz Clothing social signals in email\" data-caption=\"This email features the live number of clicks over each product featured in the email adding real social-proof in the inbox. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_217,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Quiz-SS-217x1024.png\" width=\"217\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1259,h_5948\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Quiz-SS.png 1259w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_217,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Quiz-SS-217x1024.png 217w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_3628\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Quiz-SS-768x3628.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_325,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Quiz-SS-325x1536.png 325w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_3307\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Quiz-SS-700x3307.png 700w\" data-sizes=\"(max-width: 217px) 100vw, 217px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This email features the live number of clicks over each product featured in the email adding real social-proof in the inbox. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-fashion jtg-filter-social-signals jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13807\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;The social signals displayed in this email showed how much each product was loved by customers.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/KateSpade-SS-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-13807 lazyload\"  data-valign=\"middle\" data-halign=\"center\" alt=\"Kate Spade Social Signals\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/KateSpade-SS.png\" title=\"Kate Spade Social Signals\" data-caption=\"The social signals displayed in this email showed how much each product was loved by customers.\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_256,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/KateSpade-SS-256x1024.png\" width=\"256\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1280,h_5117\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/KateSpade-SS.png 1280w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_75,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/KateSpade-SS-75x300.png 75w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_256,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/KateSpade-SS-256x1024.png 256w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_3070\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/KateSpade-SS-768x3070.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_384,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/KateSpade-SS-384x1536.png 384w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_512,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/KateSpade-SS-512x2048.png 512w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_2798\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/04\/KateSpade-SS-700x2798.png 700w\" data-sizes=\"(max-width: 256px) 100vw, 256px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">The social signals displayed in this email showed how much each product was loved by customers.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-retail jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13346\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;A live vote for festive favourites with the live number of clicks for each product displayed at each open. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/fmss-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-13346 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Fortnum &amp; Mason Social Signals in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/fmss.png\" title=\"Fortnum &amp;amp; Mason Social Signals in email\" data-caption=\"A live vote for festive favourites with the live number of clicks for each product displayed at each open. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_511,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/fmss-511x1024.png\" width=\"511\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1248,h_2501\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/fmss.png 1248w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/fmss-150x300.png 150w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_511,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/fmss-511x1024.png 511w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1539\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/fmss-768x1539.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_766,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/fmss-766x1536.png 766w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1022,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/fmss-1022x2048.png 1022w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1403\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/fmss-700x1403.png 700w\" data-sizes=\"(max-width: 511px) 100vw, 511px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">A live vote for festive favourites with the live number of clicks for each product displayed at each open. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-retail jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13353\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;This email features a live click counter showcasing how many recipients clicked on each product. The timer resets daily to show the time left to shop with free next delivery guaranteed. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/Mobiles-clickcount-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-13353 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Mobiles Click Counters in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/Mobiles-clickcount.png\" title=\"Mobiles Click Counters in email\" data-caption=\"This email features a live click counter showcasing how many recipients clicked on each product. The timer resets daily to show the time left to shop with free next delivery guaranteed. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_500,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/Mobiles-clickcount-500x1024.png\" width=\"500\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_601,h_1231\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/Mobiles-clickcount.png 601w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_146,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/Mobiles-clickcount-146x300.png 146w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_500,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/Mobiles-clickcount-500x1024.png 500w\" data-sizes=\"(max-width: 500px) 100vw, 500px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This email features a live click counter showcasing how many recipients clicked on each product. The timer resets daily to show the time left to shop with free next delivery guaranteed. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-weather jtg-filter-social-signals jtg-filter-fashion jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13552\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Hunter Boots live forecast and social signals in emailThe hero image of this email features a forecast with the live chance of rain in open location. The products in the email feature social signals (live number of clicks on each product) that update live at every open. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-13552 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS.png\" title=\"Hunter Boots live forecast and social signals in email\" data-caption=\"Hunter Boots live forecast and social signals in emailThe hero image of this email features a forecast with the live chance of rain in open location. The products in the email feature social signals (live number of clicks on each product) that update live at every open. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_205,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-205x1024.png\" width=\"205\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1257,h_6279\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS.png 1257w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_60,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-60x300.png 60w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_205,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-205x1024.png 205w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_3836\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-768x3836.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_410,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-410x2048.png 410w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_3497\/https:\/\/www.litmus.com\/wp-content\/uploads\/2021\/02\/Hunter-Weather-SS-700x3497.png 700w\" data-sizes=\"(max-width: 205px) 100vw, 205px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Hunter Boots live forecast and social signals in emailThe hero image of this email features a forecast with the live chance of rain in open location. The products in the email feature social signals (live number of clicks on each product) that update live at every open. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-retail jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"57319\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Kiehl&#039;s launch cyber week with this email featuring live social signals based on number of clicks in the email. The social signals sat within a carousel for a cool interactive touch! Openers could scroll through products in the email itself. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/kiehlscarousel-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-57319 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Kiehl&#039;s live social signals and kinetic code\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/kiehlscarousel.png\" title=\"Kiehl&#039;s live social signals and kinetic code\" data-caption=\"Kiehl&#039;s launch cyber week with this email featuring live social signals based on number of clicks in the email. The social signals sat within a carousel for a cool interactive touch! Openers could scroll through products in the email itself. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_488,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/kiehlscarousel-488x1024.png\" width=\"488\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_697,h_1462\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/kiehlscarousel.png 697w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_143,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/kiehlscarousel-143x300.png 143w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_488,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/kiehlscarousel-488x1024.png 488w\" data-sizes=\"(max-width: 488px) 100vw, 488px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Kiehl&#8217;s launch cyber week with this email featuring live social signals based on number of clicks in the email. The social signals sat within a carousel for a cool interactive touch! Openers could scroll through products in the email itself. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"57029\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;In this email Kiehl&#039;s showcase the number of recipients clicking through on products.  &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/KiehlsSS-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-57029 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Kiehl&#039;s social signals in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/KiehlsSS.png\" title=\"Kiehl&#039;s social signals in email\" data-caption=\"In this email Kiehl&#039;s showcase the number of recipients clicking through on products.  \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_421,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/KiehlsSS-421x1024.png\" width=\"421\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1452,h_3530\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/KiehlsSS.png 1452w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_123,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/KiehlsSS-123x300.png 123w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_421,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/KiehlsSS-421x1024.png 421w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1867\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/KiehlsSS-768x1867.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_632,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/KiehlsSS-632x1536.png 632w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_842,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/KiehlsSS-842x2048.png 842w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1702\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/KiehlsSS-700x1702.png 700w\" data-sizes=\"(max-width: 421px) 100vw, 421px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">In this email Kiehl&#8217;s showcase the number of recipients clicking through on products.  <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals jtg-filter-retail jtg-filter-fashion\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13373\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Topman feature live Social Signals in the form of click counts in this Black Friday email. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/TM-SS-BF-1-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-13373 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Topman Social Signals in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/TM-SS-BF-1.png\" title=\"Topman Social Signals in email\" data-caption=\"Topman feature live Social Signals in the form of click counts in this Black Friday email. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_173,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/TM-SS-BF-1-173x1024.png\" width=\"173\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_625,h_3700\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/TM-SS-BF-1.png 625w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_173,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/TM-SS-BF-1-173x1024.png 173w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_346,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/11\/TM-SS-BF-1-346x2048.png 346w\" data-sizes=\"(max-width: 173px) 100vw, 173px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Topman feature live Social Signals in the form of click counts in this Black Friday email. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals jtg-filter-fashion jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13038\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;A gorgeous, summery email featuring real-life imagery with social signals (live number of clicks) overlaid.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/ted-social-sigs-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-13038 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Ted Baker social signals in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/ted-social-sigs.png\" title=\"Ted Baker social signals in email\" data-caption=\"A gorgeous, summery email featuring real-life imagery with social signals (live number of clicks) overlaid.\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_596,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/ted-social-sigs-596x1024.png\" width=\"596\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1401,h_2407\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/ted-social-sigs.png 1401w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_175,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/ted-social-sigs-175x300.png 175w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_596,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/ted-social-sigs-596x1024.png 596w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1319\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/ted-social-sigs-768x1319.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_894,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/ted-social-sigs-894x1536.png 894w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1192,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/ted-social-sigs-1192x2048.png 1192w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1203\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/ted-social-sigs-700x1203.png 700w\" data-sizes=\"(max-width: 596px) 100vw, 596px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">A gorgeous, summery email featuring real-life imagery with social signals (live number of clicks) overlaid.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-fashion jtg-filter-social-signals jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13203\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Showcasing favourite &#039;beauty byes&#039; recipients were able to shop limited edition products before they were discontinued. The twist? The live number of clicks on each product way shown over each product adding social proof and confidence into the email!&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/ysl-1-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-13203 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Yves Saint Laurent Live clicks in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/ysl-1.png\" title=\"Yves Saint Laurent Live clicks in email\" data-caption=\"Showcasing favourite &#039;beauty byes&#039; recipients were able to shop limited edition products before they were discontinued. The twist? The live number of clicks on each product way shown over each product adding social proof and confidence into the email!\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_469,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/ysl-1-469x1024.png\" width=\"469\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_736,h_1608\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/ysl-1.png 736w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_137,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/ysl-1-137x300.png 137w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_469,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/ysl-1-469x1024.png 469w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_703,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/ysl-1-703x1536.png 703w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1529\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/09\/ysl-1-700x1529.png 700w\" data-sizes=\"(max-width: 469px) 100vw, 469px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Showcasing favourite &#8216;beauty byes&#8217; recipients were able to shop limited edition products before they were discontinued. The twist? The live number of clicks on each product way shown over each product adding social proof and confidence into the email!<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"57032\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;In this email Topman overlaid the live number of clicks on each product. This is a great strategy to boost engagement by building social proof into email. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/TM-SS-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-57032 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Topman Bestselling email with social signals\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/TM-SS.png\" title=\"Topman Bestselling email with social signals\" data-caption=\"In this email Topman overlaid the live number of clicks on each product. This is a great strategy to boost engagement by building social proof into email. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_367,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/TM-SS-367x1024.png\" width=\"367\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1334,h_3718\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/TM-SS.png 1334w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_108,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/TM-SS-108x300.png 108w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_367,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/TM-SS-367x1024.png 367w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_2140\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/TM-SS-768x2140.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_551,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/TM-SS-551x1536.png 551w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_735,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/TM-SS-735x2048.png 735w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1951\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/TM-SS-700x1951.png 700w\" data-sizes=\"(max-width: 367px) 100vw, 367px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">In this email Topman overlaid the live number of clicks on each product. This is a great strategy to boost engagement by building social proof into email. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13042\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;In this email, Urban Decay have included the number of clicks on the hero image. At each open, the email updates to display the live number of clicks on the hero image. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Urban-decay-Social-Sigs-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-13042 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Urban Decay Live Social Signals\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Urban-decay-Social-Sigs.png\" title=\"Urban Decay Live Social Signals\" data-caption=\"In this email, Urban Decay have included the number of clicks on the hero image. At each open, the email updates to display the live number of clicks on the hero image. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_449,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Urban-decay-Social-Sigs-449x1024.png\" width=\"449\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1347,h_3069\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Urban-decay-Social-Sigs.png 1347w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_132,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Urban-decay-Social-Sigs-132x300.png 132w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_449,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Urban-decay-Social-Sigs-449x1024.png 449w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1750\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Urban-decay-Social-Sigs-768x1750.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_674,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Urban-decay-Social-Sigs-674x1536.png 674w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_899,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Urban-decay-Social-Sigs-899x2048.png 899w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1595\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Urban-decay-Social-Sigs-700x1595.png 700w\" data-sizes=\"(max-width: 449px) 100vw, 449px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">In this email, Urban Decay have included the number of clicks on the hero image. At each open, the email updates to display the live number of clicks on the hero image. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13021\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;This is a fantastic example of live email social signals overlaid on products. We love how integrated the social signals are with the design, they blend seamlessly with their iconic branding. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/CT-SocialSigs-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-13021 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Charlotte Tilbury live social signals\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/CT-SocialSigs.png\" title=\"Charlotte Tilbury live social signals\" data-caption=\"This is a fantastic example of live email social signals overlaid on products. We love how integrated the social signals are with the design, they blend seamlessly with their iconic branding. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_356,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/CT-SocialSigs-356x1024.png\" width=\"356\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1715,h_4939\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/CT-SocialSigs.png 1715w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_104,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/CT-SocialSigs-104x300.png 104w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_356,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/CT-SocialSigs-356x1024.png 356w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_2212\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/CT-SocialSigs-768x2212.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_533,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/CT-SocialSigs-533x1536.png 533w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_711,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/CT-SocialSigs-711x2048.png 711w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_2016\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/CT-SocialSigs-700x2016.png 700w\" data-sizes=\"(max-width: 356px) 100vw, 356px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This is a fantastic example of live email social signals overlaid on products. We love how integrated the social signals are with the design, they blend seamlessly with their iconic branding. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals jtg-filter-retail jtg-filter-fashion\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"57025\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;A popular products email with social signals overlaid from Hunter.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/hunter-ss-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-57025 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Popular products email with social signals from Hunter\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/hunter-ss.png\" title=\"Popular products email with social signals from Hunter\" data-caption=\"A popular products email with social signals overlaid from Hunter.\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_208,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/hunter-ss-208x1024.png\" width=\"208\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1246,h_6120\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/hunter-ss.png 1246w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_61,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/hunter-ss-61x300.png 61w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_3772\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/hunter-ss-768x3772.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_313,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/hunter-ss-313x1536.png 313w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_417,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/hunter-ss-417x2048.png 417w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_3438\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/10\/hunter-ss-700x3438.png 700w\" data-sizes=\"(max-width: 208px) 100vw, 208px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">A popular products email with social signals overlaid from Hunter.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals jtg-filter-retail jtg-filter-fashion jtg-filter-nearest-store\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"12707\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;This email showcases the live engagement (number of clicks) on each product. It also includes a nearest store pod, which when clicked, generates personalized directions to the recipients closest store. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/puma-soc-sig-ns-gallery-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-12707 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"social signals in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/puma-soc-sig-ns-gallery.png\" title=\"Puma Social Signals &amp;amp; Nearest Store\" data-caption=\"This email showcases the live engagement (number of clicks) on each product. It also includes a nearest store pod, which when clicked, generates personalized directions to the recipients closest store. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_344,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/puma-soc-sig-ns-gallery-344x1024.png\" width=\"344\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_600,h_1786\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/puma-soc-sig-ns-gallery.png 600w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_101,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/puma-soc-sig-ns-gallery-101x300.png 101w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_344,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/puma-soc-sig-ns-gallery-344x1024.png 344w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_516,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/puma-soc-sig-ns-gallery-516x1536.png 516w\" data-sizes=\"(max-width: 344px) 100vw, 344px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This email showcases the live engagement (number of clicks) on each product. It also includes a nearest store pod, which when clicked, generates personalized directions to the recipients closest store. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals jtg-filter-fashion jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13027\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;In this stripped back, simple email Kate Spade elevate the product content with the addition of social signals. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Kate-Spade-SS-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-13027 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Kate Spade live social signals\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Kate-Spade-SS.png\" title=\"Kate Spade live social signals\" data-caption=\"In this stripped back, simple email Kate Spade elevate the product content with the addition of social signals. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_248,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Kate-Spade-SS-248x1024.png\" width=\"248\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1344,h_5551\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Kate-Spade-SS.png 1344w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_248,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Kate-Spade-SS-248x1024.png 248w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_3172\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Kate-Spade-SS-768x3172.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_372,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Kate-Spade-SS-372x1536.png 372w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_496,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Kate-Spade-SS-496x2048.png 496w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_2891\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/Kate-Spade-SS-700x2891.png 700w\" data-sizes=\"(max-width: 248px) 100vw, 248px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">In this stripped back, simple email Kate Spade elevate the product content with the addition of social signals. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-retail jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"11873\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Mobiles.co.uk included live email social proofing in their Black Friday deal email. The number of clicks on each offer automatically updated at every email open. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/Mobiles.co_.uk-Click-Counter-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-11873 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"social proofing email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/Mobiles.co_.uk-Click-Counter.png\" title=\"Live social-proofing in email\" data-caption=\"Mobiles.co.uk included live email social proofing in their Black Friday deal email. The number of clicks on each offer automatically updated at every email open. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_309,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/Mobiles.co_.uk-Click-Counter-309x1024.png\" width=\"309\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_629,h_2082\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/Mobiles.co_.uk-Click-Counter.png 629w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_91,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/Mobiles.co_.uk-Click-Counter-91x300.png 91w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_309,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/Mobiles.co_.uk-Click-Counter-309x1024.png 309w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_464,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/Mobiles.co_.uk-Click-Counter-464x1536.png 464w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_619,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/01\/Mobiles.co_.uk-Click-Counter-619x2048.png 619w\" data-sizes=\"(max-width: 309px) 100vw, 309px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Mobiles.co.uk included live email social proofing in their Black Friday deal email. The number of clicks on each offer automatically updated at every email open. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals jtg-filter-fashion jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"13031\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;In this colourful email, New Look include the live number of clicks over the category sale pods. Over 5,600 clicks in dresses and 3000+ on shoes. We also love the big CTA, the hamburger menu and the personalized view online link. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/NewLook-social-sigs-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-13031 lazyload\"  data-valign=\"middle\" data-halign=\"center\" alt=\"New Look Live Social Signals for sale email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/NewLook-social-sigs.png\" title=\"New Look Live Social Signals for sale email\" data-caption=\"In this colourful email, New Look include the live number of clicks over the category sale pods. Over 5,600 clicks in dresses and 3000+ on shoes. We also love the big CTA, the hamburger menu and the personalized view online link. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_338,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/NewLook-social-sigs-338x1024.png\" width=\"338\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1713,h_5183\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/NewLook-social-sigs.png 1713w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_99,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/NewLook-social-sigs-99x300.png 99w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_338,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/NewLook-social-sigs-338x1024.png 338w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_2324\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/NewLook-social-sigs-768x2324.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_508,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/NewLook-social-sigs-508x1536.png 508w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_677,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/NewLook-social-sigs-677x2048.png 677w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_2118\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/08\/NewLook-social-sigs-700x2118.png 700w\" data-sizes=\"(max-width: 338px) 100vw, 338px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">In this colourful email, New Look include the live number of clicks over the category sale pods. Over 5,600 clicks in dresses and 3000+ on shoes. We also love the big CTA, the hamburger menu and the personalized view online link. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals jtg-filter-fashion\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"12714\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;This email displays the live number of clicks on each image. Social signals are a great way to boost engagement through interactivity. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ted-soc-sig-WW-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-12714 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Live social signals in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ted-soc-sig-WW.png\" title=\"Ted Baker social signals\" data-caption=\"This email displays the live number of clicks on each image. Social signals are a great way to boost engagement through interactivity. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_515,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ted-soc-sig-WW-515x1024.png\" width=\"515\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_806,h_1604\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ted-soc-sig-WW.png 806w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_151,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ted-soc-sig-WW-151x300.png 151w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_515,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ted-soc-sig-WW-515x1024.png 515w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1528\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ted-soc-sig-WW-768x1528.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_772,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ted-soc-sig-WW-772x1536.png 772w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1393\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ted-soc-sig-WW-700x1393.png 700w\" data-sizes=\"(max-width: 515px) 100vw, 515px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">This email displays the live number of clicks on each image. Social signals are a great way to boost engagement through interactivity. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-social-signals jtg-filter-fashion\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"12708\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;In this email the live number of clicks on the featured product is displayed at every open. The views badge appears after 100 clicks and continues to update with every engagement. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ks-LIVE-VIEWSgallery-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-12708 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Live product views in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ks-LIVE-VIEWSgallery.png\" title=\"Live product views in email\" data-caption=\"In this email the live number of clicks on the featured product is displayed at every open. The views badge appears after 100 clicks and continues to update with every engagement. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_352,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ks-LIVE-VIEWSgallery-352x1024.png\" width=\"352\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1313,h_3820\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ks-LIVE-VIEWSgallery.png 1313w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_103,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ks-LIVE-VIEWSgallery-103x300.png 103w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_352,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ks-LIVE-VIEWSgallery-352x1024.png 352w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_2234\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ks-LIVE-VIEWSgallery-768x2234.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_528,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ks-LIVE-VIEWSgallery-528x1536.png 528w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_704,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ks-LIVE-VIEWSgallery-704x2048.png 704w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_2037\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/06\/ks-LIVE-VIEWSgallery-700x2037.png 700w\" data-sizes=\"(max-width: 352px) 100vw, 352px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">In this email the live number of clicks on the featured product is displayed at every open. The views badge appears after 100 clicks and continues to update with every engagement. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-fashion jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"12001\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Vote for your favourite look, Monday to Friday. The live number of clicks \/ votes displayed over each day, updating at every open. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/tmlew-final-votes-cropped-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-12001 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"T.M. Lewin vote for favourite look in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/tmlew-final-votes-cropped.png\" title=\"T.M. Lewin vote for favourite look in email\" data-caption=\"Vote for your favourite look, Monday to Friday. The live number of clicks \/ votes displayed over each day, updating at every open. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_178,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/tmlew-final-votes-cropped-178x1024.png\" width=\"178\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1365,h_7850\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/tmlew-final-votes-cropped.png 1365w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_52,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/tmlew-final-votes-cropped-52x300.png 52w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_178,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/tmlew-final-votes-cropped-178x1024.png 178w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_4417\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/tmlew-final-votes-cropped-768x4417.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_267,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/tmlew-final-votes-cropped-267x1536.png 267w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_356,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/tmlew-final-votes-cropped-356x2048.png 356w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_4026\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/tmlew-final-votes-cropped-700x4026.png 700w\" data-sizes=\"(max-width: 178px) 100vw, 178px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Vote for your favourite look, Monday to Friday. The live number of clicks \/ votes displayed over each day, updating at every open. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-fashion jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"11997\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Pretty Little Thing loving these back in stock items in email. Live number of clicks on each back in stock product. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-back-in-stock-social-signals-later-cropped-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-11997 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Pretty Little Thing - loving these back in stock items in email\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-back-in-stock-social-signals-later-cropped.png\" title=\"Pretty Little Thing - loving these back in stock items in email\" data-caption=\"Pretty Little Thing loving these back in stock items in email. Live number of clicks on each back in stock product. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_248,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-back-in-stock-social-signals-later-cropped-248x1024.png\" width=\"248\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1410,h_5829\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-back-in-stock-social-signals-later-cropped.png 1410w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_248,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-back-in-stock-social-signals-later-cropped-248x1024.png 248w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_3175\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-back-in-stock-social-signals-later-cropped-768x3175.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_2894\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-back-in-stock-social-signals-later-cropped-700x2894.png 700w\" data-sizes=\"(max-width: 248px) 100vw, 248px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Pretty Little Thing loving these back in stock items in email. Live number of clicks on each back in stock product. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-live-polling jtg-filter-retail\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"11185\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;A live poll ahead sent just before of Black Friday to discover what recipients wanted to see on offer. Results updated in real-time. Click data was used for personalization over the Black Friday period. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Currys-black-tag-poll-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-11185 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Currys PC World sent a live poll with results updating in real-time\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Currys-black-tag-poll.png\" title=\"CurrysPCWorld live poll with results updating in real-time\" data-caption=\"A live poll ahead sent just before of Black Friday to discover what recipients wanted to see on offer. Results updated in real-time. Click data was used for personalization over the Black Friday period. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_547,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Currys-black-tag-poll-547x1024.png\" width=\"547\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1861,h_3482\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Currys-black-tag-poll.png 1861w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_160,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Currys-black-tag-poll-160x300.png 160w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_547,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Currys-black-tag-poll-547x1024.png 547w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1437\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Currys-black-tag-poll-768x1437.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_821,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Currys-black-tag-poll-821x1536.png 821w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1095,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Currys-black-tag-poll-1095x2048.png 1095w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1800,h_3368\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Currys-black-tag-poll-1800x3368.png 1800w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1310\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/09\/Currys-black-tag-poll-700x1310.png 700w\" data-sizes=\"(max-width: 547px) 100vw, 547px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">A live poll ahead sent just before of Black Friday to discover what recipients wanted to see on offer. Results updated in real-time. Click data was used for personalization over the Black Friday period. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-content-automation\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"11456\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;An industry first! Live election coverage in email featuring the latest country and state maps updating live as the results rolled in. Alongside the personalized state map was breaking news headlines for the recipient&#039;s preferred state.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/WashPo-live-election-10.11.16-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-11456 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Live election coverage in email with live maps &amp; breaking news\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/WashPo-live-election-10.11.16.png\" title=\"Live election coverage in email \" data-caption=\"An industry first! Live election coverage in email featuring the latest country and state maps updating live as the results rolled in. Alongside the personalized state map was breaking news headlines for the recipient&#039;s preferred state.\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_494,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/WashPo-live-election-10.11.16-494x1024.png\" width=\"494\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1441,h_2987\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/WashPo-live-election-10.11.16.png 1441w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_145,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/WashPo-live-election-10.11.16-145x300.png 145w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_494,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/WashPo-live-election-10.11.16-494x1024.png 494w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1592\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/WashPo-live-election-10.11.16-768x1592.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_741,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/WashPo-live-election-10.11.16-741x1536.png 741w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_988,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/WashPo-live-election-10.11.16-988x2048.png 988w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1451\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/WashPo-live-election-10.11.16-700x1451.png 700w\" data-sizes=\"(max-width: 494px) 100vw, 494px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">An industry first! Live election coverage in email featuring the latest country and state maps updating live as the results rolled in. Alongside the personalized state map was breaking news headlines for the recipient&#8217;s preferred state.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-fashion jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"11999\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Pretty Little Thing click based visibility layers over products. Selling fast labelling displayed based on reaching a number of clicks on the image.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-sellingfast-clickbasedlayer-cropped-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-11999 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Pretty Little Thing click based imagery\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-sellingfast-clickbasedlayer-cropped.png\" title=\"Pretty Little Thing click based imagery\" data-caption=\"Pretty Little Thing click based visibility layers over products. Selling fast labelling displayed based on reaching a number of clicks on the image.\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_295,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-sellingfast-clickbasedlayer-cropped-295x1024.png\" width=\"295\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1401,h_4867\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-sellingfast-clickbasedlayer-cropped.png 1401w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_86,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-sellingfast-clickbasedlayer-cropped-86x300.png 86w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_295,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-sellingfast-clickbasedlayer-cropped-295x1024.png 295w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_2668\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-sellingfast-clickbasedlayer-cropped-768x2668.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_442,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-sellingfast-clickbasedlayer-cropped-442x1536.png 442w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_2432\/https:\/\/www.litmus.com\/wp-content\/uploads\/2020\/02\/PLT-sellingfast-clickbasedlayer-cropped-700x2432.png 700w\" data-sizes=\"(max-width: 295px) 100vw, 295px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Pretty Little Thing click based visibility layers over products. Selling fast labelling displayed based on reaching a number of clicks on the image.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-content-automation jtg-filter-retail jtg-filter-live-products jtg-filter-social-signals\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"11431\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Live products powered by a product feed. Images display the number of product views, product information and the latest pricing. &lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Currys-live-products-with-live-views-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-11431 lazyload\"  data-valign=\"top\" data-halign=\"center\" alt=\"Handpicked products with the latest views and pricing\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Currys-live-products-with-live-views.png\" title=\"Handpicked products with the latest views and pricing\" data-caption=\"Live products powered by a product feed. Images display the number of product views, product information and the latest pricing. \" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_514,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Currys-live-products-with-live-views-514x1024.png\" width=\"514\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1389,h_2765\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Currys-live-products-with-live-views.png 1389w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_151,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Currys-live-products-with-live-views-151x300.png 151w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_514,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Currys-live-products-with-live-views-514x1024.png 514w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1529\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Currys-live-products-with-live-views-768x1529.png 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_772,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Currys-live-products-with-live-views-772x1536.png 772w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_1029,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Currys-live-products-with-live-views-1029x2048.png 1029w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_700,h_1393\/https:\/\/www.litmus.com\/wp-content\/uploads\/2019\/11\/Currys-live-products-with-live-views-700x1393.png 700w\" data-sizes=\"(max-width: 514px) 100vw, 514px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Live products powered by a product feed. Images display the number of product views, product information and the latest pricing. <\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"77501\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Endy incorporates positive reviews in emails to capture the interest of prospective shoppers by highlighting the products that have already proven to be most loved by their customers.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Endy-Reviews-150x150.png\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-77501 lazyload\"  data-valign=\"middle\" data-halign=\"center\" alt=\"\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Endy-Reviews.png\" title=\"Endy-Reviews\" data-caption=\"Endy incorporates positive reviews in emails to capture the interest of prospective shoppers by highlighting the products that have already proven to be most loved by their customers.\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_622,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Endy-Reviews-622x1024.png\" width=\"622\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_878,h_1446\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Endy-Reviews.png 878w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_182,h_300\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Endy-Reviews-182x300.png 182w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_622,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Endy-Reviews-622x1024.png 622w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_1265\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Endy-Reviews-768x1265.png 768w\" data-sizes=\"(max-width: 622px) 100vw, 622px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Endy incorporates positive reviews in emails to capture the interest of prospective shoppers by highlighting the products that have already proven to be most loved by their customers.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div><div class=\"modula-item effect-hide jtg-filter-all jtg-filter-\" >\r\n\t<div class=\"modula-item-overlay\"><\/div>\r\n\r\n\t<div class=\"modula-item-content\">\r\n\r\n\t\t\t\t\r\n\t\t\t\t\t<a data-image-id=\"77618\" rel=\"jtg-76706\" data-caption=\"&lt;p&gt;Using social signals, we showcased which pieces of content were resonating with recipients. This encouraged subscribers to click through and ultimately increased conversion rates.&lt;\/p&gt;\" aria-label=\"Open image in lightbox\" role=\"button\" data-thumb=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_150,h_150\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Litmus-Experience-150x150.jpg\" class=\"tile-inner modula-item-link\"><\/a>\r\n\t\t\r\n\t\t<img class=\"pic wp-image-77618 lazyload\"  data-valign=\"middle\" data-halign=\"center\" alt=\"\" data-full=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Litmus-Experience.jpg\" title=\"Litmus-Experience\" data-caption=\"Using social signals, we showcased which pieces of content were resonating with recipients. This encouraged subscribers to click through and ultimately increased conversion rates.\" data-source=\"modula\" data-src=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_292,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Litmus-Experience-scaled-292x1024.jpg\" width=\"292\" height=\"1024\" data-srcset=\"https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_584,h_2048\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Litmus-Experience-584x2048.jpg 584w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_292,h_1024\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Litmus-Experience-292x1024.jpg 292w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_768,h_2694\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Litmus-Experience-768x2694.jpg 768w, https:\/\/wp-modula.b-cdn.net\/client\/q_lossless,ret_img,w_438,h_1536\/https:\/\/www.litmus.com\/wp-content\/uploads\/2023\/08\/Litmus-Experience-438x1536.jpg 438w\" data-sizes=\"(max-width: 292px) 100vw, 292px\" \/>\r\n\t\t<div class=\"figc\">\r\n\t\t\t<div class=\"figc-inner\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"description\">Using social signals, we showcased which pieces of content were resonating with recipients. This encouraged subscribers to click through and ultimately increased conversion rates.<\/p>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"jtg-social\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-twitter\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"twitter\" class=\"svg-inline--fa fa-twitter fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-facebook\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-9\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 264 512\"><path fill=\"currentColor\" d=\"M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"modula-icon-linkedin\"\r\n\t\t\t\t\t\t\t   rel=\"noopener\" href=\"#\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t<\/div>\r\n\r\n<\/div>\t\t\r\n\t<\/div>\r\n\r\n\t\r\n\t\r\n\t<script type=\"application\/ld+json\">\r\n\t{\r\n\t\t\"@context\": \"http:\/\/schema.org\",\r\n\t\t\"@type\"   : \"ImageGallery\",\r\n\t\t\"id\"      : \"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76244\",\r\n\t\t\"url\"     : \"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76244\"\r\n\t}\r\n\r\n    <\/script>\r\n\r\n\t\r\n<\/div>\n  \t\t\t<\/div>\n  \t\t<\/div>\n  \t<\/div>\n  <\/div>\n<\/div>\n\n\n<style>\r\n.modula .filters {background-color: transparent; border-bottom: 1px solid #dee2e6;}\r\n.modula>.filters .modula_menu__list {margin: 0 !important;}\r\n.modula>.filters .modula_menu__list li.modula_menu__item {font-weight: 700; font-size: .8rem; letter-spacing: .05rem; padding: 0; text-align: center; margin-right: 35px !important; text-transform:uppercase;}\r\n.modula-item {box-shadow: 0 0 10px rgb(0 0 0 \/ 15%) !important;}\r\n.modula-load-more {background-color: #dd7322;\r\n    color: #fff;\r\n    -webkit-font-smoothing: antialiased;\r\n    -moz-osx-font-smoothing: grayscale;\r\n    border-radius: 4px;\r\n    font-weight: 700;\r\n    font-size: 12px;\r\n    text-transform: uppercase;\r\n    padding: 14px 40px;\r\n    border:none;\r\n    margin-top:50px;\r\n    }\r\n<\/style>","protected":false},"excerpt":{"rendered":"","protected":false},"author":34,"featured_media":0,"parent":57526,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-76244","page","type-page","status-publish","hentry"],"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>Interest Signals - Litmus<\/title>\n<meta name=\"description\" content=\"Explore email examples that showcase the power of social signals! Discover innovative ways to leverage social proof in your email marketing. Learn more.\" \/>\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\/email-gallery\/social-signals\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Interest Signals - Litmus\" \/>\n<meta property=\"og:description\" content=\"Explore email examples that showcase the power of social signals! Discover innovative ways to leverage social proof in your email marketing. Learn more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.litmus.com\/email-gallery\/social-signals\" \/>\n<meta property=\"og:site_name\" content=\"Litmus\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/litmusapp\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-12T14:20:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.litmus.com\/wp-content\/uploads\/2025\/04\/featured-image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"314\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@litmusapp\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Interest Signals - Litmus","description":"Explore email examples that showcase the power of social signals! Discover innovative ways to leverage social proof in your email marketing. Learn more.","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\/email-gallery\/social-signals","og_locale":"en_US","og_type":"article","og_title":"Interest Signals - Litmus","og_description":"Explore email examples that showcase the power of social signals! Discover innovative ways to leverage social proof in your email marketing. Learn more.","og_url":"https:\/\/www.litmus.com\/email-gallery\/social-signals","og_site_name":"Litmus","article_publisher":"https:\/\/www.facebook.com\/litmusapp","article_modified_time":"2025-12-12T14:20:50+00:00","og_image":[{"width":600,"height":314,"url":"https:\/\/www.litmus.com\/wp-content\/uploads\/2025\/04\/featured-image.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@litmusapp","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.litmus.com\/email-gallery\/social-signals","url":"https:\/\/www.litmus.com\/email-gallery\/social-signals","name":"Interest Signals - Litmus","isPartOf":{"@id":"https:\/\/www.litmus.com\/#website"},"datePublished":"2023-08-16T20:24:19+00:00","dateModified":"2025-12-12T14:20:50+00:00","description":"Explore email examples that showcase the power of social signals! Discover innovative ways to leverage social proof in your email marketing. Learn more.","breadcrumb":{"@id":"https:\/\/www.litmus.com\/email-gallery\/social-signals#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.litmus.com\/email-gallery\/social-signals"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.litmus.com\/email-gallery\/social-signals#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.litmus.com\/"},{"@type":"ListItem","position":2,"name":"Email Gallery","item":"https:\/\/www.litmus.com\/email-gallery"},{"@type":"ListItem","position":3,"name":"Interest Signals"}]},{"@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"]}]}},"acf":{"enable_legacy_page_header":false,"alt_header_title":"","background_color":"#073045","header_image":"","header_image_overlay_color":"#000000","header_description":"","header_primary_cta_button":"","header_secondary_cta_button":"","title_alignment":"align-items-center","title_justification":"justify-content-start","text_align":"text-left","wide_header":false,"short_header":false,"form_header":false,"side_header_image":"","header_video":false,"toggle_labels":{"left":"","right":""},"price_toggle":["left"],"column":null,"video_id":""},"_links":{"self":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76244","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/users\/34"}],"replies":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/comments?post=76244"}],"version-history":[{"count":9,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76244\/revisions"}],"predecessor-version":[{"id":99131,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/76244\/revisions\/99131"}],"up":[{"embeddable":true,"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/pages\/57526"}],"wp:attachment":[{"href":"https:\/\/www.litmus.com\/wp-json\/wp\/v2\/media?parent=76244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}