单击后打开图形消息不会转到og:URL中指定的URL

问题描述

我们公司在YouTube上托管了一些支持视频。这些视频嵌入在我们的支持页面中。当我们共享指向支持页面链接时,我们想要显示youtube视频的缩略图标题,但是当他们单击消息时,我们想要显示我们的支持页面

我正在为此使用开放图(go)标记。我的og实施如下: og消息的网址为:https://mycompany.com/supportlink/61d65666

<html>
<head>
<Meta property="og:site_name" content="mycompany">
<Meta property="og:url" content="https://www.mycompany.com/supportpage/61d65666">
<Meta property="og:title" content="Fixing behind the bar bolts">
<Meta property="og:image" content="https://i.ytimg.com/vi/thumbnail/maxresdefault.jpg">
<Meta property="og:image:width" content="1280">
<Meta property="og:image:height" content="720">
</head>
<body>
</body>

在WhatsApp或Telegram上共享消息时,我们共享一个类似https://mycompany.com/supportlink/61d65666链接,其中61d65666是支持页面ID。缩略图标题正确显示。但是,我面临两个问题:

  1. 单击邮件后,它会返回到https://mycompany.com/supportlink/61d65666页,但不会转到https://www.mycompany.com/support/61d65666。我期望og url是该消息的目标。要解决此问题,我是否必须提供重定向或html响应有问题?
  2. 缩略图下方,将显示支持链接URL,而不是支持页面URL。这会使用户感到困惑。如何显示支持页面的网址?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)