Tagged Questions
eXtended FaceBook Markup Language
7
votes
2answers
2k views
Facebook XFBML is not rendering in Internet Explorer 8
I put up this test page to illustrate this issue: (dead Link)
Every browser I've tested on has worked but in Internet Explorer 8. The odd part is that Internet Explorer 8 doesn't even report an ...
6
votes
5answers
2k views
Facebook Login/Like Fail on IE8
I've recently implemented Facebook Login button and a Facebook "Like" button using XFBML. You can see the site on http://colnect.com
Everything works well with FireFox, Chrome, Opera & Safari.
...
4
votes
5answers
2k views
Add To Timeline button not requesting publish_actions permission
I'm using the xfbml Add To Timeline social plugin (https://developers.facebook.com/docs/reference/plugins/add-to-timeline/), but when I click it the permissions dialog I get just says "Access my basic ...
4
votes
1answer
816 views
XFBML Send Invitation Preview Dialog Box got cut off by iframe size
i been stressed with this thing all day. so i made a invitation apps on my facebook fans page, to get people suggest or invite to their fans about my fan page.
my xfbml code are like this
<div ...
4
votes
1answer
185 views
How do you let UiBinder pass tags without binding them so XFBML works?
I have an application designed that's using GWT and UiBinder. Now we're trying to setup a login through facebook. I've included the script to init the fb javascript in my application's HTML, and I'm ...
4
votes
2answers
2k views
Fan-Gate, Like-Gate, show-to-connections, with javascript and like box?
I have a facebook likebox on my site (not an iframe app) where I need to create gated content. I understand the FB.Event.subscribe using edge.create and edge.remove but what I really need is to know ...
4
votes
4answers
1k views
jQuery parsing HTML unexpectedly and wrongly
So I have a non-jQuery solution to this problem, but I would rather use jQuery if there is a way, and also I am very curious as to why this is happening.
I have a Facebook iframe application, and I ...
3
votes
1answer
465 views
Facebook Like Button On My Website To Like A Facebook Page, Not My Website
I have a Facebook like button on my website, however as it works currently it only lets users like the page that they are currently on. Is it possible to make the button like our Facebook page instead ...
3
votes
2answers
2k views
Using XFBML login button asks user to authenticate twice
I am simply trying to setup Facebook Connect to allow the choice on my already established site to register with the registration form, or to register with Facebook Connect (this really should be ...
3
votes
1answer
2k views
Facebook multi-friend-selector + new javascript API = BROKEN?
I am using the fb:serverfbml tag to render a multi-friend-selector inside an IFrame.
I am using the new javascript API. I have been trying ALL DAY to get it working.
When I click on the underlines ...
3
votes
3answers
4k views
Event handling to detect if user clicks a 'Like' button in XFBML page
I have a Facebook connect app / canvas IFrame app which has a Like control for a fanpage.
I'd like to detect when the user clicks the Like button to be able to display additional info (a discount ...
2
votes
1answer
350 views
How to make Facebook comments widget a fluid width?
Is it possible to make Facebook's comments widget a fluid width? Their documentation shows a width field for the fb:comments xfbml or iframe which is specified as:
width - the width of the plugin ...
2
votes
1answer
79 views
Is there a max no. of XFBML Tags (fb:profile-pic…)
I recently seem to have reached a limit regarding the no. of XFBML-tags which are allowed per document/page. In particular, I had a page with 100+ fb:profile-pic elements:
<fb:profile-pic ...
2
votes
2answers
2k views
FB.Event.subscribe not firing for certain events
So I'm trying to do some event handling when a user clicks the like button.
My Facebook button is being created asynchronously via:
(function() {
var e = document.createElement('script'); ...
2
votes
3answers
2k views
Adding CSS to Facebook Like Box
I'm trying to add css styling to Facebook Like Box XFBML file but it doesn't take the stylesheet the regular way – its own stylesheet comes after yours. So I did some search and found posts that said ...
2
votes
2answers
264 views
Can internationalization through the facebook Translations app be achieved inside an iFrame app, without using deprecated FBML technology?
We've invested some time into using the Translations app for our old-style FBML facebook apps. The creation of FBML apps is now deprecated, and only iFrame apps can be created. We would like to have ...
2
votes
1answer
450 views
How can I adjust the display of a facebook login from my server facebook api when it is not using the OAuth Dialog directly?
From what I've read in the Facebook Login Button Vs. OAuth Dialog the choice I would like to go with is the facebook login button because I would rather have a site that includes facebook instead of a ...
2
votes
1answer
2k views
Do I need an appId for a XFBML version of the Facebook Like button?
I'm really confused.
I'm trying to use some of the very simple Facebook plugins on my site, specifically the basic "Like" button.
I already know how to use the limited version with an iFrame.
...
2
votes
1answer
917 views
Facebook Connect - Using OAuth for Authentication, but with FB:login-button - Allowed?
Previously i used the JavaScript API for Facebook Connect, so i had the fb:login-button XFBML tag, which when clicked would perform the login.
But now, i'm using OAuth authentication (server-side), ...
2
votes
0answers
195 views
How to disable invitiation preview in fb:multi-friend-selector (condensed) form?
I am calling multi-friend-selector condensed version with specific width, and want the pop up that shows the preview of invite to be disabled, as it has more width than the component and gets ...
2
votes
2answers
1k views
Facebook Connect Facepile error
I've developed a simple website using facebook connect, and it has been working fine for the last month or so. Underneath the fb:login-button code is a fb:facepile. It has worked as expected until ...
2
votes
1answer
395 views
FB like not working as expected
Creating a page with multiple "like" buttons on it. I'm using their XFBML syntax so when someone "likes" one of the items on the page they can post a message on their wall (default behaviour w/ ...
2
votes
1answer
629 views
FBML tab control replacement?
Facebook is deprecating FBML and recommending JavaScript SDK (on Graph API) with Social Plugins to implement features inside an iFrame app.
If FBML goes away so does its controls including the tabs ...
2
votes
1answer
1k views
Change URL of Facebook like button with Ajax
I am wondering whether it is possible to change the action of a Facebook like button on an Ajax event.
What I am trying to do:
I display an article when the page was loaded. At the end of the article ...
2
votes
1answer
1k views
how can i get the functionality of fb:chat-invite using facebooks javascript sdk or xfbml
From this forum entry it appears that fb:chat-invite is not a valid xfbml
tag, so to use it one needs to use serverfbml. However testing out
<fb:serverfbml>
<script type="text/fbml">
...
2
votes
2answers
1k views
FBML fb:tabs problems
I got a problem while developing my first facebook api, I am using fb:tabs in my api.
But I got some problems.
<div>
<fb:serverfbml style="width: 650px;">
<script ...
2
votes
1answer
544 views
Getting a Visitor's Facebook Info Without “App Permission” — How Does Yelp Do It?
Okay. I've spent hours poring over the scattered FB documentation concerning xFBML, Open Graph, etc. -- most of it deprecated it seems.
Anyways, I'm trying to get a visitor's Facebook userid (or name ...
2
votes
3answers
929 views
Facebook multi-friend-selector gets cut off in iframe
I've been working on a Facebook app and the only thing that's still bogging me down is the friend requests.
When I use the fb:multi-friend-selector code, the confirmation pop-up gets cut off by the ...
1
vote
1answer
62 views
New xfbml “Like” button + CloudFlare 503 error kills count?
Recently switched to XFBML to make our page more efficient. However, we noticed that when we started using fb:like vs. the old iframe new Facebook Likes are no longer recording!
Wanted to get some ...
1
vote
0answers
47 views
Re-parsing a facebook HTML5 comments box
Is there something similar to FB.XFBML.parse() but for the HTML5 versions of the social plugins? I don't want to use XFBML...
Basically, I'm building an one page application that needs to change the ...
1
vote
1answer
43 views
If facebook is no longer supporting fbml / xfbml and the event handlers provided for them then what is the alternative for iframes?
Facebook currently has event handlers for facebook events such as like / recommend. But this is available only for xfbml version of the code. Since facebook is no longer supporting fbml / xfbml ...
1
vote
1answer
299 views
Like / Send popup “flyout” hidden in FB tab
I'm trying to implement a send button on my custom FB tab app.
Using the XFBML share button works, but when you click on it, the pop-up (aka "flyout") gets hidden due to the overflow: hidden; css.
...
1
vote
1answer
176 views
can I create <fb:like> button programmatically in javascript?
I am working on a Facebook App (iframe) and need to add an box at runtime in Javascript once I know what is the href to like (eg: the item to like changes based on selection on the page, etc).
Is ...
1
vote
2answers
265 views
Multiple facebook comment boxes on a single page?
I have three products listed on a single page and I'm looking to add a small comment box to the side of each of the products, kind of like : ...
1
vote
1answer
52 views
Display Page feed to webpage using XFBML
The title says it all:
I have a page I want the feed to work from the webpage
I can get it to work to my OWN feed but that is not the plan.
...
1
vote
1answer
115 views
Facebook Like Box Header missing if faces=false and stream=false
I've inserted a like box into my page but I have a problem with it.
<fb:like-box href="http://www.facebook.com/TermeszetBolond.Hu" width="176" show_faces="false" border_color="#befcbe" ...
1
vote
1answer
69 views
xfbml support for diazo
I'm trying to use collective.simplesocial on my diazo-themed site (Plone 4.1),
and notice the like button was broken.
The <fb:like> tag was transformed to <like> (the prefix is ...
1
vote
2answers
313 views
Comment box not appearing in XFBML Like button linked to Facebook page
On my website I have an XFBML Like button linked to a Facebook page. I set up the app with the website's domain as the App Domain and included the Javascript SDK with the app id.
The Like button ...
1
vote
1answer
246 views
Social Comment Plugin for Facebook: user wall post is not image of page
My website has a facebook social plugin for comments. When a user posts a comment they have an option to post to their own wall. The image that goes with that wall post is not the image from the ...
1
vote
1answer
36 views
fb:pronoun tag not working
I have a canvas iFrame app that's uses xfbml tags.
They all work fine except for fb:pronoun
Was this tag deprecated? If so, whats the correct replacement?
1
vote
0answers
188 views
Multi-Friend-Invite on my website?
I have a website and users who have registered on my site by using FBConnect to login.
As they're authenticated with my app I have access to their profile from PHP and from JS.
I'm trying to render ...
1
vote
2answers
210 views
Can't get FB Registration Client side validation to work
I'm following the instructions given on FB Developer, but I just can't get client side verification to work on my registration form.
This code block is present in the body of my page:
<script ...
1
vote
1answer
565 views
facebook app question: which doctype to use and should i use XFBML or iframe?
we are looking to build a facebook application. Our plan is to build it on an HTML 5 site, but from what I have heard, if we are to use XFBML instead of iframe on HTML 5, it would not be compatible ...
1
vote
1answer
428 views
Facebook feed: FB.ui() working in Firefox but error in Chrome (Safari, IE)
I've set up a custom Facebook share button for a website. When I click that button in Firefox it serves me a nice share dialog (popup) with all var's I've defined. Posts to my wall in Facebook, all ...
1
vote
1answer
154 views
XFBML and Facebook PHP SDK
How do I get a person to connect to the website through the XFBML/JS then use the session/token with PHP SDK?
Right now we have
$this->facebook->getLoginUrl(array('scope' => 'email, ...
1
vote
1answer
1k views
facebook asynchronous validation doesn't show errors
The javascript console keeps showing "Not a custom field name: username" when its supposed to show an error for the username field. There clearly is a field named "username". I tried changing it to ...
1
vote
2answers
320 views
How do I display the name of a user, in Facebook, using their uid?
I am loading the JavaScript SDK Asynchronously for my iframe canvas application.
I am aware that fbml is deprecated and being phased out, but is xfbml still ok?
Can I still use fb:name eg. ...
1
vote
2answers
249 views
Why does the XFBML registration plugin go blank when used in IE?
I think I might be doing something wrong. Users that try and register with Internet Explorer say that the facebook plugin goes blank when trying to submit it. Any Ideas?
This is some of the code:
...
1
vote
1answer
2k views
Detect Like with Facebook JavaScript API + iFrame
Building an app with the Facebook JavaScript API that will embedded into a page using the new iframe method.
I want to detect if they have liked the current page. Usually I would use ...
1
vote
1answer
439 views
Correct way to use Facebook Like plugin in Django
I am using the following Facebook code to show the Like plugin when iterating through my list of Post objects.
<fb:like href="{% url post post.id %}" layout="button_count" show_faces="false" ...