> ## Documentation Index
> Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 修復「LinkedIn Post Cannot Be Displayed」錯誤 | Ayrshare 文件

> 了解「LinkedIn post cannot be displayed」錯誤的原因，以及如何修復權限、權杖或內容，讓 LinkedIn 貼文能透過 Ayrshare 成功發佈。

如果你使用[發佈貼文](/apis/post/post)端點向 LinkedIn 發文，並在貼文中包含 mediaUrls，即便收到成功回應，若媒體或貼文內容未符合 LinkedIn 的要求，貼文之後也可能無法顯示。

例如，LinkedIn 貼文可能回傳以下成功回應:

```json LinkedIn Post Response theme={"system"}
{
    "status": "success",
    "errors": [],
    "postIds": [
        {
            "status": "success",
            "id": "urn:li:share:7287840497870462977", // LinkedIn Social Post ID
            "postUrl": "https://www.linkedin.com/feed/update/urn:li:share:7287840497870462977/"
            "owner": "urn:li:organization:12345670",
            "platform": "linkedin"
        }
    ],
    "id": "PmrbzuYh1hdKMc52zC8"
}
```

然而，若媒體或貼文內容不符合 LinkedIn 要求，使用 `postUrl` 在 LinkedIn 上可能仍無法顯示該貼文。

<img class="center" width="500" src="https://mintcdn.com/ayrshare-docs/dKBti0xVDJrOZ19f/images/help-center/technical-support/linkedin-post-not-displayed.webp?fit=max&auto=format&n=dKBti0xVDJrOZ19f&q=85&s=f295fa58c3abd736200b8912637b8bf7" alt="linkedin post not displayed" data-path="images/help-center/technical-support/linkedin-post-not-displayed.webp" />

LinkedIn 一開始可能會回傳 `postUrl`，但若在後續處理中發現媒體或貼文內容不符合要求，LinkedIn 會拒絕該貼文。

請參閱 [LinkedIn 媒體規範](/media-guidelines/linkedin)以確認你的媒體符合規範，並確認貼文內容可被接受。
