我已经在这工作了三天......我正在尝试将一个网址分享到Facebook,以及描述和图像。使用facebook调试工具,在"基于原始标签,我们构建了以下Open Graph属性:"所有信息都正确显示..除了它显示图像两次。在它之下,它预览了facebook帖子的样子,只有我的网站的网址和名称......没有图片或描述。下面是我的og-tags:
<meta property="og:image" content="http://thetopanswer.com/images/squareicon.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="500" />
<meta property="og:url" content="https://www.thetopanswer.com" />
<meta property="og:title" content="The Top Answer: a Q&A service, tailored for today." />
<meta property="og:description" content="The Top Answer is a question and answer community committed to finding the top answer to every question." />
这是我正在使用的sharer.php代码:
window.open("https://www.facebook.com/sharer/sharer.php?u=" + "" + fullHREF,"","height=550,width=525,left=100,top=100,menubar=0");
这绝对是一场噩梦......人们似乎也遇到了类似的问题,但我也看到Facebook上有图片的共享网址,所以这一定是可能的。我非常感谢能够帮助我解决这个问题的任何/所有方法,技巧或技巧。我没有在Facebook上注册appID,但我只是想用我的公司形象分享一个网址,而我不认为我需要这个。提前谢谢!