I am trying to use the Google +1 Button and Tweet Button on my site, but I canโt get it working fine.
For the Tweet button, it displays as it should, and tweets my site as it should. However, the tweet counter remains at zero, regardless of who tries it on any computer.
In addition, the Google +1 button does not seem to work properly (all the people who tried it use an account that has access to Google Plus). For some, it works fine, and it gets + 1'd and adds to the score. For me, pressing a button leads to a red exclamation mark instead, and the counter remains zero even after someone sees it as 1 or something else.
I was looking for problems with a red exclamation mark, and it seems the problem is with a relative link? Not quite sure how to fix this, although any input here would be greatly appreciated.
Twitter Code
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
Google Code
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:plusone href="URL REMOVED"></g:plusone>
source
share