Skip to content

Instantly share code, notes, and snippets.

@RalfAlbert
Created July 18, 2011 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RalfAlbert/1090596 to your computer and use it in GitHub Desktop.
Save RalfAlbert/1090596 to your computer and use it in GitHub Desktop.
Google+ Button Datenschutzkonform
$(document).ready( function(){
$('#gplus').click( function(){
jQuery.getScript( 'https://apis.google.com/js/plusone.js' );
$('#gplus').remove();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment