brainsum/cookieconsent

Setting for raw HTML code in language snippets and service descriptions

Opened this issue · 3 comments

Would be great to have an option to define that raw HTML code could be used in language snippets or the service descriptions. This would be a great benefit because it is then possible to provide links to external privacy policies or to the own privacy policy.
Additionally with this another "Learn more" link could be placed in the barMainText snippet.

We would also needd this feature

ugh82 commented

I small workaround for this is with jQuery

$(function() {
       $(".cc-text").append('<a href="your_link">Learn  More</a>');
    });

It is bad practice of course but it works until the update.

Hi,
Thanks a lot for the project. It's great.

IMHO, adding HTML to translations will give the app much more versatility.
As explained by @marvinschroeder , adding a link to own/external (and extended) privacy policies is a MUST.