CMS Development

Cignition
Participant

Social share click-to-email text

SOLVE

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 Upvotes
1 Accepted solution
Jake_Lett
Solution
Guide | Partner
Guide | Partner

Social share click-to-email text

SOLVE

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


View solution in original post

2 Replies 2
Jake_Lett
Solution
Guide | Partner
Guide | Partner

Social share click-to-email text

SOLVE

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
Participant

Social share click-to-email text

SOLVE

Super helpful - the code generator worked!

0 Upvotes