Skip to content

Instantly share code, notes, and snippets.

@ecpplus
Created August 3, 2011 10:13
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 ecpplus/1122324 to your computer and use it in GitHub Desktop.
Save ecpplus/1122324 to your computer and use it in GitHub Desktop.
Google+ button doesn't work on IE
<!-- this doesn't work on IE (Google default) -->
<g:plusone size="medium"></g:plusone>
<!-- this works -->
<div class="g-plusone" data-size="small" data-count="true"></div>
<!-- without plus count -->
<div class="g-plusone" data-size="small" data-count="false"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment