Wordpress Integration

Steps to integrate our cookie consent banner in Wordpress

Vaibhav Antil avatar
Written by Vaibhav Antil
Updated over a week ago

You can integrate our cookie consent tool with Wordpress by adding our javascript in the header file. You can do that by two methods:

Plugin for Header and Footer:

First thing you will need to do is install and activate Insert Headers and Footers plugin. On activation, you need to visit Settings >> Insert Headers and Footers

Paste your cookie consent javascript in the header section and click on the Save button to make the script live. The cookie consent banner should be now live on your website.

Editing Header File

We recommend this only to experienced Wordpress users.

  • Click Wordpress Editor

  • Open Header File(header.php)

  • Paste our javascript inside the <head> tag and click Update File. The cookie consent banner will now be live on your website.

Did this answer your question?