Questions tagged [facebook-iframe]

374 questions
0
votes
4 answers

Facebook Page Tab doesn't show my content

I'm trying to show some html in a facebook tab page without success.... I'm new in facebook applications and I do not understand what is happening. I've created a heroku app, to use your SSL, named https://sinatra-dev-test.herokuapp.com, this URL…
squiter
  • 5,711
  • 4
  • 24
  • 24
0
votes
1 answer

Howto get scrolling="no" on the app iframe wrapper

I'm trying to remove scrollbar from my facebook app. I tried js solution, that with the following js code and some css (overflow:hidden) on html and body tags.