-1

下午好。我正在努力将 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&amp;width=292&amp;height=300&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=true&amp;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 地址正确。

谢谢,任何可以提供的信息都非常感谢!

4

1 回答 1

2

尝试在. http_ _ 看来您正在进行某种本地开发,并且协议的 ommision 使您的平台相信 的来源是本地文件。httpsscriframeiframe

于 2012-01-09T21:33:49.533 回答