The iframe-app tag has no wiki summary.
1
vote
0answers
22 views
How to detect if a user comes from facebook or directly
let's say I have a website, which I'm also using as a facebook app (iframed page tab of a facebook page).
I need to know if the user has opened my site via the facebook app, or not, as I want to ...
0
votes
1answer
101 views
Website Integration with Facebook by using Facebook App
I have created one Facebook App named "Digital Marketing" and I want to open my Website Page from Facebook app, I have given my Website URL in "Canvas Url" section of the App. After clicking on the ...
0
votes
1answer
213 views
Drag & Drop in iFrame using jQuery UI issue
I'm using jQuery UI. When I drag element in the iframe and I move mouse out of the iframe, the element is still in the draggable state. So when I move mouse back to the iframe, I can still drag it, ...
0
votes
0answers
124 views
FB.ui() with different popup-URLs
The following code binds an event onto a button to popup a "Send" FB.ui()-Dialogue. When I run the website out of Facebook the popup gets correctly displayed. But in iframe mode in a Facebook Page I ...
1
vote
2answers
86 views
Facebook iFrames and XFS risks
We want to do a Facebook app for our brand page, where a form will be brought in from a secure domain that we own. But our finance department seems unwilling to allow this because of "cross frame ...
0
votes
0answers
15 views
How to stay IN the App, if likes are “on” the App pages?
I have an App, and I have like buttons that point to pages in the (iframe) App.
Now, I want that users always stay "in" facebook, so the App is loaded as an iframe, not as a stand alone site.
...
0
votes
0answers
98 views
Creating a Facebook APP Using a WordPress Blog - “Share on FB Issue”
I know there are quite of number of Facebook plugins for integrating the Facebook functionality into my external blog and there is also the WP Boook plugin. However, I have not found if there is one ...
1
vote
1answer
115 views
How do I write executable jQuery for a parent JavaScript file?
I've got two JavaScript files. This first file sets up variables and writes the contents of another file called iframe.js:
/* Parent File */
var aff_id = 2; // Your affiliate ID
var ...
0
votes
2answers
114 views
How to scroll parent window of canvas app to the top?
I built a Facebook canvas app that has some fairly long pages. When you scroll to the bottom of the page and click a link it does not send you to the top of the next page. The next page loads and only ...
1
vote
0answers
138 views
intercept clicks inside iframe with android WebView
Is that possible at all? The closest I have arrived was to intercept through onLoadResource.
I need something like the shouldOverrideUrlLoading where it intercepts the click.
0
votes
1answer
666 views
Facebook tab app on page not showing for all users (including admins)
I have a tab app on a Facebook page that works only for SOME users. I am not sure what the distinction is because one of these users is an admin. SSL is working fine and its not in sandbox mode. Is ...
1
vote
1answer
97 views
How to get the visitors state information from the tab iframe tab page via signed request?
Is there anyway to get the state information of the user visiting my facebook tab page? Currently via signed request i can get the country information. Is there a way to get state information also??
0
votes
2answers
346 views
very simple app tab iframe - won't load
I created the simplest app ever - I basically just want to iframe my website paleoitforward.com.
>> Here is a screenshot of my app settings
However, I get an error message on the page. You can see ...
1
vote
0answers
44 views
Problems encountered in FB Like button functionality
I am using a fb like button on my site. But it just creates an activity in activity log. I want this to get shared with everyone in my friend list i.e. I want it to get posted on my wall.
How can I ...
0
votes
1answer
78 views
Is an AJAX request from my own site to my own site a cross-origin request when loaded in an iframe?
I'm working on a Facebook Canvas App, and which by definition loads the code/webpage for my app in an iFrame on the Facebook website.
During development I have got the impression that if I make an ...
0
votes
0answers
53 views
GO TO APP button redirect the user from facebook app to original app on authorizing the app dialogue box
In my facebook application, user get redirected from facebook apps to original app on authorizing the app dialogue box (on press of GO TO APP button). Redirection needs to be done within iframe. I ...
0
votes
0answers
49 views
Facebook application age is changing its state two time
I am using following code for Authentication in FACEBOOK IFRAME
THis is what every one is using, but problem is
My state is changed 2 times at every Refresh or page load.
and facebook state id in ...
1
vote
0answers
238 views
Facebook Application/page tab Login iframe issue
I have a Facebook app which requires users to log in using Facebook to post to the app, my issue is that if the user is new i.e. has not given permission to the app to use the log in they are led to a ...
0
votes
0answers
266 views
Facbook iPad App and viewing Facebook page tabs
I'm aware that Facebook (custom) Iframe tabs can be viewed on the iPad via the Safari browser. Does anyone know if there is a way to view custom page tabs within the iPad Facebook App? If not, is ...
0
votes
0answers
59 views
UI compatibility by using IFrame
I have a report I'm trying to show it by Iframe, based on following coding. It works with IE7 but I have problem with Firefox, Chrome and in IE8 I see my report by scroll bar not compelte image, but ...
0
votes
1answer
298 views
Is there any way to prompt for permissions in a lightbox using the JavaScript SDK?
In FBML applications, you could prompt for extended permissions like so:
Facebook.showPermissionDialog('publish_stream', callback);
This rendered a lightbox (much like FB.ui({method: 'foo', ...
1
vote
1answer
379 views
Facebook search for app redirect
I recently build an iframe app for within Facebook, and for facebook only. So no need to call the iframe outside of Facebook. The only problem i have now, is that as soon as i search for the app like ...
1
vote
0answers
58 views
Which access_token do I use to upload a video to an iframe based page-tab application?
I want to let users upload a video to a page that I am admin for. And the application has been added as a tab to this particular page.
Using the example from ...
0
votes
2answers
2k views
Facebook user id on iframe page tab without permissions
I have a fair amount of Facebook development experience, but this had made me pull my hair. It must be something very small, but I can't get it. I recently saw some Facebook pages with welcome tabs ...
1
vote
0answers
612 views
Page tab app, redirecting user back to restricted page on authentication
I can use the following code to redirect a user back to the page my app is installed on using the following code:
$facebook = new Facebook(array(
'appId' => $app_id,
'secret' => ...
0
votes
1answer
912 views
facebook iframe app; php sdk getUser() returns valid id on page one but not for any other page
I have a facebook iframe app which correctly logs in and authorizes the app, but getUser() only works on the first page. As soon as a user clicks a link to a new page within the iframe, getUser() ...
0
votes
0answers
249 views
Add Page Tab - When App Is Not Your Own, Can It Work?
I've used the https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID
&display=popup&next=YOUR_URL method of adding a page tab to my personal fan page.
This works fine when the app is one ...
1
vote
1answer
271 views
Using the Comment Plugin with an iFrame App
I'm trying to create an iFrame application with some static content and a comment 'wall', where users can contribute to a discussion on the topic of the app.
I've used the Comments Plugin like so:
...
0
votes
1answer
711 views
Paypal within iFrame on Facebook
Double iframe here. Within the Facebook Canvas iframe, we're iframing another window to starbucks.com for our egifting section. Problem is, and what use to work, the paypal button will no longer ...
0
votes
1answer
253 views
bookmark button fails to load the canvas
when using my app bookmark button that is displayed in the top right of any canvas application interface (apps.facebook.com), I don't get my app loaded/reloaded in the iframe, the iframe show the ...
0
votes
1answer
204 views
How to create “Welcome Page” for iframe apps?
I have a facebook app which runs in an iframe. When ever a new user comes in it asks for the required permission and lets the user login to use the app further.
Now I want to put welcome page where ...
0
votes
1answer
175 views
iframe a webpage in Facebook page
Recently Facebook allows adding iframe tabs to their pages. Static HTML pages can be added using a number of apps such as static HTML tab1, static HTML tab2, etc etc.. These apps allows to create a ...
0
votes
1answer
89 views
Facebook iframe - identifying user ID, even if user hasn't auth'ed app
Finding lots of mixed answers on this from Google - but mostly 2-3 years out of date.
I'm building an iframe app to sign on a FB Page.
WIthin the app we have a voting mechanism that ideally we'd ...
1
vote
1answer
491 views
Iframe Auto-Resize
Dear FB Developer Team,
we have an issue with the FB.Canvas.setAutoResize() function of the app iframe.
The frame extends vertically to the height of the first request, but on subsequent requests to ...
0
votes
1answer
716 views
Facebook iFrame app. Do I really need secure url also?
I've created simple iFrame based fangates in the past with no https url. These all worked fine, only they warned users about switching to insecure url if they were browsing securely. No big deal.
I'm ...
1
vote
1answer
253 views
Facebook TAB (iFrame): Use Facebook's JavaScript absoluteTop to keep a div at the top of te page all the time
I work at a radiostation so I made a playlist of the played tracks from this radiostation, you can find it here -> http://www.facebook.com/QmusicNL?sk=app_258630990850514
The titlebar of the playlist ...
1
vote
0answers
130 views
App cannot get user id of some users
I have a PHP app that runs in an iframe. If a user visits the tab, he is redirected to a login page via getLoginUrl() and asked to grant permisson to access the standard user data. The app then ...
-1
votes
1answer
32 views
Making New App without Verification [closed]
I have created a few tabs using the app developer in the past and would like to add a new one, but now it is asking for me to verify my account I can't receive text messages and I won't give out my ...
2
votes
0answers
118 views
Is it possible to tweet from inside a facebook page tab url based iframe app
I am wondering if there is any way possible by way of which I may be able to tweet from a facebook app and then be able to track it. As far as I can understand I have to go through the oauth process ...
0
votes
1answer
60 views
Facebook application is not available to all Facebook users
I have created an application using iframe / Javascript. I developed the whole application , I tested with my and one of my friend's FB user Id. It worked fine.
Now when I try from a third person's ...
0
votes
1answer
263 views
Change Page Title on Canvas App
This is a shot in the dark, but is it possible to update the page title of a canvas app using Javascript? While the page title does seem to reflect the app, is it possible to update it once the page ...
0
votes
1answer
77 views
Why can't I see my HTML content in my App?
I'm new to developing for Facebook. I'm trying to create a "Welcome" tab, and I'm unable to see content after adding the App to my Page. I'm a little confused on Canvas Page URL and Page Tab URL. ...
0
votes
1answer
356 views
fb:comments and iframe apps
I've got a FB fan page with an application tab. Application canvas type is Iframe, not FBML. What I want is the ability for a user to comment on the info I put in that tab (simple fb comments form ...
0
votes
1answer
192 views
Customizing a facebook app
Is it possible to create a Facebook tab application which a user can install to their page, which allows the passing of a customization value.
It is possible to create a link which will load the ...
1
vote
1answer
297 views
LIKE a detail page inside iframe app in tab
We have a facebook app that's running inside an IFRAME on a fan page TAB.
On the main page of the app, we show e.g. 10 books and users can click through to the detail page of one single book.
We ...
0
votes
1answer
559 views
Jquery in page tabs using iframe
For some reason the jquery I have on my tab will not work, it works fine on the actual link that I am loading in.
Here is JS that is being used in the header:
<script ...
2
votes
1answer
5k views
Facebook Like Button on iFrame-based FB Pages App - Problem
I'm experiencing problems adding a like button to an iFrame based page within my FB fan pages tabs. I'm using the JavaScript SDK and the Open Graph to specify the page I'd like the user to "like" ...
1
vote
1answer
636 views
A Link Inside an iFrame That Pops Up “Photo Theater”
I have a tab with an iframe external web page that loads... I would love a hyperlink inside that web page to link one of my photo albums in "theater" mode so you don't leave the page. However, any ...
0
votes
1answer
2k views
New Application - Page Tab - Not showing content?
I've been creating a new application to show a new page tab on our business page.
I followed all the steps, I set up the proper URL (iframe) for the page tab. I pushed it to my business page. ...
-2
votes
1answer
162 views
How can I make my page better looking etc [closed]
I've seen talk of FBML etc but I'm pretty lost with all stuff like that. Can someone direct me to somewhere I can see what I can/cant do. I believe there is a new iFrame, so any info on that would be ...
