Skip to main content

 

Hello,

can we use the default footer options With a custom code we would write for the footer? 

 

We would like to include a few more things with terms & conditions and cookie settings on our custom footer with branding etc. Can we use the OOB phrases and settings in that case?

If yes, how do we reference them? Also do you  have examples to share?

Hey @naveen1209, nice meeting you! 

Yes, that is possible to do by adding a script to your Third-party Scripts section on Control. One example I can share is community.freshworks.com - you can see in their footer they’ve added this extra word there (Privacy Notice).


You can do the same by adding this script:

// Inject privacy policy link into footer
$('.templatefoot-privacy-links').append('<a href="https://community.insided.com" target="_blank">Privacy Notice</a>');
</script>

Does this help? Let me know 😀


Reply