How to append xmlns:fb="http://www.facebook.com/2008/fbml" to my ...

$(function () { $("html").attr("xmlns:og","http://ogp.me/ns#"); }. It's rare that XML namespace attributes in your HTML tag have any relevance on ...

Lee mas