iubenda
iubenda is a website compliance platform that scans websites and generates legal documents including privacy and cookie policies.
Key features include:
- Website scanning for cookies and third-party services
- Privacy Policy generation
- Cookie Policy generation
- Terms and conditions generation
- Consent database functionality
iubenda integrates with ShopWired by providing that you add to your ShopWired website using a custom HTML element so you can display your legal policies.
Account creation
Account creation
Create an account on the iubenda website.
After creating your account:
- Add your website domain
- Run a website scan
- Generate and customise your Privacy Policy and Cookie Policy
Once configured, iubenda will provide embed code for each legal document.
Adding privacy policy and cookie policy links
Adding privacy policy and cookie policy links
iubenda provides embed code for your Privacy Policy and Cookie Policy.
The embed code will be similar to the example shown below:
<a href="https://www.iubenda.com/privacy-policy/your-id" class="iubenda-white iubenda-noiframe iubenda-embed" title="Privacy Policy">Privacy Policy</a>
<script type="text/javascript">
(function (w,d) {
var loader = function () {
var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0];
s.src = "https://cdn.iubenda.com/iubenda.js";
tag.parentNode.insertBefore(s,tag);
};
if(w.addEventListener){w.addEventListener("load", loader, false);}
else if(w.attachEvent){w.attachEvent("onload", loader);}
else{w.onload = loader;}
})(window, document);
</script>
The code shown above is provided as an example only. You must copy the exact code provided in your own account, as the code and any ID values will be unique to your website.
To add the policy link to your website:
- Navigate to Website > Themes
- Select
customise your theme - Add a
custom HTMLsection in the location where you want the policy link to appear - Paste the embed code into the Custom HTML setting
- Save your changes
Repeat this process for each legal document you want to display.
Recommendations
Recommendations
- Place policy links in your website footer for consistent visibility
- Ensure the embed code is added only once per document
- Re-run your website scan in iubenda after installing new third-party services
- Keep your policies updated when your website functionality changes