CMS Development

Cignition
Participante

Social share click-to-email text

resolver

I'd like to use the Hubspot click-to-email button in our emails to expand our social sharing capabilities but the text field doesn't allow for line breaks or any rich text features. Any idea how to add a simple line break (tried <br> but shows up in email)?

 

 

0 Me gusta
1 Soluciones aceptada
Jake_Lett
Solución
Guía | Partner
Guía | Partner

Social share click-to-email text

resolver

In order to fine tune the mailto link you will need to view the source code and then experiment adding 
Single break: %0D0A
Double break: %0D0A%0D0A

 

Tool to help generate a mailto - https://mailtolink.me/

More reference to try https://stackoverflow.com/questions/22765834/insert-a-line-break-in-mailto-body


Jacob Lett

Freelance HubSpot CMS Developer & Web Designer

 

bootstrapcreative-horizontal-trim.png

Located in Michigan, USA

Need HubSpot CMS Development Help? 🚧


Ver la solución en mensaje original publicado

2 Respuestas 2
Jake_Lett
Solución
Guía | Partner
Guía | Partner

Social share click-to-email text

resolver

In order to fine tune the mailto link you will need to view the source code and then experiment adding 
Single break: %0D0A
Double break: %0D0A%0D0A

 

Tool to help generate a mailto - https://mailtolink.me/

More reference to try https://stackoverflow.com/questions/22765834/insert-a-line-break-in-mailto-body


Jacob Lett

Freelance HubSpot CMS Developer & Web Designer

 

bootstrapcreative-horizontal-trim.png

Located in Michigan, USA

Need HubSpot CMS Development Help? 🚧


Cignition
Participante

Social share click-to-email text

resolver

Super helpful - the code generator worked!

0 Me gusta