How to install Clym on a Zyro website

Step by step guide for installing Clym on your Zyro website

Here’s a quick 2 minute video showing you how to install Clym’s compliance widget onto your website. Below the video, you will also find step-by-step instructions in written form. If you feel this is a task better suited for your webmaster or developer, please send them this link, along with the email instructions you received from Clym. 

 

Installing Clym on a Zyro website is a 3 step process:

Before you get started, make sure you have at hand the Clym widget code and the links for "Privacy Center" and "Do not sell or share my personal information". You should have received them via email or you can copy them from your Clym admin account.

 

 

1. Log into your Zyro account and access "Integrations"

Please log into your Zyro account. Click Edit to open your site editor. From the left-hand navigation menu, select Website settings. From the sub-menu, select Integrations.

Zyrogif1

 

 

2. Copy / paste the Clym widget code

Paste your Clym privacy widget embed code you received via email (or from your Clym Admin account) into the Custom code field and click save changes.

zyrogif2

 

Under the Privacy widget code, you will also want to paste (specific to Zyro):

<script>
window.onmessage = function(e) {
if (e.data === "/requests/new/do_not_sell_my_information") {
Clym.showWidget('/requests/new/do_not_sell_my_information');
}
if (e.data === "/") {
Clym.showWidget('/');
}
}
</script>

Note that, in order to facilitate compliance, this script has to be inserted as the first script under the "head" section of your website. Failure to do so might allow third party scripts to be loaded on your website and, depending on regulation, that might drive non compliance. For easy viewing, you may leave space in between the Clym script and any following scripts or code.

 

 

3. Copy / paste the links for "Privacy Center" and "Do not sell or share my personal information"

Go into your site editor, and scroll to the footer of your site. Click add element, and drag the Embed Code widget into your site's footer.

Zyro-GIF-1

 

Return to your email (or Clym Admin account). You will need to copy the Privacy Center button/link and Do not sell or share button/link embed codes one at a time.

Wordpress-GIF-5

 

Paste the Privacy Center button/link and Do not sell or share button/link embed codes from Clym one at a time into the widget.

Zyro-GIF-2

 

Under these codes you will also want to paste the following code (specific to Zyro):

<script>
function ClymDoNotSellMyPersonalInformation() {
window.top.postMessage('/requests/new/do_not_sell_my_information', '*');
}
function ClymCookies() {
window.top.postMessage('/', '*');
}
</script>

 

You're all set! Clym’s widget will now display on your website based on how you set up your widget layout.

Please note that based on your geolocation, you may not see the privacy widget.  To view Clym on your site, scroll to the footer of your website and click Privacy Center or Do not sell or share my personal information to open the widget. View more ways to verify the installation here

 

Please note, if you come across any challenges, you can reach out to us via chat or email us at support@clym.io.