用于 digg、twitter、facebook 等的按钮库/API?
多个网站都有按钮,您可以在其中发推文、挖掘等。在此页面 您将看到 6 个站点的按钮(搜索 twitter,您将看到它们)。
我可以使用 lib 或 api 来生成这些按钮吗?
Multiple sites have buttons where you can tweet, digg, etc. On this page you'll see you can buttons for 6 sites (search twitter and you'll see them).
Is there a lib or api i can use to generate these buttons?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://bookmarkit.org
http://addthis.com
http://bookmarkit.org
http://addthis.com
快速浏览一下按钮链接到的 URL。
这是 Twitter 的:
如果我们撤消 url 编码,我们将得到以下结果:
您不需要库来生成这些内容,它只是非常简单的字符串操作。您需要知道的只是特定共享网站的格式(您可以从任何地方获取)和您想要共享的页面的 URL。
Take a quick look at the urls the buttons link to.
This is the one for twitter:
If we undo the url-encoding this is what we'll get:
You don't need a library to generate those, it's just very simple string manipulations. All you need to know is the format for the specific sharing site (which you can snatch from wherever) and the url for the page you want to share.