You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in the process of implementing a cookie consent dialog for the al-folio template (alshedivat/al-folio#199). It should allow users to individually opt-in / opt-out of using cookies. This means I need to disable / enable the twitter post when the website is displayed in the browser. It is not enough to hide the <div> the plugin is using for the twitter post. I need to prevent the actual API calls from happening, so no cookies are set by twitter.
Is this possible? And how would I achieve this?
The text was updated successfully, but these errors were encountered:
Hi,
I am in the process of implementing a cookie consent dialog for the al-folio template (alshedivat/al-folio#199). It should allow users to individually opt-in / opt-out of using cookies. This means I need to disable / enable the twitter post when the website is displayed in the browser. It is not enough to hide the
<div>
the plugin is using for the twitter post. I need to prevent the actual API calls from happening, so no cookies are set by twitter.Is this possible? And how would I achieve this?
The text was updated successfully, but these errors were encountered: