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?
