使用AJAX刷新的页面上的Google plus-one按钮

前端之家收集整理的这篇文章主要介绍了使用AJAX刷新的页面上的Google plus-one按钮前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有人知道Google的加号按钮的一些代码,可以在使用 AJAX刷新的页面上工作吗?这是非常简单的Facebook,但我找不到任何关于这个Google的文件.

谢谢.

我也在寻找这个,发现了这一点
<!-- 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">
  {parsetags: 'explicit'}
</script>

<!-- Place this tag where you want the +1 button to render -->
<g:plusone></g:plusone> 

<!-- Place this render call where appropriate -->
<script type="text/javascript">gapi.plusone.go();</script>

gapi.plusone.go();放置这个代码,按钮就会出现

原文链接:https://www.f2er.com/ajax/159873.html

猜你在找的Ajax相关文章