14

I've looked tons of guide and youtube tutorial. But it seems very hard to create a simple empty page with an Iframe inside that links to another web site.

Do you know how to do it?

I need something like this: https://www.facebook.com/betfred/app_336839629721636 But it seems it needs the https url. And I don't have it.

enter image description here

Revious
  • 7,816
  • 31
  • 98
  • 147
  • 1
    Facebook wanted to cease http support long time ago. Now they did. You can only use secure urls as of 2014. Check out https://www.heroku.com/ which provides free hosting with ssl – thpl Jan 10 '14 at 17:55

1 Answers1

24

What you're trying to do is Creating A Page Tab

Click the Add Platform button, then select the platform you're working on and config it

Adding platform

Click "Page Tab"

Adding page tab

Put your URL in "Page Tab Url" field and as you can see you need to provide a "secure page tab url"

Save your changes

Configuring Page tab

Next to add the app to your page with "Add Page Tab" Dialog

https://www.facebook.com/dialog/pagetab?app_id={YOUR_APP_ID}&redirect_uri=https://facebook.com

Resource:

Adam Azad
  • 11,171
  • 5
  • 29
  • 70
  • 1
    I thank you one million times, I had found thousand facebook tutorial and 3rd parties apps to make iframe but no one was ok.. – Revious Jan 10 '14 at 18:51
  • You may need a `redirect_uri` parameter too, like this: `https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&redirect_uri=http://www.YOURSITE.com/` – gklka Jan 25 '14 at 14:01
  • Accessing Page Tab URL of your is not working, do you have a updated one? – FR STAR Jan 26 '15 at 11:02