Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to have it so the Facebook Like Button API is able to 'Like' and image hosted on a server. EG if it can 'Like' something like: mysite.com/photo1.jpg

Currently, this does not work with the API:

http://developers.facebook.com/docs/reference/plugins/like/

<div class="fb-like" data-href="http://mysite.com/photo1.jpg" data-send="true" data-width="450" data-show-faces="true"></div>

Does anyone know of a work around for this? Or do I need to put each image on an HTML page?

share|improve this question
possible duplicate (resp. continuation) of Facebook Like Button API - Like different URL to page button is on? – CBroe Aug 27 '12 at 8:50

1 Answer

Get the iframe of like button from the below link and in that rewrite href="http://mysite.com/photo1.jpg"

http://stackoverflow.com/questions/12050786/how-to-add-a-facebook-like-button-to-blogger-blog-post/12055011#12055011

Try this it will work

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.