Questions tagged [facebook-tabs]

25 questions
3
votes
1 answer

Facebook page tab above all in my page timeline

I have a facebook page with a tab and I am wondering how can I achieve something like the picture below: How the pink colored section can be added (not in the page menu tab but the first box of the timeline which is above everything). I am also…
JohnDel
  • 2,092
  • 8
  • 35
  • 64
3
votes
3 answers

Can't add page tab to Facebook page - get no prompt to add page

I relate to this well known Page Tab Tutorial by FB: https://developers.facebook.com/docs/appsonfacebook/pagetabs. The third step, after filling of page tab info and adjusting of the tab width is getting a prompt to select a page, to which the newly…
Evgeniy
  • 2,337
  • 2
  • 28
  • 68
2
votes
0 answers

Test mode facebook page for custom tabs

I want to create a custom tab to a facebook page, so I can add an iframe and put a deployed web app inside it. But as the official docs say here: https://developers.facebook.com/docs/pages/tabs/ I cannot add custom tabs if my page has less than 2000…
Giannis Savvidis
  • 692
  • 4
  • 13
  • 34
1
vote
2 answers

Unable to get like status with facebook PHP SDK

I have a Facebook tab application in which page should be redirected to other page only when user like. In previous version 3.2.3 SDK provides the status straight a way... But it was deprecated after November 2014. My current server version is 5.3…
Anto S
  • 2,448
  • 6
  • 32
  • 50
1
vote
1 answer

Facebook page tab game, x-frame-options

i have javascript game on my facebook tab. When user is done with the game, it has option to submit his name and so on - it's done by clicking on a link that leads to same domain, even same folder where my app is located, it's just different file…
Tomek
  • 100
  • 2
  • 8
1
vote
1 answer

FB app into Tab not getting more than 520px width

I'm testing an app and when not on a page's tab it's fine. I need it to be wider than 520px. First of all, this is the html's code for setting the proper height. window.fbAsyncInit = function () { FB.init({ appId:…
Daniel Sh.
  • 2,078
  • 5
  • 42
  • 67
1
vote
0 answers

Facebook refused to display frame because of X-Frame-Options

We've created a Facebook page which we want to open up in a Facebook tab. The url is: https://apps.facebook.com/taggifi_android The web page is located at: http://www.taggifi.com/android-signup/ The error we are getting in Chrome's dev console…
lloydphillips
  • 2,775
  • 2
  • 33
  • 58
1
vote
1 answer

Facebook Tab App Sharing issue with Image

I'm having issues when a user tries to share the URL to a Facebook tab app that I have setup. When they paste the URL to the tab in their share window and then post their status update, the tab image is shown when viewed on their profile, however…
Dave Hunt
  • 691
  • 2
  • 10
  • 23
1
vote
1 answer

Facebook Tabs - Difference between apps vs tabs

I have recently inherited the Admin/developer role for our page and I am new to Facebook Development. I am attempting to add a new tab to our page and the only option I am getting is to build an App but all of the App options I come across make it…
Chris John
  • 13
  • 4
0
votes
0 answers

Facebook graph api adding custom tab not working

I'm trying to add custom tab using facebook graph api. I tried everything on the doc but nothing is working. Here's my sample code. $('#addTab').click(function(event){ FB.ui({ method: 'pagetab', redirect_uri:…
Daniel_C
  • 21
  • 1
  • 7
0
votes
1 answer

Add Facebook tab for page for angular2 site

I want to add tab in my business page for angular2 site. For that I follow that steps :- https://blog.hubspot.com/blog/tabid/6307/bid/26330/how-to-create-custom-tabs-for-facebook-business-pages.aspx when I click on that particular tab its showing…
Mangita
  • 595
  • 6
  • 24
0
votes
0 answers

Facebook Custom Tabs

I understand how to create the app for the custom tab. However when I try to layout the next step it comes back with an error message. Can someone help me to properly layout the "With URL Redirects". I know to put the Id number where is says YOUR…
0
votes
0 answers

Mobile users unable to access Facebook custom page tab

I have a tab on my Facebook page (one of those static HTML: iFrame apps). There are no problems accessing it from a PC, however when I try accessing the tab from a mobile device it doesn't appear. Is there some way I can either create a tab…
Arun Kumar
  • 208
  • 1
  • 3
  • 14
0
votes
0 answers

unable to fix the height of the tab page in facebook

Using tab application in Face book,i am unable to set the height of the iframe which is always set to 800. I have tried so many variations but nothing works for me. FB.Canvas.setSize({ width: 640, height: 1480…
Khirad Zahra
  • 843
  • 2
  • 17
  • 42
0
votes
1 answer

How to add Facebook App (webpage) as Tab on Facebook page

I have looked at existing questions but found nothing that answers my questions. I have an app on facebook (its actually a webpage added as an app). I have added Page Tab as a platform. I also have a page for the app. Now, I am trying to add this…
Ahsan
  • 2,964
  • 11
  • 53
  • 96
1
2