gpt4 book ai didi

LinkedIn 分享帖子 URL

转载 作者:行者123 更新时间:2023-12-03 21:08:56 24 4
gpt4 key购买 nike

我有一个应用程序,可以让人们将内容发布到他们的 LinkedIn 页面。我想要做的是创建一个按钮,我可以将其包含在电子邮件中,单击该按钮后,会将用户发送到 LinkedIn 并打开共享帖子的框。我想知道的是如何生成这个网址。结构是什么样的?到目前为止,我找到的所有信息都是关于如何在 LinkedIn 上共享另一个网站的链接,而不是如何将用户定向到共享邮箱。

示例链接:https://www.linkedin.com/share?id=0123456789

linkedin

最佳答案

第一步,看看哪个网址是对的...
2010 年:

https://www.linkedin.com/cws/share?url={url}
2015 年:
https://www.linkedin.com/shareArticle?url={url}&title={title}&summary={text}&source={provider}
2020:
https://www.linkedin.com/sharing/share-offsite/?url={url}
Official Microsoft LinkedIn Share API Documentation 。当然,不要相信我们的话!上述任何 URL 格式都将重定向到 2020 URL 格式。
第二步,如何使用 summarytitle 等? 在 HTML 的 og: 块中使用 <head> 标签!引用文档,这些应该看起来像......
  • <meta property='og:title' content='Title of the article'/>
  • <meta property='og:image' content='//media.example.com/ 1234567.jpg'/>
  • <meta property='og:description' content='Description that will show in the preview'/>
  • <meta property='og:url' content='//www.example.com/URL of the article' />

  • 资料来源: LinkedIn Share Documentation: Making Your Website Shareable on LinkedIn
    第三步,现在想看看你做对了吗? 这是最简单的部分!获取您共享的 URL(即 example.com ,而不是 linkedin.com?share=example.com ),并将其输入 LinkedIn Post Inspector 。从 og: 标签到 oEmbed 数据,您将被告知决定如何在 LinkedIn 上共享您的网页的所有内容。
    这是一个 online demo,其中包含 20 多个服务的共享链接。检查源代码,您可以亲眼看到 Linkedin 的共享链接是如何工作的!
    第四步,为什么og:description标签不起作用?
    我有一个 more detailed answer elsewhere on the og:description tag not displaying in the LinkedIn preview.
    如果您对定期维护的 GitHub 项目感兴趣,该项目会跟踪此情况,因此您不必这样做,请查看!我是投稿人! Social Share URLs
    Social Share URLs Image

    关于LinkedIn 分享帖子 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33426752/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com