Facebook og:image 何时可以共享网页中的多个部分?
Facebook og:image when multiple sections in web page can be shared?
我有一个网站,其中有两部分内容应该可以在 Facebook 上共享。
使用此代码,我可以将一些内容拉入共享对话框
FB.ui({
method: 'share',
href: 'http://sampledomain.com/my_test',
quote: score,
...
被拉入对话框的图像是我在头部元标记中设置的图像,例如
<meta property="og:image" content="http://sampledomain.com/sampleimage.png" />
问题是我有 2 个不同的共享设置。该图像最终出现在两者中。
有没有办法拥有 2 个不同的图像(或更多)并根据我点击分享的按钮使它们流行?
提前感谢您的提示
我有一个网站,其中有两部分内容应该可以在 Facebook 上共享。 使用此代码,我可以将一些内容拉入共享对话框
FB.ui({
method: 'share',
href: 'http://sampledomain.com/my_test',
quote: score,
...
被拉入对话框的图像是我在头部元标记中设置的图像,例如
<meta property="og:image" content="http://sampledomain.com/sampleimage.png" />
问题是我有 2 个不同的共享设置。该图像最终出现在两者中。 有没有办法拥有 2 个不同的图像(或更多)并根据我点击分享的按钮使它们流行?
提前感谢您的提示