Umbraco implementation
Anna Madsen avatar
Written by Anna Madsen
Updated over a week ago

To implement the Pop-up you would need to add the script to your Master template following the steps below:

  1. Go to "Settings" on your Umbraco admin page.

  2. In the Settings menu choose "Templates" - your "Master template".

  3. Using the code editor add the Pop-up script to the <head>.

<script id="CookieConsent" src="https://policy.app.cookieinformation.com/uc.js" data-culture="EN" type="text/javascript"></script>

If you do not have a master template already you can create one following Umbraco guides. You can read more about master templates here and templates in general here.

Related articles:

Did this answer your question?