我很沮丧,因为我花了几个小时在这上面 - SO 上还有其他线程,但没有一个能解决我的问题!
我只是想在我的网站 www.posti.sh 上实现类似 fb 的按钮 - 我想知道为什么它不起作用?
这是我使用的代码,根据https://developers.facebook.com/docs/reference/plugins/like/分步教程:
<div id="fb-root"></div> (directly after the opening body tag)
和
<div class="fb-like" data-href="http://www.posti.sh" data-send="true" data-width="450" data-show-faces="true"></div>
我希望它在哪里。
我还在头部添加了相应的元标记。
有人知道为什么它不起作用吗?
谢谢!!
丹尼斯
更新 1
我使用了 fb 调试工具https://developers.facebook.com/tools/debug,它只说 og 图像不够大 - 我想这应该不是问题吗?