0.0.18 • Published 3 years ago

virfon-c2c-widget v0.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Built With Stencil

Virfon Click2Call Web Widget

Extend your Virfon Business Phone System by adding a simple yet useful widget to your company website that will allow your visitors to contact you via a phone call.

Using this component

This is web component that you can embbed within your website by just adding a couple code snippets into your site's source code.

Script tag

  • Put a script tag similar to this in the <head> of your html files: <script type="module" src='https://unpkg.com/virfon-c2c-widget@latest/dist/virfonc2cwidget/virfonc2cwidget.esm.js'></script>
  • Then you can use the element anywhere in your template, JSX, html etc: <virfon-c2c-widget id="{token}" position="{position}"></virfon-c2c-widget>
  • The widget will render on the bottom rigth corner of your website by default. If required, you can make it appear on the bottom left corner by passing left value to the position attribute in the component code.

Obtaining a token

  • You need to authenticate to our services with a unique token that we will provide you. Contact us to obtain a token in order to be able to use the widget.
0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago