Now I use this code:
$('#fb_shareWidget').click(function(){ window.open('http://www.facebook.com/sharer.php?s=100&p[title]='+encodeURIComponent(GLOBAL_blablacar)+'&p[summary]='+encodeURIComponent(GLOBAL_summary)+'&p[url]='+encodeURIComponent(GLOBAL_url)+'&p[images][0]='+encodeURIComponent(GLOBAL_images),'sharer','toolbar=0,status=0,width=700,height=400'); }); But instead of my picture and text specified in javascript, I see only text from the page where the button is located, and without any picture. What do you need to write code to add a picture to the "share" widget?