Viewing 1 replies (of 1 total)
  • Thread Starter rembert

    (@rembert)

    For now I just disabled displaying the likebox by using

    jQuery(“#bfblikebox”).hide();

    in the cookies-not-allowed callback in the cookiecontrol plugin and

    jQuery(“#bfblikebox”).show();

    in the cookeis-allowed callback.

    But, this doesn’t prevent loading the facebook code in the iframe nor does it prevent facebook cookies to be updated or placed.

    So, I’d like to have the option to keep the likebox invisible AND not to load the facebook iframe content upon loading. Only when that .show() function is run, then the the facebook content can be loaded into the iframe and the likebox can be shown. That way the plugin will comply to even the (ridiculous) Dutch implementation of the EU cookie directive.

Viewing 1 replies (of 1 total)
  • The topic ‘EU cookie law compliance’ is closed to new replies.