Skip to main content

Integrate Axeptio on another CMS

Can't find your CMS in the list?

Written by Alexandre Dias Da Silva

Even if we haven't developed a specific integration in the form of an extension/plugin for your CMS, you can still add the Axeptio script in the custom code section of your CMS. We'll help you find this section in your CMS in the sections below.

Webflow

✅ Tested in August 2021 // Official Documentation

  1. Log in to your Webflow account and select your project.

  2. Click the hamburger menu ☰ in the top left and then click Project Settings.

  3. Click the Custom Code tab

  4. Paste the Axeptio code snippet in the Footer Code section and click Save Changes

  5. Publish your site for the changes to take effect, and you're done!

Wix

Go to your project and select "Settings" from the menu

image (13).png

In the following menu you can scroll down to the bottom and select "Advanced Settings" then "Tracking and Analytics"

image (14).png

You can then select "New Tool" then "Custom" and a pop-up will appear

image (11).png

In this pop-up, copy and paste the Axeptio code you retrieved in section 2. Integration details, choose to add the code on all pages then place the code in the body - end of site. Finally, you can apply to deploy online and your Axeptio version will be visible

image (10).png

Warning: you must absolutely choose to place the tag at the end of the body text, otherwise Axeptio will not display

Joomla

To insert the Axeptio code into your Joomla project, follow these steps

  1. Log in as an administrator in your Joomla project

  2. In the main navigation menu, go to: Extensions > Templates > Templates.

  3. Click on your template and select index.php from the left menu

  4. Copy and paste the Axeptio code as high as possible in the <body>

  5. Of course, replace the XXX with your clientId and cookiesVersion

<script>
window.axeptioSettings = {
clientId: "XXXX",
cookiesVersion: "XXXX",
};

(function(d, s) {
var t = d.getElementsByTagName(s)[0], e = d.createElement(s);
e.async = true; e.src = "//static.axept.io/sdk.js";
t.parentNode.insertBefore(e, t);
})(document, "script");
</script>

Save by clicking validate

Joomla.jpg

Your cookie version is now online.

Bigcommerce

1. Log in to your Bigcommerce admin.


2. Go to StoreFront, then Footer Scripts and insert the Axeptio code there, then save.

image (7).png

You can also use Google Tag Manager to insert the code by using the Google Tag Manager container instead of the Axeptio code (and then manage Axeptio in Google Tag Manager)

Congratulations, you're all set!

Configure your Axeptio cookie management

Go to your Axeptio client space to configure your widget.

Squarespace

  1. Log in to your SquareSpace account

  2. In the left menu, click Settings

  3. Click "Advanced" then Code Injection

  4. Copy / paste the Axeptio code in the header

  5. Click Save

Squarespace.jpg

Your cookie version is now online.

Bitrix

✅ Tested in August 2021 (interface)

  1. In your Bitrix account, go to your list of sites and click the Actions menu in the top right of your site block, then click Configure the site.

  2. Click More to expand more options, and check Custom HTML.

  3. Paste the Axeptio code snippet in the HEAD block

  4. Click the Save button at the bottom of the page.

  5. That's it!

TYPO3

✅ Tested in August 2021 // Version 10

  1. In the TYPO3 admin, click Theme Options in the left menu.

  2. Click Integration

  3. Click Enable Body Code and paste the Axeptio code snippet in the Code before body field.

  4. Click the Save changes button in the top right, and you're done!

OpenCart

✅ Tested in August 2021 // Version 3

  1. In the OpenCart admin, click Design > Theme Editor in the left menu

  2. Under Choose a theme, click common then footer.twig

  3. In the edit block, scroll down to the closing </body> tag and paste the Axeptio code snippet just above it.

  4. Click the Save button under the edit block and you're done!

Did this answer your question?