I achieved Facebook sharing with a single external image using this syntax:
<a href="http://www.facebook.com/sharer.php?s=100&p[title]=test&p[url]=http://www.mysite.com&p[images][0]=http://www.yoursite.com/image1.png&p[summary]=Description">
is it possible to use more than one image? I tried with this syntax
...p[images][0]=http://www.yoursite.com/image1.png&p[images][1]=http://www.yoursite.com/image2.jpg...
but it did not work
Thanks in advance,
Andrea
