CMS Development

Cignition
Teilnehmer/-in

Social share click-to-email text

lösung

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 Akzeptierte Lösung
Jake_Lett
Lösung
Ratgeber/-in | Partner
Ratgeber/-in | Partner

Social share click-to-email text

lösung

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


Lösung in ursprünglichem Beitrag anzeigen

2 Antworten
Jake_Lett
Lösung
Ratgeber/-in | Partner
Ratgeber/-in | Partner

Social share click-to-email text

lösung

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
Teilnehmer/-in

Social share click-to-email text

lösung

Super helpful - the code generator worked!

0 Upvotes