Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 817
James Avatar asked Jul 30 '12 14:07

James


1 Answers

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.

  • Facebook Like button
  • Twitter Tweet button
  • Google+ button (Google+ will sunset on March 7, 2019, so this will soon be invalid)
like image 183
Christofer Eliasson Avatar answered Sep 20 '22 07:09

Christofer Eliasson