SlideShare uma empresa Scribd logo
1 de 49
Baixar para ler offline
Email in the Age of Touch
Why mobile email matters!
and how to optimize for touch.
Some Quick Info
Jason Rodriguez!
!

Community Manager at Litmus
!

Wrote Modern HTML Email
http://modernhtmlemail.com
!

Follow me on Twitter
@rodriguezcommaj

@rodriguezcommaj
The Changing Face of Email
Mobile is the new inbox.
Mobile Opens Are Increasing
Change in Overall Opens

https://litmus.com/blog/48-of-emails-are-opened-on-mobile-gmail-opens-down-20-since-tabs

@rodriguezcommaj
Which Clients Matter?
iOS:
Mail for iPhone
Mail for iPad
Gmail
Mailbox
Sparrow
!

Android:
Mail App
Gmail for Android
@rodriguezcommaj
Know Your Audience
31% of marketers don’t know
their mobile open-rate.
!
!
!

33% don’t know their mobile
click-through rate.

@rodriguezcommaj
We Can Help With That

Use Litmus Email Analytics to
get in-depth metrics on clients,
rendering engines, devices,
locations, and interactions.
!

http://litmus.com/email-analytics
@rodriguezcommaj
Know Their Environment

Android Device Sizes

iOS Device Sizes

http://opensignal.com/reports/fragmentation.php

@rodriguezcommaj
It’s all about the
Subscriber Experience
Not just how your emails look.
The Subscriber Experience
3 Points in the Subscriber Experience

1. The Inbox
2. The Email
3. The Landing Page

@rodriguezcommaj
First Impressions

The inbox is the subscriber’s first impression.

Keep your from name relevant and familiar.
Put your subject line to work.
User preheader text to elicit opens.

@rodriguezcommaj
Mobile Subject Lines
Test length on real devices.
Stay relevant and specific.
Create a sense of urgency.
Have a clear CTA.
Test different subject lines.

“When it comes to email
marketing, the best subject
lines tell what’s inside, and
the worst subject lines sell
what’s inside.”
- The MailChimp Crew
http://masstransmit.com/broadcast_blog/mobile-email-from-name-and-subject-line-displays-infographic/

@rodriguezcommaj
Make It Look Good
Make your emails look fantastic on mobile devices.
(We’ll talk about how to do this later)

VS.

@rodriguezcommaj
Mobile Design Strategies
Choose a mobile design strategy that works for your team and audience.
Find a solution that works with your time table and resources.
!
!

3 Main Strategies!
!

Mobile-Aware
Fluid
Responsive/Adaptive

@rodriguezcommaj
Mobile-Aware
One layout for all devices.!
!

Keep mobile in mind from the
beginning.
!

Usually single-column.
!

Keep text, images, and CTAs
mobile-friendly.

@rodriguezcommaj
Fluid
Layout doesn’t change but
expands/contracts for
devices.!
!

No swapping or restructuring
of content.
!

Uses fluid tables and images.
!

Relatively quick and easy to
implement.

@rodriguezcommaj
Responsive FTW
Email is restructured and
optimized for varying device
sizes.!
!

Restructuring of content.
!

Uses media queries along
with fluid tables and images.
!

Can swap content for different
device sizes.

@rodriguezcommaj
Get Them To Take Action
Your job is to get subscribers to interact with the email.

Accomplish this with compelling content and
splendidly touchable CTAs.

@rodriguezcommaj
Mobile CTAs
Make your mobile CTAs touchable.!
!

Value spacing around touch targets.
Make buttons at least 44x44 pixels.
!

Use compelling button text.
!

Supplement with symbols.
!

Use bulletproof buttons, not images.

@rodriguezcommaj
Follow Through
The subscriber experience doesn’t end at the email.

The email is there to get subscribers to take action,
which typically happens on the landing page.
!

If you don’t optimize your landing pages for mobile,
why even bother with optimizing your emails?

@rodriguezcommaj
Don’t Do This

@rodriguezcommaj
Do This Instead

@rodriguezcommaj
It’s About The Experience
Take into account the entire subscriber experience!
- from inbox to email to landing page.
!
!

Optimize all three for mobile, it is increasingly
the most important platform.
!
!

Your job doesn’t end with the email - coordinate with web teams
to optimize landing pages for mobile, too.

@rodriguezcommaj
Quick Wins for Mobile
Start with mobile in mind.
Use Preheader Text
The inbox will show something - put it to use. !

Don’t let your “view in the
browser” message be the
first thing subscribers see.
!

Use your preheader to entice
an open.

@rodriguezcommaj
Keep Text Big
Which one looks better?!
!

Keep text big and readable.
!

iOS will automatically resize
text less than 13px in size.
You can disable this with:
!
-­‐webkit-­‐text-­‐size-­‐adjust:none;	
  

@rodriguezcommaj
Keep Copy Simple
Short, concise copy makes
your message easy to
remember.
!

It forces you to distill your
message to its essence.
!

It keeps your design clean.
!

Use great, simple copy to get
subscribers to tap through to
where you want them - your
website.
@rodriguezcommaj
Design For Touch

Keep touch targets big and in range of thumbs.

@rodriguezcommaj
The One Thumb Rule
“People use their smartphones anywhere and
everywhere they can, which often means distracted
situations that require one-handed use and short bits
of partial concentration. Effective mobile designs
not only account for these one thumb/one eyeball
experiences but aim to optimize for them as well.”
- Luke Wroblewski
!

http://www.lukew.com/ff/entry.asp?1664
@rodriguezcommaj
Keep Android In Mind
Grid of Grim!
!

Some Android mail clients won’t
render responsive designs or scale
emails - resulting in a zoomed out
“Grid of Grim”.
!

Design with CTAs on the left side of
the email.

http://stylecampaign.com/blog/2012/08/android-grid-of-grim/

@rodriguezcommaj
Test, Test, Test
Test your design in as many
clients and devices as
possible.
!

Litmus makes it easy.
!

Test on real devices when
you can.

@rodriguezcommaj
If You Have the Time
Level-up your mobile emails.
At Least Go Fluid

@rodriguezcommaj
Fluid Tables
Fluid tables allow your email
structure to adapt to different
screen sizes.
Easy enough to implement:
!

width=“100%”	
  
style=“max-­‐width:600px;”

@rodriguezcommaj
Fluid Images
Fluid images allow your images to
scale with the email.
Easy enough to implement:
!

<img	
  src=“”	
  width=“”	
  height=“”	
  class=“image”	
  />	
  
!

img[class=“image”]	
  {	
  	
  
	
  

height:auto	
  !important;	
  	
  

	
  

max-­‐width:600px	
  !important;	
  	
  

	
  

width:100%	
  !important;	
  

}
@rodriguezcommaj
Go Responsive
Use responsive design for full
control across devices.!
!

Combine fluid tables and fluid
images with media queries to
control layout.
!

Swap out and customize content for
different screen sizes.

@rodriguezcommaj
The Media Query
CSS Media Queries allow you to set
conditions for altering styles.
!

Not a one-line solution, you need to think
about what you’re doing.
!

Allows you to toggle and swap content
based on screen size, orientation, aspectratio, resolution, etc.

@rodriguezcommaj
Building a Media Query
Media Type

Expression

@media	
  only	
  screen	
  and	
  (max-­‐width:480px)	
  {	
  
	
   img[class=“hide”]	
  {	
  
	
   	
   display:none	
  !important;	
  
	
   }	
  
}
Conditional CSS
@rodriguezcommaj
Limited Support
Media Queries are not universally
supported.!
!

Android Gmail & Windows Phone !
!

Best for heavy mobile audiences, mobile
apps, tech companies, or travel alerts.

http://stylecampaign.com/blog/2012/10/responsive-email-support/

@rodriguezcommaj
CSS 3 Goodies
If you have the audience, embellish your emails with CSS 3.

Text shadows!
!

<span	
  style=“text-­‐shadow:2px	
  2px	
  2px	
  #000;”>	
  
	
  
Text	
  Shadows!	
  
</span>

Border Radius!
!

<span	
  style=“border-­‐radius:8px;”>	
  
	
  
Text	
  Shadows!	
  
</span>

@rodriguezcommaj
Push The Boundaries

SVG & CSS 3 Animations

Video in Email

Live Content

@rodriguezcommaj
Target Devices
Use media queries to target
mobile platforms and swap
out content per device.

@rodriguezcommaj
Did I Mention To Test?

@rodriguezcommaj
Resources
It’s dangerous to go alone…
Learn About RWD

Responsive Web Design!
by Ethan Marcotte

Implementing Responsive Design!
by Tim Kadlec

Modern HTML Email!
by Jason Rodriguez (Me)

Responsive Web Design
http://alistapart.com/article/responsive-web-design
Designing For Breakpoints
http://alistapart.com/article/designing-for-breakpoints
@rodriguezcommaj
Some Frameworks
Antwort Email Framework!
http://internations.github.io/antwort/
!

Zurb Responsive Email!
http://zurb.com/playground/responsive-email-templates
!

Responsive Email Patterns!
http://briangraves.github.io/ResponsiveEmailPatterns/

@rodriguezcommaj
Some Tools
Litmus Builder!
http://litmusbuilder.com/
!

Litmus Scope!
https://litmus.com/scope/
!

Guide To CSS Support!
http://www.campaignmonitor.com/css/

@rodriguezcommaj
I’m Here To Help!

Continue the conversation
over on Twitter !

@rodriguezcommaj!

@rodriguezcommaj
Thank You!

Mais conteúdo relacionado

Destaque

ГИА С2 сочинение об особенностях разговорного стиля речи
ГИА С2 сочинение об особенностях разговорного стиля речиГИА С2 сочинение об особенностях разговорного стиля речи
ГИА С2 сочинение об особенностях разговорного стиля речиblackstar554
 
ГИА С2 сочинение о роли олицетворения
ГИА С2 сочинение о роли олицетворенияГИА С2 сочинение о роли олицетворения
ГИА С2 сочинение о роли олицетворенияblackstar554
 
ГИА С2 сочинение о роли абзаца
ГИА С2 сочинение о роли абзацаГИА С2 сочинение о роли абзаца
ГИА С2 сочинение о роли абзацаblackstar554
 
Moms Maths Manual PPT Grd 5 - sample
Moms Maths Manual PPT Grd 5 - sampleMoms Maths Manual PPT Grd 5 - sample
Moms Maths Manual PPT Grd 5 - sampleMomsmath
 
Open authentication (oauth)
Open authentication (oauth)Open authentication (oauth)
Open authentication (oauth)Michael Maurice
 
InterpretAmericaTalk
InterpretAmericaTalkInterpretAmericaTalk
InterpretAmericaTalkStephen Frank
 
ГИА С2. сочинение о роли монолога
ГИА С2. сочинение о роли монологаГИА С2. сочинение о роли монолога
ГИА С2. сочинение о роли монологаblackstar554
 
Open Organizations and Organizing Openness: Introduction to the Course
Open Organizations and Organizing Openness: Introduction to the CourseOpen Organizations and Organizing Openness: Introduction to the Course
Open Organizations and Organizing Openness: Introduction to the CourseLeonhard Dobusch
 
Dynamic Positioning and Visual Field for Interpreting
Dynamic Positioning and Visual Field for InterpretingDynamic Positioning and Visual Field for Interpreting
Dynamic Positioning and Visual Field for InterpretingStephen Frank
 
Moms Maths Manual PPT Grd 4 - sample
Moms Maths Manual PPT Grd 4  - sampleMoms Maths Manual PPT Grd 4  - sample
Moms Maths Manual PPT Grd 4 - sampleMomsmath
 

Destaque (11)

ГИА С2 сочинение об особенностях разговорного стиля речи
ГИА С2 сочинение об особенностях разговорного стиля речиГИА С2 сочинение об особенностях разговорного стиля речи
ГИА С2 сочинение об особенностях разговорного стиля речи
 
ГИА С2 сочинение о роли олицетворения
ГИА С2 сочинение о роли олицетворенияГИА С2 сочинение о роли олицетворения
ГИА С2 сочинение о роли олицетворения
 
ГИА С2 сочинение о роли абзаца
ГИА С2 сочинение о роли абзацаГИА С2 сочинение о роли абзаца
ГИА С2 сочинение о роли абзаца
 
Moms Maths Manual PPT Grd 5 - sample
Moms Maths Manual PPT Grd 5 - sampleMoms Maths Manual PPT Grd 5 - sample
Moms Maths Manual PPT Grd 5 - sample
 
Open authentication (oauth)
Open authentication (oauth)Open authentication (oauth)
Open authentication (oauth)
 
InterpretAmericaTalk
InterpretAmericaTalkInterpretAmericaTalk
InterpretAmericaTalk
 
Health GPS
Health GPSHealth GPS
Health GPS
 
ГИА С2. сочинение о роли монолога
ГИА С2. сочинение о роли монологаГИА С2. сочинение о роли монолога
ГИА С2. сочинение о роли монолога
 
Open Organizations and Organizing Openness: Introduction to the Course
Open Organizations and Organizing Openness: Introduction to the CourseOpen Organizations and Organizing Openness: Introduction to the Course
Open Organizations and Organizing Openness: Introduction to the Course
 
Dynamic Positioning and Visual Field for Interpreting
Dynamic Positioning and Visual Field for InterpretingDynamic Positioning and Visual Field for Interpreting
Dynamic Positioning and Visual Field for Interpreting
 
Moms Maths Manual PPT Grd 4 - sample
Moms Maths Manual PPT Grd 4  - sampleMoms Maths Manual PPT Grd 4  - sample
Moms Maths Manual PPT Grd 4 - sample
 

Semelhante a Email Optimization for Touch Devices

Brunch & Learn: Email Design Best Practices for Desktop, Mobile, Tablet & Beyond
Brunch & Learn: Email Design Best Practices for Desktop, Mobile, Tablet & BeyondBrunch & Learn: Email Design Best Practices for Desktop, Mobile, Tablet & Beyond
Brunch & Learn: Email Design Best Practices for Desktop, Mobile, Tablet & BeyondAct-On Software
 
Mobile email - chasing context
Mobile email -  chasing contextMobile email -  chasing context
Mobile email - chasing contextAnna Yeaman
 
Responsive Web Design Analysis
Responsive Web Design AnalysisResponsive Web Design Analysis
Responsive Web Design AnalysisGamze Dede Pala
 
The Mobile Experience Through Email
The Mobile Experience Through EmailThe Mobile Experience Through Email
The Mobile Experience Through EmailDemac Media
 
Target Marketing Magazine Webinar - Keys To Success On The Mobile Web and How...
Target Marketing Magazine Webinar - Keys To Success On The Mobile Web and How...Target Marketing Magazine Webinar - Keys To Success On The Mobile Web and How...
Target Marketing Magazine Webinar - Keys To Success On The Mobile Web and How...Greg Hickman
 
Google: How to Make Your Website Work Across Devices
Google: How to Make Your Website Work Across DevicesGoogle: How to Make Your Website Work Across Devices
Google: How to Make Your Website Work Across DevicesMatt Brocklehurst
 
Responsive Design Webinar
Responsive Design WebinarResponsive Design Webinar
Responsive Design WebinarInformz
 
Responsive Web Design
Responsive Web Design Responsive Web Design
Responsive Web Design CLEVER°FRANKE
 
Mobile Email Marketing: Small Screen, Big Opportunity
Mobile Email Marketing: Small Screen, Big OpportunityMobile Email Marketing: Small Screen, Big Opportunity
Mobile Email Marketing: Small Screen, Big OpportunityMass Transmit
 
How to Act Like an Agency within a Company: UX for the Enterprise
How to Act Like an Agency within a Company: UX for the EnterpriseHow to Act Like an Agency within a Company: UX for the Enterprise
How to Act Like an Agency within a Company: UX for the EnterpriseFlashGuy13
 
FWD Project 4
FWD Project 4FWD Project 4
FWD Project 4anij0822
 
Responsive Web Design (done right)
Responsive Web Design (done right)Responsive Web Design (done right)
Responsive Web Design (done right)Sandro Paganotti
 
ur mobile - build your mobile world
ur mobile - build your mobile worldur mobile - build your mobile world
ur mobile - build your mobile worldurmobile
 
Designing responsive web design in FIGMA
Designing responsive web design in FIGMADesigning responsive web design in FIGMA
Designing responsive web design in FIGMAFibonalabs
 
Mobile optimization success guide
Mobile optimization success guideMobile optimization success guide
Mobile optimization success guideArnas Rackauskas
 
Responsive design for web applications
Responsive design for web applicationsResponsive design for web applications
Responsive design for web applicationsJennifer Dellacroce
 
Mobile website --- Web is in pocket....
Mobile website --- Web is in pocket....Mobile website --- Web is in pocket....
Mobile website --- Web is in pocket....Naga Harish M
 
Responsive web design goomi technology
Responsive web design goomi technologyResponsive web design goomi technology
Responsive web design goomi technologySandeep Gupta
 
Responsive email design: 3 how-to steps
Responsive email design: 3 how-to stepsResponsive email design: 3 how-to steps
Responsive email design: 3 how-to stepsCatalyst
 

Semelhante a Email Optimization for Touch Devices (20)

Brunch & Learn: Email Design Best Practices for Desktop, Mobile, Tablet & Beyond
Brunch & Learn: Email Design Best Practices for Desktop, Mobile, Tablet & BeyondBrunch & Learn: Email Design Best Practices for Desktop, Mobile, Tablet & Beyond
Brunch & Learn: Email Design Best Practices for Desktop, Mobile, Tablet & Beyond
 
Mobile email - chasing context
Mobile email -  chasing contextMobile email -  chasing context
Mobile email - chasing context
 
Responsive Web Design Analysis
Responsive Web Design AnalysisResponsive Web Design Analysis
Responsive Web Design Analysis
 
The Mobile Experience Through Email
The Mobile Experience Through EmailThe Mobile Experience Through Email
The Mobile Experience Through Email
 
Target Marketing Magazine Webinar - Keys To Success On The Mobile Web and How...
Target Marketing Magazine Webinar - Keys To Success On The Mobile Web and How...Target Marketing Magazine Webinar - Keys To Success On The Mobile Web and How...
Target Marketing Magazine Webinar - Keys To Success On The Mobile Web and How...
 
Google: How to Make Your Website Work Across Devices
Google: How to Make Your Website Work Across DevicesGoogle: How to Make Your Website Work Across Devices
Google: How to Make Your Website Work Across Devices
 
Responsive Design Webinar
Responsive Design WebinarResponsive Design Webinar
Responsive Design Webinar
 
Responsive Web Design
Responsive Web Design Responsive Web Design
Responsive Web Design
 
Mobile Email Marketing: Small Screen, Big Opportunity
Mobile Email Marketing: Small Screen, Big OpportunityMobile Email Marketing: Small Screen, Big Opportunity
Mobile Email Marketing: Small Screen, Big Opportunity
 
How to Act Like an Agency within a Company: UX for the Enterprise
How to Act Like an Agency within a Company: UX for the EnterpriseHow to Act Like an Agency within a Company: UX for the Enterprise
How to Act Like an Agency within a Company: UX for the Enterprise
 
FWD Project 4
FWD Project 4FWD Project 4
FWD Project 4
 
Responsive Web Design (done right)
Responsive Web Design (done right)Responsive Web Design (done right)
Responsive Web Design (done right)
 
ur mobile - build your mobile world
ur mobile - build your mobile worldur mobile - build your mobile world
ur mobile - build your mobile world
 
Designing responsive web design in FIGMA
Designing responsive web design in FIGMADesigning responsive web design in FIGMA
Designing responsive web design in FIGMA
 
State of the WEB ‘18
State of the WEB ‘18State of the WEB ‘18
State of the WEB ‘18
 
Mobile optimization success guide
Mobile optimization success guideMobile optimization success guide
Mobile optimization success guide
 
Responsive design for web applications
Responsive design for web applicationsResponsive design for web applications
Responsive design for web applications
 
Mobile website --- Web is in pocket....
Mobile website --- Web is in pocket....Mobile website --- Web is in pocket....
Mobile website --- Web is in pocket....
 
Responsive web design goomi technology
Responsive web design goomi technologyResponsive web design goomi technology
Responsive web design goomi technology
 
Responsive email design: 3 how-to steps
Responsive email design: 3 how-to stepsResponsive email design: 3 how-to steps
Responsive email design: 3 how-to steps
 

Último

How to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AIHow to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AIyuj
 
10 Best WordPress Plugins to make the website effective in 2024
10 Best WordPress Plugins to make the website effective in 202410 Best WordPress Plugins to make the website effective in 2024
10 Best WordPress Plugins to make the website effective in 2024digital learning point
 
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...Rishabh Aryan
 
Making and Unmaking of Chandigarh - A City of Two Plans2-4-24.ppt
Making and Unmaking of Chandigarh - A City of Two Plans2-4-24.pptMaking and Unmaking of Chandigarh - A City of Two Plans2-4-24.ppt
Making and Unmaking of Chandigarh - A City of Two Plans2-4-24.pptJIT KUMAR GUPTA
 
Pearl Disrtrict urban analyusis study pptx
Pearl Disrtrict urban analyusis study pptxPearl Disrtrict urban analyusis study pptx
Pearl Disrtrict urban analyusis study pptxDanielTamiru4
 
cda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptcda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptMaryamAfzal41
 
Map of St. Louis Parks
Map of St. Louis Parks                              Map of St. Louis Parks
Map of St. Louis Parks CharlottePulte
 
Iconic Global Solution - web design, Digital Marketing services
Iconic Global Solution - web design, Digital Marketing servicesIconic Global Solution - web design, Digital Marketing services
Iconic Global Solution - web design, Digital Marketing servicesIconic global solution
 
simpson-lee_house_dt20ajshsjsjsjsjj15.pdf
simpson-lee_house_dt20ajshsjsjsjsjj15.pdfsimpson-lee_house_dt20ajshsjsjsjsjj15.pdf
simpson-lee_house_dt20ajshsjsjsjsjj15.pdfLucyBonelli
 
guest bathroom white and bluesssssssssss
guest bathroom white and bluesssssssssssguest bathroom white and bluesssssssssss
guest bathroom white and bluesssssssssssNadaMohammed714321
 
guest bathroom white and blue ssssssssss
guest bathroom white and blue ssssssssssguest bathroom white and blue ssssssssss
guest bathroom white and blue ssssssssssNadaMohammed714321
 
Color Theory Explained for Noobs- Think360 Studio
Color Theory Explained for Noobs- Think360 StudioColor Theory Explained for Noobs- Think360 Studio
Color Theory Explained for Noobs- Think360 StudioThink360 Studio
 
10 must-have Chrome extensions for designers
10 must-have Chrome extensions for designers10 must-have Chrome extensions for designers
10 must-have Chrome extensions for designersPixeldarts
 
AI and Design Vol. 2: Navigating the New Frontier - Morgenbooster
AI and Design Vol. 2: Navigating the New Frontier - MorgenboosterAI and Design Vol. 2: Navigating the New Frontier - Morgenbooster
AI and Design Vol. 2: Navigating the New Frontier - Morgenbooster1508 A/S
 
Interior Design for Office a cura di RMG Project Studio
Interior Design for Office a cura di RMG Project StudioInterior Design for Office a cura di RMG Project Studio
Interior Design for Office a cura di RMG Project StudioRMG Project Studio
 
Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...
Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...
Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...Associazione Digital Days
 
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptxUnit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptxNitish292041
 
world health day 2024.pptxgbbvggvbhjjjbbbb
world health day 2024.pptxgbbvggvbhjjjbbbbworld health day 2024.pptxgbbvggvbhjjjbbbb
world health day 2024.pptxgbbvggvbhjjjbbbbpreetirao780
 
group_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfgroup_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfneelspinoy
 
Karim apartment ideas 02 ppppppppppppppp
Karim apartment ideas 02 pppppppppppppppKarim apartment ideas 02 ppppppppppppppp
Karim apartment ideas 02 pppppppppppppppNadaMohammed714321
 

Último (20)

How to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AIHow to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AI
 
10 Best WordPress Plugins to make the website effective in 2024
10 Best WordPress Plugins to make the website effective in 202410 Best WordPress Plugins to make the website effective in 2024
10 Best WordPress Plugins to make the website effective in 2024
 
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
 
Making and Unmaking of Chandigarh - A City of Two Plans2-4-24.ppt
Making and Unmaking of Chandigarh - A City of Two Plans2-4-24.pptMaking and Unmaking of Chandigarh - A City of Two Plans2-4-24.ppt
Making and Unmaking of Chandigarh - A City of Two Plans2-4-24.ppt
 
Pearl Disrtrict urban analyusis study pptx
Pearl Disrtrict urban analyusis study pptxPearl Disrtrict urban analyusis study pptx
Pearl Disrtrict urban analyusis study pptx
 
cda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptcda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis ppt
 
Map of St. Louis Parks
Map of St. Louis Parks                              Map of St. Louis Parks
Map of St. Louis Parks
 
Iconic Global Solution - web design, Digital Marketing services
Iconic Global Solution - web design, Digital Marketing servicesIconic Global Solution - web design, Digital Marketing services
Iconic Global Solution - web design, Digital Marketing services
 
simpson-lee_house_dt20ajshsjsjsjsjj15.pdf
simpson-lee_house_dt20ajshsjsjsjsjj15.pdfsimpson-lee_house_dt20ajshsjsjsjsjj15.pdf
simpson-lee_house_dt20ajshsjsjsjsjj15.pdf
 
guest bathroom white and bluesssssssssss
guest bathroom white and bluesssssssssssguest bathroom white and bluesssssssssss
guest bathroom white and bluesssssssssss
 
guest bathroom white and blue ssssssssss
guest bathroom white and blue ssssssssssguest bathroom white and blue ssssssssss
guest bathroom white and blue ssssssssss
 
Color Theory Explained for Noobs- Think360 Studio
Color Theory Explained for Noobs- Think360 StudioColor Theory Explained for Noobs- Think360 Studio
Color Theory Explained for Noobs- Think360 Studio
 
10 must-have Chrome extensions for designers
10 must-have Chrome extensions for designers10 must-have Chrome extensions for designers
10 must-have Chrome extensions for designers
 
AI and Design Vol. 2: Navigating the New Frontier - Morgenbooster
AI and Design Vol. 2: Navigating the New Frontier - MorgenboosterAI and Design Vol. 2: Navigating the New Frontier - Morgenbooster
AI and Design Vol. 2: Navigating the New Frontier - Morgenbooster
 
Interior Design for Office a cura di RMG Project Studio
Interior Design for Office a cura di RMG Project StudioInterior Design for Office a cura di RMG Project Studio
Interior Design for Office a cura di RMG Project Studio
 
Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...
Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...
Giulio Michelon, Founder di @Belka – “Oltre le Stime: Sviluppare una Mentalit...
 
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptxUnit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
 
world health day 2024.pptxgbbvggvbhjjjbbbb
world health day 2024.pptxgbbvggvbhjjjbbbbworld health day 2024.pptxgbbvggvbhjjjbbbb
world health day 2024.pptxgbbvggvbhjjjbbbb
 
group_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfgroup_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdf
 
Karim apartment ideas 02 ppppppppppppppp
Karim apartment ideas 02 pppppppppppppppKarim apartment ideas 02 ppppppppppppppp
Karim apartment ideas 02 ppppppppppppppp
 

Email Optimization for Touch Devices

  • 1. Email in the Age of Touch Why mobile email matters! and how to optimize for touch.
  • 2. Some Quick Info Jason Rodriguez! ! Community Manager at Litmus ! Wrote Modern HTML Email http://modernhtmlemail.com ! Follow me on Twitter @rodriguezcommaj @rodriguezcommaj
  • 3. The Changing Face of Email Mobile is the new inbox.
  • 4. Mobile Opens Are Increasing Change in Overall Opens https://litmus.com/blog/48-of-emails-are-opened-on-mobile-gmail-opens-down-20-since-tabs @rodriguezcommaj
  • 5. Which Clients Matter? iOS: Mail for iPhone Mail for iPad Gmail Mailbox Sparrow ! Android: Mail App Gmail for Android @rodriguezcommaj
  • 6. Know Your Audience 31% of marketers don’t know their mobile open-rate. ! ! ! 33% don’t know their mobile click-through rate. @rodriguezcommaj
  • 7. We Can Help With That Use Litmus Email Analytics to get in-depth metrics on clients, rendering engines, devices, locations, and interactions. ! http://litmus.com/email-analytics @rodriguezcommaj
  • 8. Know Their Environment Android Device Sizes iOS Device Sizes http://opensignal.com/reports/fragmentation.php @rodriguezcommaj
  • 9. It’s all about the Subscriber Experience Not just how your emails look.
  • 10. The Subscriber Experience 3 Points in the Subscriber Experience 1. The Inbox 2. The Email 3. The Landing Page @rodriguezcommaj
  • 11. First Impressions The inbox is the subscriber’s first impression. Keep your from name relevant and familiar. Put your subject line to work. User preheader text to elicit opens. @rodriguezcommaj
  • 12. Mobile Subject Lines Test length on real devices. Stay relevant and specific. Create a sense of urgency. Have a clear CTA. Test different subject lines. “When it comes to email marketing, the best subject lines tell what’s inside, and the worst subject lines sell what’s inside.” - The MailChimp Crew http://masstransmit.com/broadcast_blog/mobile-email-from-name-and-subject-line-displays-infographic/ @rodriguezcommaj
  • 13. Make It Look Good Make your emails look fantastic on mobile devices. (We’ll talk about how to do this later) VS. @rodriguezcommaj
  • 14. Mobile Design Strategies Choose a mobile design strategy that works for your team and audience. Find a solution that works with your time table and resources. ! ! 3 Main Strategies! ! Mobile-Aware Fluid Responsive/Adaptive @rodriguezcommaj
  • 15. Mobile-Aware One layout for all devices.! ! Keep mobile in mind from the beginning. ! Usually single-column. ! Keep text, images, and CTAs mobile-friendly. @rodriguezcommaj
  • 16. Fluid Layout doesn’t change but expands/contracts for devices.! ! No swapping or restructuring of content. ! Uses fluid tables and images. ! Relatively quick and easy to implement. @rodriguezcommaj
  • 17. Responsive FTW Email is restructured and optimized for varying device sizes.! ! Restructuring of content. ! Uses media queries along with fluid tables and images. ! Can swap content for different device sizes. @rodriguezcommaj
  • 18. Get Them To Take Action Your job is to get subscribers to interact with the email. Accomplish this with compelling content and splendidly touchable CTAs. @rodriguezcommaj
  • 19. Mobile CTAs Make your mobile CTAs touchable.! ! Value spacing around touch targets. Make buttons at least 44x44 pixels. ! Use compelling button text. ! Supplement with symbols. ! Use bulletproof buttons, not images. @rodriguezcommaj
  • 20. Follow Through The subscriber experience doesn’t end at the email. The email is there to get subscribers to take action, which typically happens on the landing page. ! If you don’t optimize your landing pages for mobile, why even bother with optimizing your emails? @rodriguezcommaj
  • 23. It’s About The Experience Take into account the entire subscriber experience! - from inbox to email to landing page. ! ! Optimize all three for mobile, it is increasingly the most important platform. ! ! Your job doesn’t end with the email - coordinate with web teams to optimize landing pages for mobile, too. @rodriguezcommaj
  • 24. Quick Wins for Mobile Start with mobile in mind.
  • 25. Use Preheader Text The inbox will show something - put it to use. ! Don’t let your “view in the browser” message be the first thing subscribers see. ! Use your preheader to entice an open. @rodriguezcommaj
  • 26. Keep Text Big Which one looks better?! ! Keep text big and readable. ! iOS will automatically resize text less than 13px in size. You can disable this with: ! -­‐webkit-­‐text-­‐size-­‐adjust:none;   @rodriguezcommaj
  • 27. Keep Copy Simple Short, concise copy makes your message easy to remember. ! It forces you to distill your message to its essence. ! It keeps your design clean. ! Use great, simple copy to get subscribers to tap through to where you want them - your website. @rodriguezcommaj
  • 28. Design For Touch Keep touch targets big and in range of thumbs. @rodriguezcommaj
  • 29. The One Thumb Rule “People use their smartphones anywhere and everywhere they can, which often means distracted situations that require one-handed use and short bits of partial concentration. Effective mobile designs not only account for these one thumb/one eyeball experiences but aim to optimize for them as well.” - Luke Wroblewski ! http://www.lukew.com/ff/entry.asp?1664 @rodriguezcommaj
  • 30. Keep Android In Mind Grid of Grim! ! Some Android mail clients won’t render responsive designs or scale emails - resulting in a zoomed out “Grid of Grim”. ! Design with CTAs on the left side of the email. http://stylecampaign.com/blog/2012/08/android-grid-of-grim/ @rodriguezcommaj
  • 31. Test, Test, Test Test your design in as many clients and devices as possible. ! Litmus makes it easy. ! Test on real devices when you can. @rodriguezcommaj
  • 32. If You Have the Time Level-up your mobile emails.
  • 33. At Least Go Fluid @rodriguezcommaj
  • 34. Fluid Tables Fluid tables allow your email structure to adapt to different screen sizes. Easy enough to implement: ! width=“100%”   style=“max-­‐width:600px;” @rodriguezcommaj
  • 35. Fluid Images Fluid images allow your images to scale with the email. Easy enough to implement: ! <img  src=“”  width=“”  height=“”  class=“image”  />   ! img[class=“image”]  {       height:auto  !important;       max-­‐width:600px  !important;       width:100%  !important;   } @rodriguezcommaj
  • 36. Go Responsive Use responsive design for full control across devices.! ! Combine fluid tables and fluid images with media queries to control layout. ! Swap out and customize content for different screen sizes. @rodriguezcommaj
  • 37. The Media Query CSS Media Queries allow you to set conditions for altering styles. ! Not a one-line solution, you need to think about what you’re doing. ! Allows you to toggle and swap content based on screen size, orientation, aspectratio, resolution, etc. @rodriguezcommaj
  • 38. Building a Media Query Media Type Expression @media  only  screen  and  (max-­‐width:480px)  {     img[class=“hide”]  {       display:none  !important;     }   } Conditional CSS @rodriguezcommaj
  • 39. Limited Support Media Queries are not universally supported.! ! Android Gmail & Windows Phone ! ! Best for heavy mobile audiences, mobile apps, tech companies, or travel alerts. http://stylecampaign.com/blog/2012/10/responsive-email-support/ @rodriguezcommaj
  • 40. CSS 3 Goodies If you have the audience, embellish your emails with CSS 3. Text shadows! ! <span  style=“text-­‐shadow:2px  2px  2px  #000;”>     Text  Shadows!   </span> Border Radius! ! <span  style=“border-­‐radius:8px;”>     Text  Shadows!   </span> @rodriguezcommaj
  • 41. Push The Boundaries SVG & CSS 3 Animations Video in Email Live Content @rodriguezcommaj
  • 42. Target Devices Use media queries to target mobile platforms and swap out content per device. @rodriguezcommaj
  • 43. Did I Mention To Test? @rodriguezcommaj
  • 45. Learn About RWD Responsive Web Design! by Ethan Marcotte Implementing Responsive Design! by Tim Kadlec Modern HTML Email! by Jason Rodriguez (Me) Responsive Web Design http://alistapart.com/article/responsive-web-design Designing For Breakpoints http://alistapart.com/article/designing-for-breakpoints @rodriguezcommaj
  • 46. Some Frameworks Antwort Email Framework! http://internations.github.io/antwort/ ! Zurb Responsive Email! http://zurb.com/playground/responsive-email-templates ! Responsive Email Patterns! http://briangraves.github.io/ResponsiveEmailPatterns/ @rodriguezcommaj
  • 47. Some Tools Litmus Builder! http://litmusbuilder.com/ ! Litmus Scope! https://litmus.com/scope/ ! Guide To CSS Support! http://www.campaignmonitor.com/css/ @rodriguezcommaj
  • 48. I’m Here To Help! Continue the conversation over on Twitter ! @rodriguezcommaj! @rodriguezcommaj