Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook & Twitter share buttons in asp.net

My asp.net web page shows a list of Youtube videos. I want to show "Share on Facebook" and "Share on Twitter" links with each video icon. How can I implement it?

like image 750
hotcoder Avatar asked Feb 07 '11 04:02

hotcoder


3 Answers

You can achieve that by using Add This.

like image 114
Pepe Avatar answered Nov 01 '22 06:11

Pepe


Document provides links for Facebook Social Plugins such as (Like Button,Send button,Comments,Like Box.etc.) and how to integrate into your site with just line of HTML code.

Document for the Tweet button, Follow button and how can you embed them on your website with just one line of code.

like image 2
Fionaa Miller Avatar answered Nov 01 '22 08:11

Fionaa Miller


You can check this one for facebook share button, twitter share button, linkedin share button with callback function just pass your link and share:

Social share buttons facebook,twitter,linkedin in asp.net

like image 1
Rohit Avatar answered Nov 01 '22 07:11

Rohit