Clientside API
With TRUENDO you can create custom buttons to open the Privacy Center at certain pages.
Examples of how to Open the Privacy Center:
Privacy Center Privacy Policy Cookie Manager Static Page
These are just examples of how it can be used. Feel free to adjust it to your preferences.
Opening tabs with a link
Use the following code to:
Open Privacy Center
<a href="javascript:Truendo.openPrivacyPanel()">Privacy Center</a>
Open the Privacy tab
<a href="javascript:Truendo.openYourRights()">Privacy Policy</a>
Open the Cookies tab
<a href="javascript:Truendo.openCookieSettings()">Cookie Manager</a>