Click here to Skip to main content
15,891,902 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
I want to implement Facebook comment button in asp.net website.

How i implement this?
Posted
Updated 21-Dec-10 1:59am
v2
Comments
fjdiewornncalwe 21-Dec-10 9:36am    
You already asked this question yesterday and you marked it as answered. Why are you asking again?
balongi 21-Dec-10 23:59pm    
That is for the facebook like button and this post is for facebook comment button

1 solution

Facebook comment button basically posts a comment from one user to other user. So, all you need is to provide a UI where user A can type certain text and click post button. Internally on the post, you need to save the text in DB linked to other user. Once, other user logs in, all message related to him should be shown. Try now!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900