Goo*_*gle 5 css button hyperlink social-networking
您可以将Google +1按钮作为简单链接吗?
喜欢
<a href="http://google.com/+1/url=http://mysite.com" class="google-plus1">
+ 1
</a>
Run Code Online (Sandbox Code Playgroud)
我不喜欢iframe
为了避免 iframe,您可以使用以下方法: +1 您的网站
+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>
Run Code Online (Sandbox Code Playgroud)