Branch.io 没有为 Facebook 提供预览,在linkedIn 和 Twitter 上工作

Posted

技术标签:

【中文标题】Branch.io 没有为 Facebook 提供预览,在linkedIn 和 Twitter 上工作【英文标题】:Branch.io not giving preview for Facebook, working on linkedIn and Twitter 【发布时间】:2020-06-09 06:48:29 【问题描述】:

我正在使用 branch.io 进行共享。当我分享 Facebook 时没有提供预览。同样在 Linkedin 和 Twitter 上工作

**let buo1 = BranchUniversalObject.init(canonicalIdentifier: "https://appName.app.link/(videoId)")

    buo1.title = "#I am a magnet - watch this magnet video on appName."
    //buo.contentDescription = "My Content Description"
    buo1.imageUrl = imageUrl
    buo1.publiclyIndex = true
    buo1.locallyIndex = true
    buo1.contentMetadata.customMetadata["key1"] = "value1"

    let lp: BranchLinkProperties = BranchLinkProperties()
    lp.channel = "whatsapp"
    lp.channel = "Twitter"
    lp.channel = "LinkedIn"
    lp.channel = "instagram"
    lp.channel = "Mail"
    lp.channel = "Facebook"
    lp.feature = "sharing"
    lp.campaign = "content 123 launch"
    lp.stage = "new user"
    lp.tags = ["four", "five", "six"]

    lp.addControlParam("$desktop_url", withValue: "https://appName.app.link/desktop")
    lp.addControlParam("$ios_url", withValue: "https://appName.app.link/ios")
    lp.addControlParam("$ipad_url", withValue: "https://appName.app.link/ios")
    lp.addControlParam("$android_url", withValue: "https://appName.app.link/android")
    lp.addControlParam("$match_duration", withValue: "2000")**

【问题讨论】:

【参考方案1】:

Facebook 根据 OG 标签抓取链接。请在您的 BUO 对象中添加必要的 OG tags 属性,以便正确渲染图像。

这里是自定义 OG 标签的文档链接 - https://help.branch.io/using-branch/docs/creating-a-deep-link#section-open-graph

【讨论】:

如果可能的话,你能提供源代码吗?

以上是关于Branch.io 没有为 Facebook 提供预览,在linkedIn 和 Twitter 上工作的主要内容,如果未能解决你的问题,请参考以下文章

Facebook 应用安装广告活动不允许 Branch.io 深层链接

Branch IO 和 Facebook 广告 - Facebook 更改了广告设置

Facebook iOS 应用程序中的 Branch.io 链接

使用 branch.io 创建 Facebook 应用程序链接

branch.io 深层链接 URL 未从 Facebook 广告在应用程序中传递数据

Swift 中带有 Branch.io 的 Facebook AppInvites 示例