Facebook 之类的框显示重复的个人资料

发布于 2024-10-07 15:23:01 字数 646 浏览 0 评论 0原文

我正在尝试在网站上使用此 like 框并获取重复的个人资料图片。

我的代码是这样的

<div class="box-facebook">
  <iframe src="http://www.facebook.com/plugins/fan.php?href=http%3A%2F%2Fwww.facebook.com%2F%23%21%2Fpages%somePage%464535333&amp;width=282&amp;colorscheme=light&amp;connections=8&amp;stream=false&amp;header=true&amp;height=587" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:282px; height:300px;" allowTransparency="true"></iframe>
</div>

这是我的问题还是 facebook 的问题

I am trying to use this like box on a site and getting duplicate profile pictures.

the code i have is something like this

<div class="box-facebook">
  <iframe src="http://www.facebook.com/plugins/fan.php?href=http%3A%2F%2Fwww.facebook.com%2F%23%21%2Fpages%somePage%464535333&width=282&colorscheme=light&connections=8&stream=false&header=true&height=587" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:282px; height:300px;" allowTransparency="true"></iframe>
</div>

Is this a problem on my end or facebook

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

云淡风轻 2024-10-14 15:23:01

我遇到了同样的问题,我认为(不是 100%)如果您登录了,那么 FB 会准确生成在connections=8 参数中设置的图像数量,并用喜欢此页面的朋友填充它。如果少于一些是重复的,如果您退出 FB,这应该会消失。我想对此唯一能做的就是将其提交到 FB,或者让更多朋友喜欢您的页面;)

I had the same problem and I think (not 100%) that if you're logged in, then FB generates exactly the amount of images that are set in connections=8 parameter and fills it with your friends that like this page. If there are less than some are duplicated, if you log out of FB, this should disappear. I guess the only thing that can be done about it is submitting it to FB, or getting more friend to like your page ;)

回忆凄美了谁 2024-10-14 15:23:01

Facebook 根据 Facebook 开发者网站上的此线程将此指定为错误: http://developers .facebook.com/bugs/285038208205121?browse=search_4f100b16473341577332946

Facebook assigned this as a bug according to this thread on the Facebook Developers site: http://developers.facebook.com/bugs/285038208205121?browse=search_4f100b16473341577332946

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文