用于 digg、twitter、facebook 等的按钮库/API?

发布于 2024-08-28 14:59:30 字数 213 浏览 2 评论 0原文

多个网站都有按钮,您可以在其中发推文、挖掘等。在此页面 您将看到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

叹倦 2024-09-04 14:59:30

快速浏览一下按钮链接到的 URL。

这是 Twitter 的:

http://twitter.com/home?status=Check+out+http%3A%2F%2Ffav.me%2Fd2nh4ae+on+%23deviantart

如果我们撤消 url 编码,我们将得到以下结果:

http://twitter.com/home?status=Check out http://fav.me/d2nh4ae on #deviantart

您不需要库来生成这些内容,它只是非常简单的字符串操作。您需要知道的只是特定共享网站的格式(您可以从任何地方获取)和您想要共享的页面的 URL。

Take a quick look at the urls the buttons link to.

This is the one for twitter:

http://twitter.com/home?status=Check+out+http%3A%2F%2Ffav.me%2Fd2nh4ae+on+%23deviantart

If we undo the url-encoding this is what we'll get:

http://twitter.com/home?status=Check out http://fav.me/d2nh4ae on #deviantart

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文