Reputation: 7906
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?
Upvotes: 1
Views: 918
Reputation: 52093
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).
Upvotes: 1
Reputation: 6867
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
Upvotes: 2
Reputation: 2960
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/
Upvotes: 3