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.
XSLT is a transformation language for XML designed to transform structured documents into other formats (such as XML, HTML, and plain text). Questions should use the xslt-1.0, xslt-2.0, or xslt-3.0 tag as appropriate.
0
votes
1answer
142 views
Are there any known issues with Open Graph and IE9 that involve XSLT pages?
I'm looking into a problem that involves Sharing News stories. I'm not sure how much specific info I'm allowed to give since this is for a larger company. We manage several websites for various news ...
0
votes
1answer
160 views
Facebook like count xslt
I want to show on a page the ammount of likes a page has. Below you find a siplified snippet of the code I have. Can anyone help me to just show the number of counts? At the moment I'm just getting a ...
0
votes
1answer
714 views
XSLT fb:like being replaced by <like> [closed]
I added the xmlns:fb="http://www.facebook.com/2008/fbml" to my stylesheet tag, however, my fb:like tags on the page are getting replaced by just like tags.
Example:
<fb:like action="like"
...