下午好。我正在努力将 facebook like box 实施到网站中。我已经在这个 facebook 页面上生成了代码
https://developers.facebook.com/docs/reference/plugins/like-box/
它生成了以下代码: <iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FStripeworX%2F203309163017772&width=292&height=300&colorscheme=light&show_faces=true&border_color&stream=true&header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:300px;" allowTransparency="true"></iframe>
问题是当我在 Internet Explorer 中测试页面时,我收到以下错误:
找不到 'file://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FStripeworX%2F203309163017772&width=292&height=300&colorscheme=light&show_faces=true&border_color&stream=true&header=true '。确保路径或 Internet 地址正确。
谢谢,任何可以提供的信息都非常感谢!