Can I add multiple links to an image to be sent as a marketing email?

aelrefai
Member | Platinum Partner
Member | Platinum Partner
I have an image already created through illustrator with texts and call to actions, however I want to add links to the CTA's already created as text in the image. Is it possible? And one of the CTA's is a phone number to be called, is there an option where I can add a button on that phone number so that when someone wants to click on it, it redirects them to their phonebook and just call on their phone?
0 Upvotes
1 Accepted solution
Mike_Eastwood
Solution
Recognized Expert | Gold Partner
Recognized Expert | Gold Partner

Hi @aelrefai 

You can add an HTML Link to a phone number by using the "tel" attribute. 

 

Make sure you have the + and the country code.  

<a href="tel:+1234567890">+1 234 567 890</a>


In your case you will wrap the image* rather than text. 

<a href="tel:+1234567890"><img href="file-url" alt="Phone +1 234 567 890"/></a>

 

*Using images is high risk because people can have images turned off on their mobile devices and they can often render unexpected results.

 

And always test this before you send.

 

Have fun

Mike

 

Here to learn more about HubSpot and share my HubSpot Knowledge. I'm the founder of Webalite a Gold HubSpot Partner Agency based in Wellington, New Zealand and the founder of Portal-iQ the world's first automated HubSpot Portal Audit that helps you work smarter with HubSpot.

View solution in original post

0 Upvotes
1 Reply 1
Mike_Eastwood
Solution
Recognized Expert | Gold Partner
Recognized Expert | Gold Partner

Hi @aelrefai 

You can add an HTML Link to a phone number by using the "tel" attribute. 

 

Make sure you have the + and the country code.  

<a href="tel:+1234567890">+1 234 567 890</a>


In your case you will wrap the image* rather than text. 

<a href="tel:+1234567890"><img href="file-url" alt="Phone +1 234 567 890"/></a>

 

*Using images is high risk because people can have images turned off on their mobile devices and they can often render unexpected results.

 

And always test this before you send.

 

Have fun

Mike

 

Here to learn more about HubSpot and share my HubSpot Knowledge. I'm the founder of Webalite a Gold HubSpot Partner Agency based in Wellington, New Zealand and the founder of Portal-iQ the world's first automated HubSpot Portal Audit that helps you work smarter with HubSpot.

0 Upvotes