Search code examples
asp.netfacebook-likesocial-networking

Related to social media like and share buttons


Which is the best method to add like and share buttons of Facebook and Twitter and Google+.


Solution

  • Check the API documentation for how to integrate facebook functionality into an ASP.NET site:

    https://developers.facebook.com/docs/web/

    Start with that and then once have the facebook integration figured out it should be simple to find twitter and google+ APIs to do the same for them.