Click here to Skip to main content
15,901,426 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey,

I want to integrate Facebook chat in my portal. I want it free of cost. Can anyone suggest how I could integrate Facebook chat in my portal?

I am using ASP.NET, C#, and Visual Studio 2005.
Posted
Updated 4-Feb-11 3:44am
v2

You need to use the Facebook API. See http://developers.facebook.com/docs/guides/web[^]
 
Share this answer
 
Comments
Abhinav S 4-Feb-11 9:41am    
Best possible answer!
fjdiewornncalwe 8-Jul-11 7:27am    
Absolutely the correct solution. +5.
melaugui 17-Nov-11 12:10pm    
Here is another intersting link[^], that may help you get started.
 
Share this answer
 
Redirect your user to this page

http://www.facebook.com/presence/popout.php
 
Share this answer
 
v9
Comments
fjdiewornncalwe 8-Jul-11 7:28am    
Just fixed your link... Cheers.
bbirajdar 8-Jul-11 9:00am    
Thanks a lot Marcus..

I struggled a with the HTML editor to post it as a link to open in a new window but I was not successful..
 
Share this answer
 
v3
Hello You Can Use Like this :-


HTML
<div>
    <div>
        <span>Facebook </span>
    </div>
        <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%2Fwww.facebook.com&width=223&colorscheme=light&show_faces=false&border_color=%23FFFFFF&stream=true&header=false&height=400" scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 223px; height: 56px;" allowtransparency="true">
</iframe>
</div>



Thank You
 
Share this answer
 
v2

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