title | contributors | issues | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Google+ |
|
|
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:plusone></g:plusone>
-
Move the script tag inside the
<head>
and set the loading mechanism to 'explicit'.<head> <script type="text/javascript" src="https://apis.google.com/js/plusone.js" parsetags="explicit"></script> </head>
-
Add the following lines to your application's javascript:
$ -> gapi.plusone.go() $(document).on 'page:load', gapi.plusone.go