Created
October 6, 2011 21:17
-
-
Save scottwater/1268699 to your computer and use it in GitHub Desktop.
Adding Google+ To KickoffLabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #socialmessage, #socialnetworks{float:none;} | |
| #gplus{float:left;} | |
| #socialnetworks #Twitter, #socialnetworks #Facebook {float:left; !important} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| $('#socialnetworks').append( '<div id="gplus"><g:plusone size="medium" annotation="inline"></g:plusone></div>'); | |
| (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); | |
| })(); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment