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 Avaliação positiva
1 Solução aceita
Jake_Lett
Solução
Orientador(a) | Parceiro
Orientador(a) | Parceiro

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? 🚧


Exibir solução no post original

2 Respostas 2
Jake_Lett
Solução
Orientador(a) | Parceiro
Orientador(a) | Parceiro

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 Avaliação positiva