Search code examples
facebookasp.net-mvc-3entity-framework-4.1ef-code-firstfacebook-sharer

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:

enter image description here

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.


Solution

  • Sharing Rich Media https://developers.facebook.com/docs/share/

    you should be able to populate the title, image and description tags to get something similar to what you want.