获取带有 Facebook 徽标的 Facebook 个人资料图片
我在我的网站上使用 Facebook 功能。我可以从 Facebook 获取用户的 FB 个人资料照片。我想在这些图片上有 Facebook 标志,可以吗?
I am using fb features on my website. I am able to get FB profile pics of the users from facebook. I wanted to have fb logo on these images, its it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您使用 Facebook Connect,此页面显示您可以在标签上指定 facebook-logo 参数:
http://developers.facebook.com/docs/reference/fbml/profile-pic/
If you're using Facebook Connect, this page says you can by specific a facebook-logo parameter on the tag:
http://developers.facebook.com/docs/reference/fbml/profile-pic/
只需将 fb 徽标作为 png 图像,然后使用 用 PHP 合并两个图像,合并两个图像。另请检查此
Just have the fb logo as a png image and use the solution from Merging two images with PHP, to merge the two images. Also Check this
我只是使用 CSS 覆盖 Facebook 徽标。图形 API 不会返回带水印的照片(这实际上在大多数情况下都很棒)。
I would just overlay a Facebook logo using CSS. The graph api doesn't return watermarked photos (which is actually great most of the time).