社交分享的默认网站图片 - 问题
Default website image for social sharing - Issue
为了完成这项工作,我在其他 post.
上找到了以下代码
<meta property="og:image" content="http://example.com/logo.jpg">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="1024">
如果我使用 http://example.com,这很好用。但是当我使用 www.mysite.com 时,这是在获取另一个缩略图。
谁能帮我在使用 www 和不使用 www 时获得相同的图像?
只是需要时间。代码没有问题。
为了完成这项工作,我在其他 post.
上找到了以下代码<meta property="og:image" content="http://example.com/logo.jpg">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="1024">
如果我使用 http://example.com,这很好用。但是当我使用 www.mysite.com 时,这是在获取另一个缩略图。
谁能帮我在使用 www 和不使用 www 时获得相同的图像?
只是需要时间。代码没有问题。