Share Dialog Facebook

Hello

I want share the posts from my website, but i need get image by ID, because when I put the below code in my website he go to get all imagem from the page and i need to choose.

http://developers.facebook.com/docs/reference/plugins/share-links/

It’s possible make this?

Yeah - you should be able to do this fairly easy with the FB.ui() method. https://developers.facebook.com/docs/reference/javascript/FB.ui/

If you want to have a try you can go to the FB Developer Test Console https://developers.facebook.com/tools/console/ and if you open up the Examples link below the textarea then under fb.ui click the “feed” link - it will put some code in to the textarea which you can then play around with and execute.