views:

35

answers:

0

I have several photos in an album for my Facebook fan page. I wrote a small script that shows the latest image uploaded to that album on the homepage of my blog. I'd like to include a small "like" button next to it. Using the Facebook Graph API, I can specify a URL to like. But when I specify the URL to the image page on Facebook, it likes the URL and not the actual image. How can I include a like button on the homepage of my blog that, when clicked, will like the actual image on Facebook? Thanks in advance.