Search code examples
.netasp.net-mvc-3twitter

How to include social media sharing inside .NET MVC application?


I have an app that allows the user to add a journal entry. Under the journal entry pallet I want to have Twitter, Facebook and Google+ icons, which will share the entry on each respective service.

What library can I use to handle this?


Solution

  • No need for a library. Each service provide easy to use code-snippets to include share-buttons for their service. Place each code-snippet in your view, where you want to have it.