Well I'm having a bit of an issue, I have an application that uses DOMDocument to display some content but it is removing some code that is needed for FBML and a Google +1 button to display.
For example, Facebook's like button is <fb:like>
, it is removing fb:
from the string. Google's +1 button is like <g:plusone>
and it's removing g:
.
Is there any way to make it not remove that part of the code?