Questions tagged [iframe-app]
90 questions
0
votes
1 answer
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. Everyting seems fine but, no content is shown on the page…

Jp Smith
- 1
- 1
0
votes
2 answers
Facebook iFrame app PHP SDK 3.1.1 - post on the wall
I'm using facebook PHP SDK 3.1.1, an iFrame app can post on the logged on users wall who is already a fan of the page.
Following is the coe and it gives me error "Fatal error: Uncaught OAuthException: (#200) The user hasn't authorized the…

practitioner
- 43
- 2
- 7
0
votes
2 answers
Check if Iframe contents are completely loaded in Angular 8 with Jasmine
In my application I have included Iframe. I wanted to test if all the Iframe contents are loaded completely in Angular Jasmine. how do I handle it. Please help me with…

web developer
- 457
- 2
- 10
- 25
0
votes
1 answer
Is there a way to load a facebook page inside my facebook application canvas page
Is there a way to load a facebook page inside my facebook application canvas page?
I tried this using ifarame inside my application page with following code.

Roshanck
- 2,220
- 8
- 41
- 56
0
votes
1 answer
Can i build a API that would let me interact with content inside a iframe?
I am working on a project where i want to populate web pages in a iframe but due to the CORS i am not able to interact with the content inside the iframe from my app, but people who will display their webpages inside my app can install a code or…
0
votes
1 answer
Creating a javascript object within an iFrame by accessing the parent window
I know that I can access any function in a parent window from an iFrame by saying window.parent.whateverFunctionItIs(); provided that the parent document does indeed contain a function named whateverFunctionItIs.
The question is, how do I create…

HolyResistance
- 594
- 1
- 8
- 26
0
votes
0 answers
How to display an iframe from the website in an Android app?
Can you advise whether there is any way to get the dynamic, visual content from the website in the Android mobile app?
To explain it better – this is what we offer to the customers on computer & mobile device (any of those 2 visual, interactive…

Eric
- 11
- 2
0
votes
1 answer
How to trigger an event from iframe content to outer website?
I am working on chat-bot which is intended to work with all domains. suppose i have a chat-bot side under 'chat.mybot.com'(iframe)(done on angular) and my website is 'example.com', here i cant listen to events of 'chat.mybot.com'(iframe) from…

Rameez Rami
- 5,322
- 2
- 29
- 36
0
votes
1 answer
The CSP frame-ancestors how to support Android Cordova apps
I have added the CSP configurations frame-ancestors: 'self' on webserver https://www.exapleA.com/test/.
Currently I have another Android Cordova app and using iframe tag in JS file to loading above website pages, like as below:
0
votes
1 answer
How to integrate the iframe of the Facebook page plugin in Odoo 8
I tried to integrate the plugin page of the Facebook in my XML file (I am working with Odoo 8 ) for the page : https://www.facebook.com/kissabebe
like this :
0
votes
1 answer
Flash Player Detection Inside an Iframe on Facebook App
I'm working on a flash player game which runs on Facebook. I'm trying to detect if the client browser have flash player plugin installed using the swfobject.js (version2.2). I game runs inside an iframe on facebook.
Here's my code snippet :
0
votes
2 answers
How to hide blogger blog header when calling inside a static webpage using iframe
Our organization is having a blogger blog and now we are planning for website and in which we are planning to call the blog page using iframe, but when we does the entire blog page comes in and we want to remove or hide the blog header when called…

Kiran M R
- 91
- 7
0
votes
0 answers
Who handles request if posting from an iframe?
Let save I have an parent page that I control. Inside this parent page, I place an iframe. The src of the iframe is on a different domain.
When I submit a form from the Iframe, who handles the request? The web app of the parent page or web app of…

John-Luke Laue
- 3,736
- 3
- 32
- 60
0
votes
0 answers
Apply css to iframe wordpress
Currently, I am using Iframe from third party site for generating the contact form. So, I have added that iframe into my page content and its displaying on front side as well But cannot able to apply the css to iframe. Here is my code
0
votes
1 answer
Connections Cloud Iframe App - How to reuse current user's authentication?
I am building a webpage to be embedded as an Iframe App within Connections Cloud. It is based on the principals from this tutorial.
The webpage will be hosted on a server outside (of course) the collabserv.com domain. The purpose of the webpage is…

Rune Hegge
- 1
- 2