Compatibility with Usercentrics Tool
-
I am currently using this Widgets for Google Reviews on my website. As I am developing a German website, I need to implement GDPR / DSGVO compliance and have chosen the Usercentrics tool for this purpose. Unfortunately, the Usercentrics tool does not recognize and block the plugin before a user / guest accepts the consents, as it is not compatible.
According to the Usercentrics documentation, the script should be loaded with the following format:
<script type="text/plain" data-usercentrics="Trustindex" ... </script>
instead of the usual<script type="text/javascript" ... </script>
. This adjustment is crucial for successful blocking when a user does not consent.Could you please guide me on how to implement loading the script as
text/plain
with the argumentdata-usercentrics="Trustindex"
?Thank you for your attention and assistance.
- You must be logged in to reply to this topic.