GetButton.io widget

 <!-- GetButton.io widget -->

<script type="text/javascript">

    (function () {

        var options = {

            sms: "+917011881194", // Sms phone number

            call: "+917011881194", // Call phone number

            call_to_action: "Message us", // Call to action

            button_color: "#50f0ff", // Color of button

            position: "right", // Position may be 'right' or 'left'

            order: "call,sms", // Order of buttons

        };

        var proto = document.location.protocol, host = "getbutton.io", url = proto + "//static." + host;

        var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url + '/widget-send-button/js/init.js';

        s.onload = function () { WhWidgetSendButton.init(host, proto, options); };

        var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);

    })();

</script>

<!-- /GetButton.io widget -->

Comments