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.

Is there any way to add a fan box widget to a application tab on a facebook fan page?

share|improve this question

1 Answer

up vote 2 down vote accepted

Sure, I've just done it !

Here is the recipe:

  1. add an fb iframe to your app page by setting the src to an url on the same domain you are running your app. Be sure to give the absolute path.
  2. your url should point to a xfbml page (read carefully this page http://wiki.developers.facebook.com/index.php/XFBML).
  3. In this page, put inside the body: " name="" stream="0" connections="0" width="250" height="120">

And voila ! It works for me. Now, I have to figure out how to detect when the user clicks on the button.

share|improve this answer
Didier, you can't detect the click on fan box though you can achieve the same using like-box widget, it fires edge.create event to track the click event. – Mohammed Arif Apr 14 '11 at 6:32

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.