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 stripped). All other xfbml tags suffered the same problem.
I've tried to add xmlns:fb="http://www.facebook.com/2008/fbml"
to html tag but it didn't work either.
Any idea to overcome this ?