0

I have been trying to implement the Facebook Feed Dialog as follows

<a href="http://www.facebook.com/dialog/feed?app_id=12345678&redirect_uri=http://example.com&link=http://example.com&message=Hi+wassup!">

But the problem is it is opening the link in a page, rather than a pop up box. Pls help!

Themasterhimself
  • 1,016
  • 4
  • 17
  • 25

1 Answers1

0

To do this as a dialog, you would need to use the Facebook Javascript SDK and call the FB.ui function using the 'feed' value for method.

bkaid
  • 51,465
  • 22
  • 112
  • 128
  • Im sure thats the right link, but Im not getting it right. Can you tell me how to open a dialogue like the eg. given in FB.ui when I click on a link? – Themasterhimself Jun 02 '11 at 09:45