Privacy Policy
Place your privacy policy site-wide
Privacy Policy
Every website should have a Privacy Policy. In a growing number of states, it's legally
required.
CompleteDTC offers a default privacy policy, but you should strongly consider creating
your own. You can do so via Company Privacy Policy in Administration->Miscellaneous.
This is a very lightweight plugin, requiring just two lines for integration on your site.
As a general rule, you should include it in the footer area of your site so that it shows
on every page.
Here's what to include:
<script src="https://{your back-end domain}/lz_client/base.min.js"></script>
<script src="https://{your back-end domain}/lz_client/privacy_policy_widget.js" ></script>
In addition, you need to create a link, as follows:
<span onclick="displayPrivacyPolicy();">Privacy Policy</span>
Note that the wrapper can be a <div>
, <span>
, etc. It is a good idea to set the CSS cursor
attribute for the wrapper to "pointer".
Updated over 3 years ago