Questions tagged [facebook-iframe]
374 questions
6
votes
1 answer
Why does a "Facebook Comments" iFrame have a different height when it is loaded in a container with CSS 'display: none'?
I am writing an web application that loads a page and then later uses javascript to display a Facebook Comments box using Facebook's XFBML code. I have the Facebook Comments iframe in a container which is set to "display: none" on page load. Later…

TJ_Fischer
- 15,881
- 2
- 23
- 20
6
votes
3 answers
Facebook like iframe slowing down page loading
I have a page on my website that I have added the Facebook like feature to it implemented via an frame as outlined in the Facebook specification.
The site is built in asp.net with client side development via jquery.
Performance tests on the page…

amateur
- 43,371
- 65
- 192
- 320
6
votes
1 answer
Facebook comments iframe does not load more
We use the facebook iframe to handle Facebook comments on our clients product pages.
However someting seems to be wrong with the "view more" comments;
it works fine for the first click, but then it stops working.
This problem only occures when you…

Urban Björkman
- 2,095
- 1
- 13
- 27
5
votes
1 answer
Get parent page html content from facebook iframe?
Here I am working with facebook application.
I have create page which are working in facebook iframe window.
I want to access main(Parent) window html source from iframe which create by me.
Here I have tried for
parent.document and…

Yashwant Kumar Sahu
- 3,356
- 7
- 27
- 42
5
votes
2 answers
Full height of Facebook app Canvas in iframe
I am having problem that I am developing a facebook app using iframe, the problem that is coming is that my full content is not being displayed . When I inspect it through firebug then I came to know that iframe is having height: 800px so I want to…

Hafiz
- 4,187
- 12
- 58
- 111
5
votes
2 answers
Using Facebook Graph API with the JS SDK in a canvas page iFrame in Safari is broken
So I'm trying to use the Graph API with the Facebook JS SDK and I'm getting the following error in Safari:
"OAuthException: An active access token must be used to query information about the current user."
I suspected it had to do with the fact that…

Aaron Gibralter
- 4,773
- 3
- 35
- 50
5
votes
3 answers
How to load Facebook iFrame-App into Application Tab on Profile Page
how can i load a working iframe app (tested via http://apps.facebook.com/my-app-name) into an application tab on the profile page of my own fanpage. I got the tab, but didn't see anything in the tab. first time i called the tab i got a couple of…

m99
- 51
- 1
- 3
5
votes
0 answers
Fancy Box center within Facebook iframe fanpage
Hi I have a 1500px high fan page in facebook.
The fancy box popup centers in the middle of the 1500px iframe.
CSS positioning of #fancybox-wrap class to an absolute position (top:
50px !important;) does not work! If you are at bottom of page
and…

Jai
- 53
- 1
- 8
4
votes
1 answer
Facebook iframe FB.Canvas.setAutoGrow does not auto grow after initial load?
I have been building a facebook tab using html and css and facebooks javascript SDK.
I having problems with the iframe resizing to the size of the content.
I've managed to get it to work on initial load which is cool, using this below…

Joshc
- 3,825
- 16
- 79
- 121
4
votes
1 answer
Green "Sign Up" button appears in Facebook Like Box
When not logged in into Facebook, a green "Sign Up" button sometimes appears on top inside the Facebook Like Box (using the iFrame version). I say sometimes, because it doesn't show up when logged out from FB in my primary browser Chrome (in which i…

Henrik
- 41
- 1
4
votes
1 answer
Facebook App not appearing in search results
I've created a new facebook application at developer.facebook.com with following details:
Canvas Page:
http://apps.facebook.com/utvtribe
However, this app is not appearing in search results, if i am trying to search in under search textbox at…

Kul Deep
- 41
- 2
4
votes
3 answers
Open Facebook page in iframe or frame?
I want to have two facebook pages open at the same time as part of my html page.
So when you go to mypage.html, there will be displayed two facebook pages. Is this possible?
I get something like:
with code like:
4
votes
3 answers
Facebook iFrame app - how to fetch Preload FQL result using PHP SDK?
since few years I have an FBML app (a small Flash game) which I'm now trying to convert to an iFrame app. Unfortunately there aren't many docs for Facebook iFrame apps yet.
For my game I need the user's first name, picture, gender and the city.
In…

Alexander Farber
- 21,519
- 75
- 241
- 416
4
votes
2 answers
Fetching signed_request in a Facebook App with Ruby/Sinatra and the Rest-Graph gem
I've built a Facebook app using Sinatra and the Rest-Graph gem. Now I would like to embed the app as an iframe tab in a Facebook Page.
To do that, I need to fetch data from the signed_request sent to my app by Facebook.
The Rest-Graph gem states the…

Javier
- 2,491
- 4
- 36
- 57
4
votes
1 answer
Facebook App Iframe OAuth Login / Permissions Bug - possible to avoid?
I have the same problem as outlined here Facebook OAuth login for iframe canvas apps displays a logo image and a Go to Facebook.com caption instead of logging in - I've been able to use the workaround provided in the accepted answer to ensure users…

BrynJ
- 8,322
- 14
- 65
- 89