多个 Facebook“发送”每个按钮在一页上都有不同的描述?

发布于 2025-01-03 18:44:24 字数 146 浏览 2 评论 0原文

我知道“发送”按钮从 og 元标记获取内容数据,因此我最初的想法是这是不可能的,您只能共享整个页面本身。理想情况下,我希望能够单独发送页面的不同部分,每个部分都有自己的描述。

所以想知道是否有一种方法可以在单个页面上有多个“发送”按钮,但每个按钮都有自定义描述?

I know that the 'send' button gets the content data from the og meta tags so my initial thought is that it's not possible and you can only share the entire page itself. Ideally I want to be able to send different sections of the page individually, each with their own descriptions.

So wondering if there is a way to have multiple 'send' buttons on a single page but with custom descriptions for each?

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

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

发布评论

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

评论(1

梦旅人picnic 2025-01-10 18:44:24

您可以通过让按钮指向不同的 URL(每个 URL 都有单独的元标记)来模拟这一点,然后将登陆任何这些 URL 的用户重定向回“主”URL - 您可以识别 Facebook 何时抓取元标记,因为用户代理每次都是相同的,并重定向其他任何人。

You could simulate this by having the buttons point to different URLs, each with separate meta tags, then redirect users that land on any of those URLs back to the 'main' URL - you can identify when it's Facebook crawling for the meta tags because the user agent will be the same each time, and redirect anyone else.

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