Как сделать сабж?
Например, код кнопки Google+
<g:plusone size="medium"></g:plusone>
Element g:plusone not allowed as child of element td in this context. (Suppressing further errors from this subtree.)
С фейсбуком вообще —
<iframe src="http://www.facebook.com/plugins/like.php?href=http://habrahabr.ru/& layout=standard&&show_faces=false&&width=450&&action=like&&colorscheme=light&&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe><br/>
Валидатор (
validator.w3.org ) ругается на все символы "&" — & did not start a character reference. (& probably should have been escaped as &.)