call1800-dialpad is an embeddable element that allows your users make calls to 1800 numbers completely free.
npm install call1800-dialpad-js
<link href="<ADD_LINK_HERE>"></link>
<script src="<ADD_LINK_HERE>"></script>
-
Add
dialpad.css
to your styles. -
Initialize dialpad with Javascript.
import Dialpad from 'call1800-dialpad-js'; // if you used cdn Dialpad class is available at window.Dialpad
cosnt dialpad = new Dialpad();
dialpad.render();
Starts a call to number
parameter. number
must be a String that starts with 18xx and exactly 11 characters long.
Stops active call.
Collapse and open dialpad.
Opens dialpad.
Collapses dialpad.