Note that there are some explanatory texts on larger screens.

plurals
  1. PODisable cookies set by the google plus one button
    primarykey
    data
    text
    <p>When I place the following code on my site for a nice standard +1 </p> <pre><code>&lt;!-- Place this tag where you want the +1 button to render. --&gt; &lt;div class="g-plusone"&gt;&lt;/div&gt; &lt;!-- Place this tag after the last +1 button tag. --&gt; &lt;script type="text/javascript"&gt; window.___gcfg = {lang: 'nl'}; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); &lt;/script&gt; </code></pre> <p>It does something I do not want.</p> <p>Without this code I only have my own phpsessid which is needed to have my site functioning.</p> <p>With this code the following cookies are dropped from the domain plusone.google.com</p> <p><img src="https://i.stack.imgur.com/pHffy.png" alt="Google Plus one drops a lot of cookies!"></p> <p>Now, when looking at the expiration date, somewhere in 2014, 2022, 2013... they will live a very long long time.</p> <p>Point is, nowhere is documentation readily accessible how to disable the placement of cookies by google+1 button, i've done my best to look, even read a lot of stack overflow posts in the hope to find something related.</p> <p>I did however find <a href="https://stackoverflow.com/questions/10668292/is-there-a-setting-on-google-analytics-to-suppress-use-of-cookies-for-users-who/10721214#10721214">how to disable cookies for analytics</a> in my quest(hurray!) but now I need to find a way, javascript option or something to tell plusone not to drop cookies(long live dutch/european cookielaw)</p> <p><strong>The Question:</strong> Has anyone ever encountered the documentation/option to tell +1 button not to drop cookies?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload