• Resolved wurzelsepp1

    (@alexprepo)


    I’m using a plugin / theme to display insta and youtube contents.
    To show a placeholder, I tried to enter a css class to the script center. anyway, the contents are displayed, even when no consent is set.
    what can I do?

    and:
    I need (due to legal reasons) implemet a link that show the cookie config page. how to do that?

    and last:
    can I (the user) select wich services to enable / disable. e.g. google analytics yes, facebook no.

    Thanks,
    al

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @alexprepo,

    You can use Consent per Service in the wizard, under Consent – Services.

    If YouTube and Instagram are both selected, also here: Consent – Services, then it should find it automatically. Can you try this, and let us know where we can find an example?

    It might be there’s a specific way your theme/plugin adds this content. Could your the plugins and theme, so we can try to reproduce?

    For this: “I need (due to legal reasons) implement a link that show the cookie config page. how to do that?” the placeholder would suffice. For example: https://really-simple-plugins.com/youtube/

    But for this placeholder, we need to check your configuration.

    regards Aert

    Thread Starter wurzelsepp1

    (@alexprepo)

    Hi Aert,

    thank you for your reply.

    I found the setting for the consent per service, thanks.

    The theme, causing the ignorance of the settings for youtube is “Newspaper” by Tagdiv. The Insta-Feed is displayed by a plugin calles “Instagram Feed pro” by Smash Balloon.

    To see your plugin on a live Web, you can use this url:
    https://wetter-ruhr.info

    Thanks,
    alex

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @alexprepo,

    The Smash Balloon plugin has their own GDPR integration, which should be activated by default when they detect the Complianz plugin on your site. It should result in the connections to the Instagram CDN disappearing prior to consent, as they will serve the images locally, from your own server, when that option has been activated in their plugin.

    As for TagDiv/YouTube, could you navigate to Complianz > Settings > General, enable the slider next to “Advanced Features”, then scroll down on the page until you find the “Advanced features” section. Enable the slider next to “Cookie blocker for AJAX loaded content”. I’m curious to hear if that works for you.

    If the latter doesn’t do the trick yet: we’ll have to reach out to the TagDiv team and see if we can obtain a developer license, so we can create a test environment of our own and investigate.

    Kind regards,
    Jarno

    Thread Starter wurzelsepp1

    (@alexprepo)

    Hi,

    thanks for your reply.

    The idea, enabling ajax is not helping.

    We could provide a copy for dev purposes.

    another thing remainig:

    – how to open the setup dialog (by user) using a link?
    and
    – how to send the user to a specific page if he / She does not accept the use of a specific service (specially adsense)?

    Thanks,
    alex

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @alexprepo,

    You may reach us on support(at)complianz.io and we can have a closer look at the setup with TagDiv’s Newspaper theme.

    As for adding a link to re-open the banner, please see: https://complianz.io/add-a-link-to-show-the-cookie-banner/

    For the last request, you could use a filter such as the below and modify it to get the behavior you desire. By default this will redirect the user if “Marketing” cookies are not accepted: https://github.com/Really-Simple-Plugins/complianz-integrations/blob/master/redirect-on-deny.php

    Kind regards,
    Jarno

    Thread Starter wurzelsepp1

    (@alexprepo)

    Thanks again for your support. I’ll recommend your products ??

    About TagDiv, I’ll send you a mail ..

    Best rgds,
    alex

    Thread Starter wurzelsepp1

    (@alexprepo)

    Hi again ??

    unfortunately the filter does not exactly, what I need ..

    as I understand, the function is called when settings are changed.

    of course we need this check every time a page (or the main page) is loaded.

    do you have a function that is able to read the settings and then to redirect?

    and second q:
    the function to call the banner, you recommend, how can I call it from a menu item of wordpress? in my invironment, it just does nothing.

    thanks,
    alex

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @alexprepo,

    For the “Link to show the banner”, please ensure that you have implemented the code from the article as an MU Plugin. After which you can open the banner by adding the class cmplz-show-banner to the link:

    <p>Manage your cookie preferences <a class="cmplz-show-banner">by clicking here.</a></p>

    To adapt the other filter to get the exact behavior that you desire, you can refer to our developers guide here to see the hooks and functions that are available to you: https://complianz.io/developers-guide-for-third-party-integrations/

    Kind regards,
    Jarno

    Thread Starter wurzelsepp1

    (@alexprepo)

    My question was, how to call that clas from a wp-menu, where no html can be added.

    concerning the filter:

    I found something in your documentation, called short codes:

    console.log( 'Shortcodes' );
    
    // You can pass in the following parameters:\
    
    'cache_redirect' = false or true
    'category' = 'marketing'
    'text'     = "Accept marketing cookies to enable this content"

    But I have no idea how to implement.

    Is there a sample available?

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @alexprepo,

    As you can’t add the HTML to a Menu in WordPress, you could insert it as a Custom HTML widget (Appearance > Widgets) instead.

    The shortcode parameters that you posted are used to change the functionality of Complianz’ shortcodes, most-likely this is not what you require for your purpose.

    You can use the already existing filters on our GitHub page as an example, and modify them (or let your developer do this) to yield the custom behavior that you desire: https://github.com/Really-Simple-Plugins/complianz-integrations

    As the remaining question concerning YouTube/TagDiv has moved to our official support channel, I’ll mark this thread as resolved for now.

    Kind regards,
    Jarno

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to: Youtube / Insta and Showing config’ is closed to new replies.