当有人在我的网站上喜欢我时,有什么技巧可以让 facebook 提取您的开放图表信息?
我在页面上指定了这个:
<link rel="canonical" href="my site name"/>
<meta property='og:locale' content='en_US'/>
<meta property='og:type' content='article'/>
<meta property='og:title' content='My custom title'/>
<meta property='og:description' content='my customer description'/>
<meta property='og:url' content='my url'/>
<meta property='og:site_name' content='my site name'/>
<meta property='og:image' content='my custom image'/>
但是,当我喜欢该页面时,它会发布网页的实际标题和显示在网页上的图像,而不是我的 og:title 中的自定义页面标题和我的 og:image 中的自定义图像。非常感谢您提供的任何帮助。