Adding a Click-to-Call shortcode

To add a shortcode of your Click-to-Call button simply add the following to any part of your WordPress page or visual editor:

[twtcall label='Click To Call' number='+18032327932']

Notice that by default the label for the button is ‘Click to Call’ which you can change to whatever is the best for you. The second part of the shortcode is the default Voice number that you set up in the Settings page. You can overwrite it with another Voice capable number that you have in your Twilio account.

Adding a SMS/MMS shortcode (Pro)

Please note: this shortcode only works with the Pro version of the Twilio WordPress Plugin and will be ignored on the Free version.

To add a shortcode of your SMS/MMS button simply add the following to any part of your WordPress page or visual editor:

[twtcall label='Send me SMS' number='+18032327932']

By default the label for the button is ‘Send me SMS’ which you can change to whatever is the best for you. The second part of the shortcode is the default SMS/MMS number that you set up in the Settings page. You can overwrite it with another SMS/MMS capable number that you have in your Twilio account.

Adding a Fax shortcode (Pro)

Please note: this shortcode only works with the Pro version of the Twilio WordPress Plugin and will be ignored on the Free version.

To add a shortcode of your Fax button simply add the following to any part of your WordPress page or visual editor:

[twtcall label='Send Fax' number='+18032327932']

You can change the default label for the button which is ‘Send Fax’ to whatever is the best for you. The second part of the shortcode is the default Fax number that you set up in the Settings page. You can overwrite it with another Fax capable number that you have in your Twilio account.

Precaution: make sure you don’t paste this code on a open to public page because you don’t want visitors to be able to send un-restricted faxes to random numbers. The best use of this functionality is to be places in a password protected page which only authorized persons can have access.