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.

I want a facebook fan page with something like this:

  • With new design/theme, matching to my new website (orange/black)
  • Custom Logo/contents display
  • 30 boxes short description, on mouse hover, get some highlight for box and on click of specific box, opens a new pop-up
  • pop-up should contain more detailed description and a link to specific page on my website

I think above things are achievable using FBML but any good ref/guide would be appreciated to help me quickly develop such a thing.

Thanks in advance !

share|improve this question

2 Answers

FBML is being deprecated by Facebook. You can create an iframe application instead. In an iframe you can basiclly do anything you like. As for themeing the page, you can't touch the facebook design. You can only control the contents of the iframe itself. You can however upload an image for the "profile picture". Here is a guide for iframe apps for your reference: http://www.hyperarts.com/blog/adding-iframe-application-to-facebook-fan-page/

share|improve this answer

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.