Questions tagged [xfbml]

eXtended FaceBook Markup Language, a extension of XHTML used by Facebook applications and sites using the Facebook Javascript SDK.

XFBML stands for eXtended FaceBook Markup Language. It was originally a subset of and an extension of used by Facebook applications. Note that FBML is now deprecated.

See also: FBML + FBJS == XFBML?

261 questions
6
votes
1 answer

How can i get facebook xid and href comments after July changes?

Today, I've just updated the Comments plugin, now based on href property, after changes introduced by "July 2013 Breaking Changes". Using the new href-plugin I no longer see the xid-comments, but I can see new posted comments. I've read and followed…
6
votes
2 answers

facebook likebox which code is better

I'm putting the facebook LikeBox plugin on a webpage i'm working on. it's built on HTML & CSS & JavaScript. I wanted to know which code would be the best to use since there are three options...for example, for less load time. HTML5 or XFBML or…
Lemdor
  • 150
  • 3
  • 15
5
votes
2 answers

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'); e.async = true; e.src = document.location.protocol + …
5
votes
2 answers

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
Nikolius Lau
  • 653
  • 2
  • 11
  • 21
5
votes
2 answers

FBML + FBJS == XFBML?

I am trying to understand what exactly is the difference between fbml and xfbml! Is XFBML same as FBML combined with java script?
Karthick
  • 2,844
  • 4
  • 34
  • 55
4
votes
1 answer

can I create 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 there a way to create a box like this:
4
votes
5 answers

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 information" and sure enough it isn't actually…
4
votes
1 answer

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 trying to get a facebook login button. The…
Kieveli
  • 10,944
  • 6
  • 56
  • 81
4
votes
2 answers

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 if a user already likes the page not simply if…
Jacob
  • 41
  • 1
  • 2
4
votes
2 answers

Inserting fb:comments with javascript

How do I insert the facebook comment plugin using javascript? My website is ajax-driven and I need to load/reload the facebook comment plugin depending on a hash (index.html/#frontpage) -> (index.html/#movie1). My first thought was to use…
Ulrik M
  • 163
  • 2
  • 10
4
votes
4 answers

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 am using Facebox to dynamically load a some XFBML…
jtymann
  • 763
  • 1
  • 9
  • 17
4
votes
2 answers

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

My code : Render me
​ $('#render-me').click(function (e){ e.preventDefault(); $('#social-facebook').html("
markzzz
  • 47,390
  • 120
  • 299
  • 507
4
votes
1 answer

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 time but for some random pages it doesn't. I…
s1mm0t
  • 6,035
  • 4
  • 38
  • 45
3
votes
0 answers

Facebook auth.logout and auth.authResponseChange events do not fire when logging out via fb:login-button

I am using the fb:login-button in an ASP.NET MVC web application. Initially I was setting autologoutlink="true" but now this attribute appears to have been deprecated by Facebook as it is no longer listed in the documentation. When I do supply it,…
Tom W Hall
  • 5,273
  • 4
  • 29
  • 35
3
votes
2 answers

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:
Ayush
  • 41,754
  • 51
  • 164
  • 239
1
2
3
17 18