Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7754935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:26:20+00:00 2026-06-01T12:26:20+00:00

My facebook app iframe height is stuck at 800px. I have it set at

  • 0

My facebook app iframe height is stuck at 800px. I have it set at a fixed height of 2800 in the app admin panel on facebook developers. some style cladd called .canvas_iframe_util is setting it to 800px and I cant change it or edit it. I assume its coming in from facebook. Anybody any thoughts?

Thanks very much

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T12:26:22+00:00Added an answer on June 1, 2026 at 12:26 pm

    I had same issue, after doing lots of R&D I came up with the following solution for different browsers. So I implemented different styles for html and body for all browsers. Its working on every browser now 🙂

    <?php
    $u_agent = $_SERVER['HTTP_USER_AGENT'];
    if(preg_match('/Firefox/i',$u_agent))
    {
     $style_overflow = "overflow:hidden;";
    }
    else
    {
        $style_scroll = "scroll='no'";
    }
    ?>
    
    <html style="<?php echo $style_overflow; ?>" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns='http://www.w3.org/1999/xhtml'>
    <!---other html code -->
    <body style="<?php echo $style_overflow; ?>" <?php echo $style_scroll;?>>       
    
    <script>
    var fbAppId = '<?php echo FB_APP_ID?>';
    
    window.fbAsyncInit = function()
    {
        FB.init(
            {
                appId: '<?php echo FB_APP_ID ?>',
                status:true,
                cookie: true,
                xfbml: true, 
                oauth: true
            }
        );
    
    
         function sizeChangeCallback() {
    
            FB.Canvas.setAutoGrow();
        }
         FB.XFBML.parse();
    
         FB.Canvas.setAutoGrow(); 
    
    
    };
    (function()
    {
        var e = document.createElement('script'); e.async = true;
        e.src = document.location.protocol +
        '//connect.facebook.net/en_US/all.js'; //hi_IN for language plugins
        document.getElementById('fb-root').appendChild(e);
    }()
    );
    

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an <fb:requestform> in an iFrame Facebook app. I have set target=_parent, so
I have a Canvas Facebook app embedded via an iframe. I would like to
I have a facebook app that load some content with ajax, including some like
I have a facebook iframe app, and I have just noticed that a basic
i have a test.php file that will hold a facebook app (iframe based php).
I have a reasonable workflow for developing an iFrame app for Facebook. It's reasonable
I have a Facebook app that is built as an iFrame. I am using
Short version I have a facebook iframe app as a page tab on a
I have a facebook app run inside an iframe. The problem is that if
I have an (iframe) app hosted on a tag on a Facebook Page. The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.