Facebook 分享时重定向?

发布于 2025-01-08 17:46:18 字数 127 浏览 0 评论 0原文

当用户在 Facebook 上分享我的网站时,有没有办法重定向或启动 JavaScript?我只知道 Edge.create 用于 Facebook Like,但我想要它用于 Facebook Share。我是初学者,因此将不胜感激。谢谢!

Is there a way to redirect or launch a javascript as the user shared my website on Facebook? I only know about edge.create for Facebook Like but I want it for Facebook Share. I am a beginner so help would be appreciated. Thanks!

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

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

发布评论

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

评论(2

漫雪独思 2025-01-15 17:46:18

不,Facebook 共享的任何方式都没有这种能力。

如果您需要 pubish_stream 权限并通过应用程序发布内容,您可以在您这边实现它。

No, none of ways of Facebook Sharing have this ability.

You may implement it on your side if you require permission pubish_stream and publishing content by application.

撩发小公举 2025-01-15 17:46:18

是的,在 Facebook 共享上重定向非常容易。但请确保使用 Facebook 分享对话框 API,需要注册(免费)并在 API 请求中提供 AppId,并确保使用Facebook Sharer API,不允许这样做。

分享后如何重定向到 Facebook?

使用redirect_uri参数。

直接引用上面链接的文档...

参数:redirect_uri

描述:用户单击对话框上的按钮后重定向到的 URL。使用 URL 重定向时必需。

Yes, it's very easy to redirect upon Facebook share. But please make sure to be using the Facebook Share Dialog API, which requires registration (free) and supply AppId in API requests, and make sure not to be using the Facebook Sharer API, which does not allow this.

How do you redirect at Facebook after sharing?

Use the redirect_uri parameter.

To quote directly from the above-linked documentation...

Parameter: redirect_uri

Description: The URL to redirect to after a person clicks a button on the dialog. Required when using URL redirection.

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