Facebook iFrames Pages https free

14 replies
Hey Warriors,

This may have already been mentioned here but I didn't do a deep search on it to be honest so if someone mentioned it - my bad.

I did do a video tutorial for this but I may get a spankin from the Mods for posting it so I'll just explain briefly if anyone wants to use https on their Facebook Pages without having to buy their own secure server.

The reason why you need to bear this in mind is because lots of people now are ticking 'view facebook using https' on their account settings and that means if they go to a Facebook welcome page which just has files sitting on an unsecured server they'll just get an error message.

That's what happened to me recently for a new page I set up and I had people coming along who couldn't see my welcome page and all its subsequent pages attached.

What you need:

1. Your HTML files and images in a folder. Name it what you wish.

2. Go to Amazon Web Services (not an affiliate) and sign up for their Amazon Simple Storage Service (Amazon S3) Amazon Simple Storage

This is free up to 5GB storage..(someone correct me if I'm wrong) You will need to set up a payment system in case you go over.

Obviously if you do Welcome pages for clients you're going to go over that 5GB but depending on your circumstances and ease of use a little better than buying your own secure server/

3. Sign into your control panel on amazon.s3 and upload your files (not the whole folder). Set your permissions to 'everyone can view and download' - leave the other boxes unchecked.

5. Head over to Facebook and visit Static HTML: iframe tabs and add the app to the page you want a welcome page on.

6. Go to your Facebook page and click 'Welcome' on your navigation and paste your html for your welcome page into the box provided. You can also tick allow FBML and scrollbars (I personally kept my scrollbars blank) There's also an option to paste the 'show only to fans' code. I didn't bother with that at this point.

That's basically it. You will be able to edit and test your page.

A few things I noted is that occasionally some of the pages turn up half blank -meaning they started to show then stopped. But upon refreshing and reloading they work fine. This only happened when I edited pages or re-uploaded files. I think it was a delay?

It's an option for those that want a quick and cheaper alternative and it doesn't require a genius to do it - although you do need some knowledge of HTML to obviously build your page.

I would probably suggest making a secondary test page just to try it out. I put this on a newer facebook page I have but my main page still uses the old FBML (at the time of writing)

In my experience of offering services to business owners and the like they may indeed see how to do this and then think it takes too much time or is complicated and pay for someone to do it for them. I know a few of you offer welcome page services and this may be another solution.

You could even offer the whole thing as a service; meaning you charge your client to set up their Amazon S3 and they actually pay for their own account. You just get the logins and do your thing.

That's what I do with my Aweber clients.

Keep in mind...

Your welcome page can contain links that open in a new tab.

You can't have videos or music on auto play on your Facebook pages.

Yes, you can put your opt-on box on your welcome page. It will open up in a new tab and then if you've got it set correctly you can send people back to wherever you wish - back to FB or your website.

Yes, you can re-upload the files if they need to be changed at anytime.

Yes, you can delete files you don't need.

Yes, the app allows you to change 'Welcome' to read whatever.

If anyone has any questions or possibly wants to tell me I didn't do something right just hollar. I'm not against learning something new.

Cheers,

V
#facebook #free #https #iframes #pages
  • Profile picture of the author IcedSEO-CEO
    Banned
    I'm going to check this out ASAP
    {{ DiscussionBoard.errors[3764656].message }}
    • Profile picture of the author Vanessa Reece
      Hope it works for you. I'm also hoping Facebook don't tweak anything soon.
      {{ DiscussionBoard.errors[3764755].message }}
      • Profile picture of the author Guy Horton
        Hi Vanessa,

        Thanks for posting your experience with Facebook. I would not worry about this statement.
        "I didn't do a deep search on it to be honest so if someone mentioned it - my bad."

        You have taken the time to let us all know valuable info that you only get from the university of hard knocks.
        Sometimes the tuition cost are outrageous. Oh, the price of learning.
        I'm going to put your advice to use this week.

        All the best,
        Guy
        {{ DiscussionBoard.errors[3764890].message }}
        • Profile picture of the author Vanessa Reece
          Originally Posted by Guy Horton View Post

          Hi Vanessa,

          Thanks for posting your experience with Facebook. I would not worry about this statement.
          "I didn't do a deep search on it to be honest so if someone mentioned it - my bad."

          You have taken the time to let us all know valuable info that you only get from the university of hard knocks.
          Sometimes the tuition cost are outrageous. Oh, the price of learning.
          I'm going to put your advice to use this week.

          All the best,
          Guy

          Thanks Guy. I hope it works for you. So far so good with it working for me.

          Yes, I'm always wary of posting things I think may already have been posted but I couldn't find it on a quick search so I figured no one had mentioned it recently.

          Still, it's worth noting that, if people utilize this - they could in fact make money from it in several ways. That's what this forum is all about, right?

          Best,

          V
          {{ DiscussionBoard.errors[3768404].message }}
          • Profile picture of the author faolie
            Hi Vanessa

            I tried this but AWS S3 throws an error (<Code>MethodNotAllowed</Code>). Apparently Facebook uses a POST to get the secure canvas URL and AWS S3 wants a GET.

            Did you experience this too? If so what did you do to get round it? If not, wonder why? What are you doing that I'm not?

            Hope you can help. It sounds like a perfect (and cheap!) solution to serve iframes in an SSL environment.

            regards

            David Heriot
            {{ DiscussionBoard.errors[3770902].message }}
            • Profile picture of the author Vanessa Reece
              Originally Posted by faolie View Post

              Hi Vanessa

              I tried this but AWS S3 throws an error (<Code>MethodNotAllowed</Code>). Apparently Facebook uses a POST to get the secure canvas URL and AWS S3 wants a GET.

              Did you experience this too? If so what did you do to get round it? If not, wonder why? What are you doing that I'm not?

              Hope you can help. It sounds like a perfect (and cheap!) solution to serve iframes in an SSL environment.

              regards

              David Heriot

              Hi David,

              Did you check your permissions? Each file in S3 should have you (as the owner) with all boxes checked and then click 'add another' and check 'everyone' can view and download. keep the other boxes unchecked.

              I'm pretty sure I had the same problem as you at first and I think it was my permissions that were the issue.

              I know you can't send PM's because of your post count but click on my FB link just under my profile pic if you want more info in detail - scroll down to my comments on this on FB.

              If you need anymore help respond via FB until you get enough posts on here to PM. We'll work through a solution until you get it right

              Best,

              V
              {{ DiscussionBoard.errors[3771014].message }}
              • Profile picture of the author faolie
                Vanessa, thanks. I took more time to read what you'd done and I see that you used the Static HTML app, which is how it works. The problem I had was creating an app on Facebook and storing the canvas URL on Amazon S3. That doesn't work and results in the error I posted). If I use Static HTML, or store the html on another server (and use S3 for my files if I wish) it works fine.

                Thanks very much for your help.

                David Heriot
                {{ DiscussionBoard.errors[3773421].message }}
                • Profile picture of the author Vanessa Reece
                  Originally Posted by faolie View Post

                  Vanessa, thanks. I took more time to read what you'd done and I see that you used the Static HTML app, which is how it works. The problem I had was creating an app on Facebook and storing the canvas URL on Amazon S3. That doesn't work and results in the error I posted). If I use Static HTML, or store the html on another server (and use S3 for my files if I wish) it works fine.

                  Thanks very much for your help.

                  David Heriot
                  Yes I did the same thing at first, David. I created an app and it didn't work but the HTML app makes it all simplified.

                  I'm glad you got it working.

                  V
                  {{ DiscussionBoard.errors[3774270].message }}
  • Profile picture of the author masterjere
    ITS-V,

    I thought you might want to know this but I recently stumbled on a "free app" that's pretty cool that allows you to have a column called "VIDEO" on your facebook page now, and you can also share it with whoever you want... It's called "goso" I don't have over 15 posts yet so I can't give you think link but just add Dot Com after goso and it will take you to the app, pretty cool and comes in handy!

    Just a quick heads up :-)

    Jeremiah R.
    The Nerd Blurb
    Signature

    Jeremiah Reagan is the Founder & Chairman of an "All-in-One" SEO Company based in Houston, TX and servicing the entire Country.

    TheNerdBlurb.com provides Free SEO / SEM Tutorials, Tips, and Guides and TNBHosting.com is our SEO / Web Development / CMS services section)

    {{ DiscussionBoard.errors[3773443].message }}
    • Profile picture of the author CPA Andrew
      Man, I really should be telling my secrets about facebook .. i thought people knew all this stuff
      {{ DiscussionBoard.errors[3773482].message }}
    • Profile picture of the author Vanessa Reece
      Originally Posted by faolie View Post

      Vanessa, thanks. I took more time to read what you'd done and I see that you used the Static HTML app, which is how it works. The problem I had was creating an app on Facebook and storing the canvas URL on Amazon S3. That doesn't work and results in the error I posted). If I use Static HTML, or store the html on another server (and use S3 for my files if I wish) it works fine.

      Thanks very much for your help.

      David Heriot
      Originally Posted by masterjere View Post

      ITS-V,

      I thought you might want to know this but I recently stumbled on a "free app" that's pretty cool that allows you to have a column called "VIDEO" on your facebook page now, and you can also share it with whoever you want... It's called "goso" I don't have over 15 posts yet so I can't give you think link but just add Dot Com after goso and it will take you to the app, pretty cool and comes in handy!

      Just a quick heads up :-)

      Jeremiah R.
      The Nerd Blurb
      Thanks for that Jeremiah. I haven't heard of that one but I'll check it out.

      I'm using an app from involver which places the Youtube videos inside the iframe window - but I'll check out the one you suggested as well.

      V
      {{ DiscussionBoard.errors[3774277].message }}
  • Profile picture of the author tiara
    Hi All

    Any updates on this method? Does it still work?
    Facebook has now disabled Static FBML app and made it compulsory for all apps to have an SSL page. That means the HTML file has to sit on the SSL site as well.

    Thanks.
    {{ DiscussionBoard.errors[5712942].message }}
  • Profile picture of the author oxonbeefs
    If you want to try HTTPS iframe, here is one:
    Code:
     https://es5.my/fb/
    {{ DiscussionBoard.errors[7458796].message }}

Trending Topics