Google +1 button as a link?

Do you have a Google +1 button as a simple link?

how

<a href="http://google.com/+1/url=http://mysite.com" class="google-plus1">
  + 1
</a>

I don't like iframes

+5
source share
1 answer

To avoid iframe, you can use this: + 1 your site

Code for + 1'ing http://www.example.com:

<!-- Place this tag in your head or just before your close body tag -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>

<!-- Place this tag where you want the +1 button to render -->
<g:plusone href="http://www.example.com"></g:plusone>
+2
source

All Articles