Questions tagged [iframe-app]

90 questions
0
votes
2 answers

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 break out of the iframes and render their page…
user489504
0
votes
1 answer

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 "loading" animation but ends void with only the…
pangon
  • 439
  • 5
  • 18
0
votes
1 answer

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 user can put in the "invite code" if the user is…
ʞɹᴉʞ ǝʌɐp
  • 5,350
  • 8
  • 39
  • 65
0
votes
1 answer

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 page in their editor window and adds a page tab.…
Alfred
  • 21,058
  • 61
  • 167
  • 249
0
votes
1 answer

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 like to restrict users to one vote on each piece of…
steve
  • 2,469
  • 1
  • 23
  • 30
0
votes
1 answer

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 working on another app now and Facebook app…
jim
  • 8,670
  • 15
  • 78
  • 149
0
votes
1 answer

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 has rendered? I'd like to be able to add an active…
0
votes
0 answers

How to remove/hide next and previous button in iframe youtube in Android

I have tried this code and i want to remove or disable these next and previous video button from iframe youtube for android. I am using android java code for implementing the iframe youtube. I found the solution for java script. One solution is…
0
votes
0 answers

How to resize iframe when the parent is a html file but the child is an react app

How to resize iframe when the parent is a html file but the child is a react app, and they do not share the same origin. Could someone provide the corresponding code? Thanks in advance. I tried almost every methods online, including using the iframe…
0
votes
1 answer

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. Should they be the same URL minus the HTML filename?
0
votes
1 answer

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 that you can add in your app or website). Now,…
0
votes
1 answer

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 application on the user's page, and pass an app_data…
Matt Evans
  • 7,113
  • 7
  • 32
  • 64
0
votes
1 answer

Electron embedded React App in Iframe does not release memory on closing

I have long term running Electron/react app with another react app inside an iframe. The problem arise when i open and close iframe many times and remove it from the DOM. The embedded app doesn't get unloaded all the way, there is always some…
0
votes
0 answers

Hosting Blazor server application in an iframe; relative base path issue

I am currently building a Blazor server application that needs to be hosted in an iframe. Whenever I load the hosting iframe with the application, the Blazor server application does not run as expected because the blazor.server.js path is trying to…
mreyeros
  • 4,359
  • 20
  • 24
0
votes
1 answer

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:
Carl
  • 1