Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

3 Answers

up vote 7 down vote accepted

You can achieve that by using Add This.

share|improve this answer

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.

share|improve this answer

Add This is good option otherwise if you wants to add just Twitter only then below code will help you out.

Add Tweet To Asp.NET Website

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.