GithubHelp home page GithubHelp logo

Comments (5)

orestbida avatar orestbida commented on July 30, 2024 1

The latest release candidate — rc.12 — is stable, and if no bugs emerge in the next days/weeks, it will become the official release. Should you consider using v3, please read the intro. section for pros. and cons.

from iframemanager.

orestbida avatar orestbida commented on July 30, 2024

@RedstonePfalz, please be more specific. What exactly is the issue?

Both cookieconsent and the iframe are loaded properly on my end.

The only "issue" I see is that iframemanager is not connected to cookieconsent (cookieconsent is connected to iframemanager properly though).

from iframemanager.

RedstonePfalz avatar RedstonePfalz commented on July 30, 2024

Thanks for your answer.
And how do I connect the iframemanager with the cookieconstent?

from iframemanager.

orestbida avatar orestbida commented on July 30, 2024

There is an example in the readme: Usage with cookieconsent.

Since you're using cookieconsent v2, you'll have to adapt the onChange method to something like this:

im.run({
    onChange: ({changedServices, eventSource}) => {
        if(eventSource.type === 'click') {
            cc.accept('analytics');
        }
    }
});

This will accept the analytics category when the users clicks the "always load" btn (the grey one).

from iframemanager.

RedstonePfalz avatar RedstonePfalz commented on July 30, 2024

Thanks,
it work's now.
Is the v3 of cookieconsent actually already official or still in beta?

from iframemanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.