A phone number can be added to your website and it will automatically turn to a 'tap to call' button when viewing the website on a mobile phone. The best way to do this would be to use the contact bar feature.
We have a guide detailing how to set up your contact bar, that can be found here.
When a mobile number is entered it will display as a phone button on the mobile website, when touched it will give the option for the client to call the number. See the images below to see what the outcome will look like.
Add a 'Tap to Call' Button in the Body Text
You can also add a ‘tap to call’ button to the body of your website. The best way to do this is by adding a button block (here is a guide detailing How to add buttons to your website if you are unsure).
Once you have created the button, select to link this button to a website and enter:
“tel: your phone number” in the website URL field. See image below.
When you click the button on mobile, you can tap to call directly.
Add a 'Tap to Email' Button in the Body Text
You can also add a 'Tap to Email" action button in the body of your website. The best way to do this is by adding a button block, (here is a guide detailing How to add buttons to your website if you are unsure).
Once you have created the button, select to link this button to a website and enter:
“mailto:email@domain.com” in the website URL field.
When you click the button on mobile, you can tap to email directly.
Extra for Experts
If you want to specify a default email subject line, you can do this by adding ?subject=My Email Subject to the end of the URL, so the whole thing might look like this:
mailto:email@domain.com?subject=Product Enquiry
If the subject doesn't work, try replacing spaces with %20:
mailto:email@domain.com?subject=Product%20Enquiry