tags:

views:

893

answers:

2

Have you seen an implementation of Facebook Share where the confirmation appears not in a new window but in a iframe or a div? How can I do that?

It is not for a Facebook application or Facebook Connect, but for a normal blog that has a "share" button.

Like this: (thanks sarfraz)

A: 

It would be great if you could provide an example site implementing such thing so that we could suggest a solution :)

Ok, that is not Facebook Share, it is stream publishing dialog, more on that here:

http://wiki.developers.facebook.com/index.php/Stream.publish

But if you are looking for Facebook Share, these links make you get started:

http://wiki.developers.facebook.com/index.php/Facebook%5FShare

http://wiki.developers.facebook.com/index.php/Connect/Using%5FFacebook%5FShare

http://www.insidefacebook.com/2009/04/28/first-look-publishing-data-to-the-facebook-stream-using-the-new-stream-apis/

Sarfraz
thanks sarfraz, i added a picture
Victor P
Thanks sarfraz, very useful. And what javascript/xhtml code should I use to include a link to this in my webpage?
Victor P
what do u mean by include a link to this? link to what?
Sarfraz