Hi,

The readme file says that the image sent to FB is going to be the main_image but in my case it shows any of the buttons images instead.

Test: dmodafashion .com (on any of the products, not sidebox).

I also noticed that I had to twist the code for it to show the info correct:

from:
Code:
<fb:like send="false" width="250" show_faces="false"></fb:like>
to
Code:
<fb:like send="false" data-width="250" data-show_faces="false"></fb:like>
...adding "data" to the width and show-faces for it to work properly.