Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Clym widget may not display on your site upon page load. Widget display is customizable at Clym. By default it is based on your geographic location, and many locations do not have display requirements.

Step 4

Optional. Add Clym Privacy and Do Not Sell My Information links to your site. These links are optional. If added they give a direct way to for consumers to access the Clym widget. If your funnel has a common footer then follow these steps on the Common page.

...

Add a second link to your page footer. Set Link = #. Go to the code editor. Add onclick="Clym.showWidget('/requests/new/do_not_sell_my_information', '', event);" after the href value in the anchor tag. The final result should look something like this.

Code Block
languagehtml
<a href="#" onclick="Clym.showWidget('/requests/new/do_not_sell_my_information', '', event);">Do not sell or share my personal information</a>

...