Skip to content

Instantly share code, notes, and snippets.

@ybart
Created July 7, 2011 23:42
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ybart/1070803 to your computer and use it in GitHub Desktop.
Save ybart/1070803 to your computer and use it in GitHub Desktop.
Google +1 Bookmarklet (Bottom Right)
javascript:(function(){div=document.createElement('div');e=document.createElement('g:plusone');div.style.position='fixed';div.style.bottom='8px';div.style.right='8px';div.appendChild(e);document.body.appendChild(div);e=window.document.createElement('script');e.setAttribute('src','https://apis.google.com/js/plusone.js');document.body.appendChild(e);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment