# Square Online

{% hint style="warning" %}
This courtesy guide is **no longer actively tested** by Openli, although it might still work.

Our cookie-consent widget intentionally uses a highly-compatible, highly-generic approach to integration. In most cases, it will be possible for your developers to adapt this guide's steps to any changes that might have been made to the target platform, in combination with their own general documentation. **Our** [**consent-state events**](https://docs.openli.com/docs/documentation/legaljs-widget/collecting-cookie-consent/consent-state-api#listening-for-consent-change-events) **might be useful for this.**
{% endhint %}

## Before you start

Before following these steps, please be sure that you have:

1. Added your website's URL (*either during the signup process or in the settings page*)
2. [Created cookie providers and categorised all cookies](https://docs.openli.com/docs/cookie-consent-management/get-started-with-legal-monster#step-2-create-your-cookie-providers)
3. [Created a cookie policy](https://docs.openli.com/docs/cookie-consent-management/cookie-widget/how-to-create-a-cookie-policy)
4. [Created a cookie widget](https://docs.openli.com/docs/cookie-consent-management/cookie-widget/how-to-create-a-cookie-widget)

Check step 1 - 4 in the [Get Started with Openli ](https://docs.openli.com/docs/cookie-consent-management/get-started-with-legal-monster)guide to create all of the above.

## Step 1: Code snippet

To install your widget, you'll need your cookie widget's code snippet.

![](https://1919043541-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LRMQvUsiQMLNstTU-cS%2Fuploads%2F55AmjjmZrEmL6ycwo3O8%2FScreenshot%202021-11-22%20at%2011.16.24.png?alt=media\&token=2342414e-8981-4bd3-bc4e-1dc041bafa92)

To find your code snippet, go to the Openli dashboard and select "**Widgets**" in the side menu. Click on the cookie widget you previously created and copy the code.&#x20;

It will look like this:

```javascript
<script>
    !function(){var i,e,t,s=window.legal=window.legal||[];if(s.SNIPPET_VERSION="3.0.0",i="https://widgets.legalmonster.com/v1/legal.js",!s.__VERSION__)if(s.invoked)window.console&&console.info&&console.info("legal.js: The initialisation snippet is included more than once on this page, and does not need to be.");else{for(s.invoked=!0,s.methods=["cookieConsent","document","ensureConsent","handleWidget","signup","user"],s.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);return e.unshift(t),s.push(e),s}},e=0;e<s.methods.length;e++)t=s.methods[e],s[t]=s.factory(t);s.load=function(e,t){var n,o=document.createElement("script");o.setAttribute("data-legalmonster","sven"),o.type="text/javascript",o.async=!0,o.src=i,(n=document.getElementsByTagName("script")[0]).parentNode.insertBefore(o,n),s.__project=e,s.__loadOptions=t||{}},s.widget=function(e){s.__project||s.load(e.widgetPublicKey),s.handleWidget(e)}}}();

    legal.widget({
        type: "cookie",
        widgetPublicKey: "xxxxxxxxxxxxxxxxx",
    });
</script>

```

{% hint style="info" %}
The value for `widgetPublicKey` will be **different in your code snippet**.
{% endhint %}

## Step 2: Add your Openli widget to your Square Online site

In your Square Online dashboard, navigate to the **Tracking Tools** page (previously called **Integrations**), as shown in the screenshot below:

![](https://1919043541-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LRMQvUsiQMLNstTU-cS%2F-MYPjDGGUYbvaL0yMQ8C%2F-MYPjpJcZYxCmgT_q_Ss%2Fimage.png?alt=media\&token=2b994551-6669-4300-bdf6-2f6644ad0735)

Expand the **Cookie banner** section, shown in the screenshot below, and paste your cookie widget snippet:

![](https://1919043541-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LRMQvUsiQMLNstTU-cS%2F-MYPjDGGUYbvaL0yMQ8C%2F-MYPkOJLG-sThQqMF88r%2Fimage.png?alt=media\&token=029b3f6b-707d-460b-8307-1c2e11bb2434)

After you paste your snippet, the page will validate the code, save it, and update your site immediately.

{% hint style="success" %}
You should now see your cookie widget on your site!
{% endhint %}

### Advanced

If you have added any custom code under the **Add custom header code** option, you might need to update that code to ensure that cookies are blocked. [Follow our blocking guide](https://docs.openli.com/docs/documentation/legaljs-widget/collecting-cookie-consent/blocking-cookies) to stay compliant.

## Step 3: Blocking cookies <a href="#step-3-blocking-cookies" id="step-3-blocking-cookies"></a>

The final step you need to take to make sure your cookies are compliant is to block any scripts that set them on your website, so the widget can enable them only when a visitor gives consent.

This step is a bit more technical, and our guide shows you [how to categorise the scripts that set cookies on your website](https://docs.legalmonster.com/documentation/legaljs-widget/collecting-cookie-consent#categorisation-of-scripts-that-set-cookies-on-your-website) to enable blocking. You might need a developer to help you.

## Done! <a href="#done" id="done"></a>

Congratulations on completing your first step towards collecting compliant cookie consent. Pat yourself on the back, and know that our mascot Li is proud of you.

![](https://1919043541-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LRMQvUsiQMLNstTU-cS%2Fuploads%2FP5L9Hk7egE96nLzqpVuv%2Fcookie-openli.png?alt=media\&token=cc21774f-ca82-4bf0-9308-2a0b2cf7f9d1)
