I know FBML is deprecated though I still have a question about it (maintaining some legacy code).
I’m using FBML in a template which gets parsed by PHP’s Tidy, unfortunately TIDY strips the FBML code. Do you know of a workaround to use Tidy + FBML?
Example FMBL Code:
<fb:like href="http://www.facebook.com/vanity.url"></fb:like>
Besides neeeding to be XHTML & setting the
xmlns:fbnamespace (<html xmlns="w3.org/1999/xhtml" xmlns:fb="facebook.com/2008/fbml">), it needsinput-xml=truein the config, seems to work here (technically, the content is XHTML+XML afaik, not ‘pure’ (x)html).