Facebook 个人资料图片在 Firefox 中的 div 标签中不起作用

发布于 2024-10-16 09:56:58 字数 262 浏览 2 评论 0原文

  <div>
      <img src='http://graph.facebook.com/<?php $user->id ?>/picture'/>;
</div>

这是我用来在 div 中获取 facebook 个人资料图片的代码,这个 div 标签在 java 脚本中运行,当我在 chrome 中运行此代码时它运行良好,但在 firefox 中它会闪烁,然后图像出现,请帮助任何人提前致谢

  <div>
      <img src='http://graph.facebook.com/<?php $user->id ?>/picture'/>;
</div>

this is the code that i m using to get a facebook profile pic in div ,this div tag is running in java script ,when i run this code in chrome it works well,but in firefox it get blink and then image comes,pls help anybody thanks in advance

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

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

发布评论

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

评论(1

病女 2024-10-23 09:56:58

您需要向我们展示更多代码,还需要 echo 用户 ID:

<img src='http://graph.facebook.com/<?php echo $user->id ?>/picture' alt='' />

You need to show us more code, also you need to echo the user id:

<img src='http://graph.facebook.com/<?php echo $user->id ?>/picture' alt='' />
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文