Questions tagged [facebook-tabs]

25 questions
0
votes
0 answers

Embed webform in facebook tab

I'm trying to embed a webform in facebook tab, using Thunderpenny - Website app. Had some issues with that. How else can I achieve this, using other methods? Any advise is most welcomed. Thanks in advance :)
Hob
  • 11
  • 1
0
votes
1 answer

Add custom tab to facebook page using different urls

hi to all and tx for your support. until now to add a custom tab to facebook page i use this url https://www.facebook.com/dialog/pagetab?app_id=APP-ID&redirect_uri=APP-URL in this way i add correctly the Secure Page Tab URL to my facebook page. my…
Andrea
  • 273
  • 1
  • 3
  • 10
0
votes
1 answer

How do i get app_data on a Facebook page tab using php sdk 5

I try to pass variable like this https://www.facebook.com/testapp/app/appnumber/?app_data=522 in a page tab/app/game and then retrieving the value, using php sdk5 graph api 2.5, is there any solution or even with the facebook js sdk
0
votes
1 answer

Disable / configure "play" link on facebook shared publication from a facebook game

I have a facebook app which can only display content inside of a page tab app because it needs to know the page id to know which content to display. My app needs to have the "invite friends" functionality and was created on the 2.4 API version, so…
0
votes
1 answer

Is it possible to create facebook page tab that let users upload photos to one specific page album?

one question. I've a facebook page that represents a product. I've added some tabs in the page, beside About, Likes, Photos, Videos, Notes... to explain better my product functionalities. I would like to have a tab with a photo uploader, to let any…
axel
  • 3,778
  • 4
  • 45
  • 72
0
votes
2 answers

Fan gate facebook tab does not work on reload

I have a Facebook Tab that is fan-gated using the below code: $app_id, 'secret' => $app_secret, 'cookie' =>…
mrcarlsen
  • 13
  • 2
0
votes
1 answer

Is it possible to add adverts to a custom Facebook Page Tab app?

I need to create a custom Facebook Page Tab app which will show an external site in an iframe. This need to have adverts on it but I'm not sure if this is possible as the site is hosted externally. I'm not sure if I need to sign up to the Facebook…
-1
votes
1 answer

404 error when adding a Facebook Page Tab using a Squarespace URL

I'm getting a 404 error when trying to add a Facebook Page Tab using a URL from a Squarespace hosted (using a custom domain) site. I've followed these instructions - https://developers.facebook.com/docs/pages/tabs - and everything went fine, except…
-1
votes
1 answer

Error while uploading a facebook tab page to facebook

IM trying to upload my facebook tab page (sindri55.com/rakang) to facebook. The website works fine on sindri55.com/rakang but gives me a load of errors on facebook.com. I will reather let you check console log on the website to check the html…
Sindri Þór
  • 2,887
  • 3
  • 26
  • 32
-2
votes
1 answer

Facebook Page Tab renaming using fb app id

How to change Page Tab name name position using app id . I did use this code $facebook->api('/'.$page_id.'/tabs/', 'POST', array('access_token' => $access_token,'app_id' => $appId,'position' => 2,'name' => $tab_name,'is_non_connection_landing_tab'…
1
2