在“赞”后提供链接/重定向或“分享”在 Facebook 或“分享”上在推特上

发布于 2024-11-16 07:55:05 字数 227 浏览 3 评论 0原文

基本上我想做的是,一旦人们在 Facebook 上“喜欢”我的页面,或者将页面链接发布到他们的个人资料(无论哪种更容易),以及 Twitter 上的类似内容,他们就会将其转发到下载链接。

我见过一些乐队在推广免费下载时这样做 - 要下载新歌曲,您必须将其发布到您的个人资料等中。

有人知道我该怎么做吗? (这不是一个“你能为我做吗”的问题,我只需要关于 API 或任何示例的正确方向)

谢谢。

basically what I want to do is forward people to a download link once they either 'like' my page on Facebook or post a link of the page to their profile (whatever is easier) and something similar for Twitter.

I have seen some bands do this when promoting a free download — to download the new song you must post this to your profile etc.

Anybody know how I could go about this? (This isn't a 'can you do it for me' question, I just need a point in the right direction regarding API's or any examples)

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

仙女山的月亮 2024-11-23 07:55:05

查看 Facebook javascript SDK 中的 edge.create 事件。当你喜欢某样东西后,就会出现这种情况。
您还可以创建 Facebook 应用程序,并使用 FQL (user_likes) 在服务器端检查 Facebook 用户的赞数及其权限。

您可以创建一个 Twitter 应用程序并阅读最后几条推文,以通过编程方式检查是否有包含您的文本/链接/其他内容的推文。

请注意,所有这些在您重定向后都可以轻松删除。 你无法避免这一点。

Look at the edge.create event in Facebook javascript SDK. This hits after you've liked something.
You can also create a Facebook app and check the likes of a Facebook user with their permission on the server side using FQL (user_likes).

You can create a Twitter app and read the last few tweets to check if there is a tweet containing your text/link/whatever programatically.

Notice that all of these can be deleted easily after you've redirected them. You cannot avoid that.

丢了幸福的猪 2024-11-23 07:55:05

此页面具有“赞”按钮属性。查看常见问题解答,您将看到“我如何知道用户何时单击“赞”按钮?”

This Page has the like button attributes. Look under FAQ and you will see "How do I know when a user clicks a Like button?"

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