In order to use the "og:" meta tag of Facebook Graph, I need to add the following to the tag:
xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://opengraphprotocol.org/schema/"
xmlns:fb="http://www.facebook.com/2008/fbml"
Since I am using HTML5 and not XHTML, do I still need to use the xmlns="http://www.w3.org/1999/xhtml" part?
Thanks,
Danny