将 facebook、twitter 和 Google+ 共享按钮放在 html 中的最佳方式? [关闭]

Posted

技术标签:

【中文标题】将 facebook、twitter 和 Google+ 共享按钮放在 html 中的最佳方式? [关闭]【英文标题】:Best way to put facebook, twitter and Google+ share buttons in html? [closed] 【发布时间】:2013-03-03 16:01:17 【问题描述】:

我在 google 中搜索,我看到了在 html 中放置共享按钮的无限方法,但我更愿意在这里询问最好的方法。实现它的最简单的方法和最简单的方法。

我只想将此添加到我的网站:

谢谢

【问题讨论】:

【参考方案1】:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_pinterest_pinit"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-513375c7395449c1"></script>
<!-- AddThis Button END -->

You can customize it here: Add This

【讨论】:

那个网站没有 google plus 按钮 :S,我也不喜欢它,因为他们放了他们的按钮,我不想显示它,我只想要 google+ facebook 和 twitter 好的 :D 你可能会喜欢这个sharethis.com/publishers/get-sharing-tools# 您也可以自己制作:Google + - developers.google.com/+/web/+1button Facebook - developers.facebook.com/docs/reference/plugins/like twitter - twitter.com/about/resources/buttons 如果您觉得这很有用,请您接受我的回答,因为我对 3 名声望无能为力:D 相信我,我已经浏览了互联网,这个链接 (goo.gl/DlyPpt) 是在您的博客上添加社交按钮的最简单方法,无需 HTML 编码或第三方软件【参考方案2】:

Facebook 已经从他们的插件列表中删除了“分享”按钮。但是,旧代码确实有效。或者考虑使用“发送”按钮。

您可以尝试addthis 并免费获得分析。

Sharethis也是一个不错的选择

【讨论】:

【参考方案3】:

对于过多的社交共享选项,我认为最好使用现有的库,它可以为您完成所有工作。一个例子是AddThis 平台

【讨论】:

该网站没有 google plus 按钮 :S。我也不喜欢它,因为他们放了他们的按钮,我不想展示它,我只想要 google+ facebook 和 twitter 也许 ShareThis 更符合你的喜好:sharethis.com

以上是关于将 facebook、twitter 和 Google+ 共享按钮放在 html 中的最佳方式? [关闭]的主要内容,如果未能解决你的问题,请参考以下文章

将 Facebook、twitter、google plus 集成到另一个应用程序中

UIActivityViewController 和 facebook/twitter

如何在没有 Facebook、Twitter 等的情况下将社交功能集成到 iOS 和/或 Android 应用程序中?

iOS,通过 twitter 和 Facebook 共享 webView 内容(长文本或 .pdf)

Facebook和Twitter按钮错位

将 facebook、twitter 和 Google+ 共享按钮放在 html 中的最佳方式? [关闭]