Facebook 个人资料图片在 Firefox 中的 div 标签中不起作用
<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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要向我们展示更多代码,还需要
echo
用户 ID:You need to show us more code, also you need to
echo
the user id: