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
To share your web-page, you don't need to create a facebook application.
You can just put that Facebook-share image there, with an href = "http://www.facebook.com/sharer.php?u=
Facebook's like button allows sharing as well. The code to generate that for your website is in the official documentation.