在 LinkedIn 文章上自动重新 post WordPress post
Automatically repost WordPress post on LinkedIn Articles
一位客户要求一个选项,以自动 repost/copy 从 WordPress 到 LinkedIn 文章的已发布 post,因为有不同的观众观看这两个提要。
大多数创建的 WordPress 解决方案仅有助于在标准提要上将 link 共享到网站 post,而从我在 https://developer.linkedin.com/docs/guide/v2/shares/articles-api 上找到的内容来看,似乎没有创建文章的选项一个 API,只检索并删除它们。
我想知道我是否遗漏了什么,或者目前是否无法通过 API 创建 LinkedIn 文章。谢谢
所以因为你说的是客户。我会将此视为文章需要在公司页面上 posting 的提示。
您应该阅读以下页面:
https://developer.linkedin.com/docs/company-pages
此页面包含有关管理公司页面的所有信息,包括添加 posts。
There are two methods for sharing content via the REST API. The API endpoint is the same, regardless of the method you choose — only the format of the request body differs.
Post a plain text comment. Note that if the comment includes a
fully-qualified URL in it, LinkedIn analyzes the included URL and
automatically identifies the title, description, image, etc., to be
used as part of the share. Share with specific values — You provide
the title, description, image, etc., directly in the body of the
request.
注意:
如果没有与 linkedin 的合作,您将无法使用 V2 api。我提供的 link 适用于 V1 api。这个 api 是免费使用的。如果您一定需要 V2,那么只需 post 发表评论,我将解释合作过程。
一位客户要求一个选项,以自动 repost/copy 从 WordPress 到 LinkedIn 文章的已发布 post,因为有不同的观众观看这两个提要。
大多数创建的 WordPress 解决方案仅有助于在标准提要上将 link 共享到网站 post,而从我在 https://developer.linkedin.com/docs/guide/v2/shares/articles-api 上找到的内容来看,似乎没有创建文章的选项一个 API,只检索并删除它们。
我想知道我是否遗漏了什么,或者目前是否无法通过 API 创建 LinkedIn 文章。谢谢
所以因为你说的是客户。我会将此视为文章需要在公司页面上 posting 的提示。
您应该阅读以下页面:
https://developer.linkedin.com/docs/company-pages
此页面包含有关管理公司页面的所有信息,包括添加 posts。
There are two methods for sharing content via the REST API. The API endpoint is the same, regardless of the method you choose — only the format of the request body differs.
Post a plain text comment. Note that if the comment includes a fully-qualified URL in it, LinkedIn analyzes the included URL and automatically identifies the title, description, image, etc., to be used as part of the share. Share with specific values — You provide the title, description, image, etc., directly in the body of the request.
注意:
如果没有与 linkedin 的合作,您将无法使用 V2 api。我提供的 link 适用于 V1 api。这个 api 是免费使用的。如果您一定需要 V2,那么只需 post 发表评论,我将解释合作过程。