Does FBML comply with HTML standards?

this funny thing is called FBML http://developers.facebook.com/docs/reference/fbml/ I'm just wondering, is it true that any web page using FBML will automatically disqualify itself as a 100% standard web page?

+3
source share
2 answers

FBML is a language developed by Facebook (which is now deprecated ). Even their JavaScript SDK , which does not introduce custom tags, is also technically not an open standard, although it may be too early to say sites can join to do one. The XMPP Pubsub specification may be closest to the standard here, but I don't think it is well supported by many clients or services, although Google made it derived.

HTML5 , , HTML5 <!DOCTYPE html> , . , JavaScript , API . .

+1

XHTML, XHTML, xmlns:fb="http://www.facebook.com/2008/fbml" <html>.

+1

All Articles