In html, there are special ‘Click to’ links. They are hyperlinks to perform specific tasks, like
Click to call
Also works if you add it to the Divi secondary menu bar: theme customizer » Header & Navigation » Header Elements.
<a href="tel:+31618385549">06-1838 5549</a>Code language: HTML, XML (xml)
Click to mail
Opens the default email client. More options.
<a href="mailto:info@domain.com">Click to mail</a>
<a href="mailto:info@domain.com?SUBJECT=Subject">Click to mail</a>
<a href="mailto:info@domain.com?SUBJECT=Subject&BODY=Body text">Click to mail</a>Code language: HTML, XML (xml)
Create a link like below.
https://wa.me/31618385549Code language: JavaScript (javascript)
More click to options
- callto:skypenumber, to start a skype call
- sms:mobilenumber, to send a text message
- fax:faxnumber, to send a fax