This article is for AMP Theme Framework users.
About this Component
Call Now Component is for displaying the call button in your theme for users to call on a given phone number.
How to use:
Following is the step to implement this component.
Step 1: To display the Call Now button we need to call it where we wanted to display it. example: add the following code in header.php of the theme files.
<?php amp_call_now(); ?>
with this, you’re successfully able to show Call Now button on your theme.
That’s it for this tutorial!
We hope it helped you. If you have any feedback or questions, then please share them in the comments section below.