Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

eXtended FaceBook Markup Language

learn more… | top users | synonyms

0
votes
0answers
23 views

Problems handling response.status in auth.authResponseChange event

I want to create a login system that can also use FB's login. So I've setup the FB object and SDK in my page and then subscribed to the auth.authResponseChange event and added an anonymous function to ...
0
votes
0answers
30 views

FB Send button issue

I am new to FBML and am trying to put the FB send button in an iframe on my site, but its not working. It doesnt load: Screenshot: http://www.poftracking.com/ Here is my code: <div ...
0
votes
0answers
33 views

How do I get an AppID for xfbml for Facebook Like button without texting ability to get code?

How do I get an AppID for XFBML for my Facebook Like Button if I don't have text capability to receive code on my mobile phone to get it. I haven't added a mobile phone # on Facebook account for ...
0
votes
0answers
106 views

facebook api call limit

recently we have been reaching the api call limit for Facebook. One thing that look like it was very excessive is all the calls comming from the fxbml like buttons, some pages have up to 30 like ...
0
votes
1answer
84 views

OpenGraph Image is fine in the debugger, doesn't show on Facebook

If you view the source code of an example page, and the Facebook debugger for that page, you will see that Facebook scrapes the correct image and displays it in the Facebook debugger. There are no ...
0
votes
1answer
188 views

Simple Way to store Fb Likes In Mysql

i'm going crazy trying to store facebook like in a Mysql DB, this is the main code, maybe i need some ajax code to execute a php file that start mysql insert: index.php <html ...
1
vote
0answers
64 views

FB send popup box position

Is there a way to position the popup box of the FB send button? I've seen a "workaround" with additional CSS properties and tried it but it seems to be "cheesy" and not a good solution. FB ...
0
votes
0answers
73 views

Facebook Buttons on Hover with Parse

I'm having a lot of trouble loading facebook buttons on hover. Currently I have the following code, which uses 'this' in .parse() with continued hover. $(document).on({ mouseenter: function(){ ...
0
votes
0answers
134 views

Facebook Like button not showing on Internet Explorer 7/8/9

Facebook XFBML Like button doesn't work on IE9. I've read many answers and tried all solutions but nothing work, maybe my problem is different. I just see an empty space. Header: <!DOCTYPE ...
0
votes
0answers
59 views

php test if someone Facebook Likes my url with no appId [duplicate]

This is not a dup of How to check if a user likes my Facebook Page or URL using Facebook's API which is about Liking Fan pages on Facebook With and appId... This is about Liking a url without a ...
1
vote
1answer
478 views

Facebook Sharer Doesn't Get Thumbnail

I tried meta property="og:image" , meta property="og:image:security"and link rel="image_src" but when i click link, sharer doesn't get thumbnail. It shows title, description and url. I tried to ...
0
votes
1answer
276 views

Like Button doesn't work propperly - counting

I integrated the new Like Button to my Site and discovered that it doesn't work. Every time you click on "like" it shows shortly the '1' and then it disappeard again. No likes where counted. The site ...
0
votes
1answer
257 views

Can't load Facebook comments when loading content dynamically using Ajax/jQuery

I am having issues getting Facebook comments to load after adding them to a webpage using ajax. Javascript Code: $().ready(function() { $(document).delegate(".image a", "click", ...
3
votes
0answers
214 views

<fb:registration onvalidate=“” /> not working

I'm trying to implement Facebook registration on a website. Without the onvalidate parameter, everything works as one would expect it to, but when including it everything seems to break down (no ...
0
votes
0answers
38 views

transform FB uid into a variable

Is it possible to get the UID as a variable ($username)? I have been able to echo it on my site using FB tags, but I don´t seem to find the correct way to grab the user´s name and post it as a ...
-1
votes
2answers
230 views

Facebook javascript like button (xml, xfbml)

My problem is as follow: when i will load a facebook xml tag (see below) in a with Ajax loaded page will it not be shown. The table2.php page will load by Ajax in the follow div: <div ...
0
votes
1answer
167 views

Can't dynamically load Facebook like buttons

I have a webpage which will dynamically load the next page when you scroll to the bottom, once the new page loads I want to be able to render all the Facebook like buttons that are new but not all the ...
0
votes
0answers
85 views

Tracking Social actions with Google analytics on dynamic content

I'm trying to track Social actions with the following code at http://www.gablabelle.com/ <script type="text/javascript"> var _ga = _ga || {}; var _gaq = _gaq || []; _gaq.push(['_setAccount', ...
0
votes
1answer
44 views

How to get notified if a friend accept my application invitation

We can able to invite friends for an application,Is any way to get information the particular friend accept my invitation?
1
vote
5answers
644 views

Re-rendering Facebook plugins using FB.XFBML.parse

Is there a way to use FB.XFBML.parse without rendering the a Facebook plugin again which cause it to "flicker" (disappear et reappear). Will be using the Facebook Like button or Facebook ...
8
votes
1answer
757 views

Post comment with facebook like button doesn't work

Im tryng to use the XFBML implementation of the Like Button, as it is described in the facebook social plugin page The like button appears and works fine (it asks for a confirm action, but it works ...
0
votes
0answers
239 views

Auto-refresh fb:comments using fb.xfbml.parse

Is there any documentation for using FB.XFBML.parse? What i want to do is HTML page with YOUTUBE embedded video stream and FB comments, and the problem is that the comments does not refresh ...
2
votes
2answers
240 views

Facebook like button don't post back to facebook

I have added facebook like button into my site (xfbml) and all necessary meta tag (app_id, title, type, url, image, site_name, desc) by og. When I clicked the like button, whether I specified the ...
0
votes
0answers
240 views

<fb:registration> redirects to http://www.facebook.com/plugins/registration.php

I am using the xfbml. I've implemented it on https://weddingful.com/signup It works great in Chrome, FF, and Safari. If user is signed into Facebook, but not my website, the registration is ...
0
votes
0answers
113 views

Disable login button in recommendations box

If user haven't logged in yet, "Recommendations Box" social plugin shows log-in button with this short message: "You need to be logged into Facebook to see your friends' recommendations" Is ...
0
votes
1answer
85 views

Facebook comment moderation before publish [closed]

I want to use facebook xfbml comments plugin. Is there a way to moderate user comments before show up on my site?
0
votes
0answers
71 views

facebook form validations issue

I am having a facebook form on our site with some custom fields. i want to enable validation on couple of fields and some are optional. The problem is facebook force to provide value for the ...
1
vote
1answer
313 views

Facebook fb:fan - Define the count of fans, that are displayed

I'm using the <fb:fan> tag of the XFBML, so that I can use a custom style for the like box. The problem with the <fb:fan> tag is, that it doesn't automatically calculate the count of the ...
0
votes
2answers
550 views

Why FB.XFBML.parse() doesnt render my plugin?

My code : <a id="render-me" href="javascript:void(0);">Render me</a> <div id="social-facebook"></div>​ $('#render-me').click(function (e){ e.preventDefault(); ...
0
votes
0answers
433 views

Facebook like button not working

I am trying to get the facebook like button for my website for long time but I am not getting any success. I have followed the exact same steps listed here ...
1
vote
2answers
71 views

How get the user id if the user isn't connected to your app?

Is it possible to get the user id if the user isn't connected to your app?
1
vote
0answers
27 views

Reclaim an app by app_id

I have an app that was linked with my facebook account. I deactivated my account for a a few days and when I came back I can't find my apps in the apps section. I do have a likebox on my website which ...
1
vote
0answers
315 views

Refresh/auto refresh Facebook comments box

I want to refresh the Facebook comments box per click and/or every 30sec. I tried a bit with the FB.XFBML.parse function, but it doesn't work. Has somebody a hint how to do this? Thanks
0
votes
1answer
35 views

how to avoid validations for optional fields

I created a XFBML form with validations. There are couple of fields which are optional for end user. But as soon as the validations are enabled the form expect all the fields to be filled. So, how to ...
0
votes
2answers
579 views

Facebook like button changes to a “confirm” button and jumps to the left when clicked

I've embedded a facebook like button on our page http://makethecitysoundbetter.com When i click it, it turns into a "confirm" button, and moves to the left. When i click the "confirm" i get the normal ...
0
votes
0answers
114 views

Facebook like button not working on HTTP [closed]

Im trying to implement facebook application on my server, but unfortunately we are getting error after click on the facebook like button in http. FB like button working fine in https, but not in ...
0
votes
1answer
264 views

CSS margin change on div:hover in IE8 and 9 not working correctly with facebook like box, jumps sporadically

We have a slide out CSS box that we use on our website, and when we inserted the facebook like box into the div container that slides, it acts very sporadic in IE8. The CSS code used is: ...
2
votes
2answers
126 views

Facebook login social plugin stopped working

Last week suddenly the XFBML login button stopped working on our site. Instead of showing a nice FB login button, it just shows the button text. In Firebug, I'm getting an error: TypeError: k.root is ...
0
votes
0answers
496 views

Facebook 'Like' causes “Permission denied to access property 'require'”

Searching Stackoverflow, this problem almost looks like an FAQ (e.g., this and this and several others), yet I could not solve my problem after reading the other posts. My Javascript program creates ...
1
vote
2answers
175 views

redirecting from xfbml to gwt does not work

I have an application using gwt and hosted on gae. There is a form using xfbml and having a redirect url once data is filled and form is submit. the problem is it throws exception if this happens via ...
2
votes
1answer
3k views

Facebook like button not showing

I am trying to add the facebook like button to an ASP.NET page. I have generated the code with the Get Like Button Code Widget and copied it into my master page. The like button works fine most of the ...
-1
votes
2answers
517 views

xfbml form does not render

I am trying to use javascript sdk for rendering a XFBML form on our site and i keep getting Unable to load the registration form for . You may have previously blocked this app on Facebook. Go to your ...
0
votes
0answers
156 views

I can't fire Facebook like box FB.Event.subscribe('edge.create'

I do not receive a callback when the like button in the like box is clicked. It works with normal like button, but not with the like button in the like box. Moreover XFBML version of Like box also ...
0
votes
1answer
109 views

Facebook like XFBML in double

Hello people, I would like to add an facebook like button in my page by using this XFBML: <fb:like send="false" width="90" show_faces="false" layout="button_count" ...
1
vote
1answer
543 views

FB.XFBML.parse does not reparse FB widgets

I have a function call back on auth.login and would like to reparse my fb:like elements. Other actions are performed during the auth.login callback, and they execute just fine, but the .parse does ...
-1
votes
1answer
68 views

Will the XFBML version of the Facebook always ask the user for an app permission? [closed]

I am thinking whether to implement the XFBML or the iframe version of the Facebook like button. Is it true that the XFMBL will always have to ask the user for an additional app permission? I found ...
1
vote
1answer
92 views

Javascript Translation Templating

I'm currently working on re-implementing the frontend to Facebook's internationalization XFBML tag that has been broken for quite some time. I'm almost finished but have one hangup: replacing ...
1
vote
1answer
202 views

How does this FB malware work?

WARNING: This link is NSFW (it is porn). 1truc2dingue.com/3-une-br%C3%A9silienne-enleve-le-bas.html This went around today, and a popular friend on FB clicked on it. I knew it was malware and ...
6
votes
0answers
241 views

FB.XFBML.parse loops and gives thousands of javascript errors

I have a number of dynamically generated like buttons on a site (http://www.thepropaganda.com), and so I use FB.XFBML.parse to generate them all. For some reason the parser always gets into a loop and ...
0
votes
0answers
295 views

facebook comments social plugin not working sometimes

I'm using facebook comments social pluging into my site with xfbml. but sometimes I'm getting a weird error: "unable to load http://domain.com/#!/event/951963" I'm using FB.XFBML.parse(); function ...

1 2 3 4 5 6