How to you link a button to a phone number so when user clicks on it, it opens phone call?
To link a button to a phone number so that when a user clicks on it, it opens a phone call, you do the following:
In the editor, go to the button and locate the Button Link field
In the button link field add the following tel:123-456-7890
Replace "123-456-7890" with the phone number you want to use.
Update the label of the button to "Call us now!".
Save and publish.
When a user clicks on the "Call us now!" button, their phone will open the dialer with the phone number pre-filled, and they can simply click the call button to make the call.
In the editor, go to the button and locate the Button Link field
In the button link field add the following tel:123-456-7890
Replace "123-456-7890" with the phone number you want to use.
Update the label of the button to "Call us now!".
Save and publish.
When a user clicks on the "Call us now!" button, their phone will open the dialer with the phone number pre-filled, and they can simply click the call button to make the call.
Updated on: 15/03/2023
Thank you!