EF 4.1 Code First MVC3 App and Facebook Share Feature
问题 I am working on a simple web application made using Entity Framework 4.1 Code First approach and MVC3. The web application is a simple Quotes website, and on its homepage, the user get a list of quotes. What I would like to do is have a Facebook Share button, like so: And when a user clicks that button, I want the Quote author image, along with his quote and his name to be posted on the user's Facebook wall . I believe they call this Share Functionality. 回答1: Sharing Rich Media https:/