在linkedin页面中发布共享时,已解析的URL无法正常工作

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在linkedin页面中发布共享时,已解析的URL无法正常工作相关的知识,希望对你有一定的参考价值。

我试图在实体位置发布共享并在内容实体中解析Url,即使我将resolvedUrl指向图像,也不考虑该图像而是从实体位置获取“og:image”。我没有看到任何使用solveUrl。

建议如何使用resolvedUrl ie。自定义网址的图片。

身体:

{
    "owner": "urn:li:organization:xxxxxxx",
    "distribution": {
        "linkedInDistributionTarget": {}
    },
    "content": {
        "contentEntities": [{
            "entityLocation": "https://www.cricbuzz.com/cricket-news/107673/ipl-2019-rishabh-pant-shikhar-dhawan-propel-delhi-capitals-to-the-top-rr-vs-dc-rajasthan-royals",
            "thumbnail": [{
                "resolvedUrl": "https://www.cricbuzz.com/a/img/v1/595x396/i1/c168531/watson-led-csks-chase-of-176.jpg"
            }]
        }],
        "description": "Description of attachment",
        "title": "Title of the attachment"
    },
    "text": {
        "text": "Hii Kaushik from builder"
    }
}
答案

你好,我想这可能是因为一个错字:它应该是“缩略图”而不是“缩略图”,看看它是否有效。

链接:https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/share-api#post-shares

{
    "owner": "urn:li:organization:xxxxxxx",
    "distribution": {
        "linkedInDistributionTarget": {}
    },
    "content": {
        "contentEntities": [{
            "entityLocation": "https://www.cricbuzz.com/cricket-news/107673/ipl-2019-rishabh-pant-shikhar-dhawan-propel-delhi-capitals-to-the-top-rr-vs-dc-rajasthan-royals",
            "thumbnails": [{
                "resolvedUrl": "https://www.cricbuzz.com/a/img/v1/595x396/i1/c168531/watson-led-csks-chase-of-176.jpg"
            }]
        }],
        "description": "Description of attachment",
        "title": "Title of the attachment"
    },
    "text": {
        "text": "Hii Kaushik from builder"
    }
}

希望这可以帮助。

以上是关于在linkedin页面中发布共享时,已解析的URL无法正常工作的主要内容,如果未能解决你的问题,请参考以下文章

是否可以将共享文本作为查询字符串添加到 LinkedIn 共享 URL 并使其与 LinkedIn 移动应用程序一起使用?

在 LinkedIn 上共享可在 Facebook 上共享的 URL

在LinkedIn上共享带有图片和描述预览的网站URL

OpenGraph 数据不会显示在linkedin 共享中

由于重定向,无法使用参数的 LinkedIn 社交共享 URL

大约一周前,LinkedIn Share API 停止为我的域工作