Help Center
How to embed?

First
Create an account
When signing up to Beyondcall, you will be asked to enter your domain - therefore your domain will be linked to your account as soon as you sign in.

Second
Copy the code snippet
Now, it's time to copy the code snippet below and paste it between the header tags on each page of your website. You need to paste it into every single page, or into your template if you are using one.

Third
Check it on your website
Next, it's time to check if the installation was successful. It may take a few minutes for the widget to show up for the first time on your website. It's as easy as that.
Code Snippet
Paste it between the header tags of your site and you're good to go.
<html> <head>
<!-- Include these scripts at the end of your <head> tag -->
<script async defer type="module" src="https://widget.beyondcall.com/beyondcall-widget/beyondcall-widget.esm.js"></script>
<script async defer nomodule src="https://widget.beyondcall.com/beyondcall-widget/beyondcall-widget.js"></script>
</head> <body>
<h1>My awesome website</h1>
</body> </html>
How to design your first widget?
Customize your widget
Go the easy way by customizing your first widget directly in your Beyondcall account. You simply need to choose from different styles and colors and follow the widget assistant - it's really easy and only takes you a few minutes.
Use an existing website element
Maybe you already have a contact button or another existing element on your website and want to use this element as widget. We'll show you how to do this in a few simple steps.
Design your very own widget
With a bit of knowledge in HTML, you can easily design your favorite button and make the Beyondcall widget your own. We will take you through how to use Beyondcall with your new design element.