1

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?

Hacker
  • 7,798
  • 19
  • 84
  • 154
  • you mean a fb watermark on these profile pics? for this you will need [imagecopy](http://php.net/manual/de/function.imagecopy.php) – Sascha Galley Jul 12 '11 at 11:02

3 Answers3

3

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/

yoavmatchulsky
  • 2,962
  • 1
  • 17
  • 22
  • yeah i wanted something like this. But i am using FB graph API. Is there a way to get it using it ? – Hacker Jul 12 '11 at 11:08
2

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

Community
  • 1
  • 1
Balanivash
  • 6,709
  • 9
  • 32
  • 48
1

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).

bkaid
  • 51,465
  • 22
  • 112
  • 128