โœ๏ธAdd the custom script

โ—๏ธ If you using Webflow then you should follow the guide here: Add the custom script

Before you can start testing need to add the custom Optibase script to your website:

  1. To access the custom Optibase script, you first need to create an account and log in.

  2. Visit this page in the Optibase web app and click on the script to copy it: https://app.optibase.io/apiKeys

  1. Place the code before the closing of the <head /> tag:

<head>
    ...
    <optibase script />
</head>
<body> ... </body>

Last updated