Note: Upon visiting your website, your visitors can now decide which cookies to accept using the cookie banner. Apart from the “necessary cookies” that are mandatory for browsing a website, no other cookie category may be preselected. It is up to your visitors to decide which cookies are allowed (opt-in).
If you’d like to add your own cookies that visitors can accept or decline when visiting your website, please follow the instructions below.
Entering your own Cookies
- Log in to your Jimdo account and choose the desired website
- Click Edit to enter your Jimdo Creator website’s edit mode
- In the menu, go to Settings > Privacy & Security and then click on the Cookies tab
- Click on Create Cookie
- Enter the Name, Description, Expiration and Type of Cookie
- Click on Save
Cookies which you enter like this will then appear on the Cookie Policy page under the relevant category.
Use the following code to allocate the choices presented in the cookie banner to your own cookies:
if (window.CookieControl.isCookieAllowed("cookieName") {
// Function that loads the cookie, for example, a third party script
}
Please note that you are responsible when using and customizing code. Our support team cannot lend you their assistance with such tasks.