I\'m trying to figure out how to implement the Share button exactly as how it is implemented here. I want the ability to let users post a given link to their news feed with
Edit the page you want to be shared, add these to the meta tags in the head.
There is a list of the og properties other than these here- http://ogp.me/
Next insert this where you want the share button on your page,
Obviously take out the xxx's and leave the " " , if you change any of the above while testing you may have to go to facebook debugger and debug it as it sometimes hold on to the original content.
hope this helps