I'm trying to use JS to access data in OpenGraph meta tags. It works fine with meta tags that have the standard attributes (name="x" content="y"), but for OpenGraph tags, the meta tag reads
<meta property="x" content="y">
I haven't had any luck accessing the contents of the "property" attribute using JS. The .name attribute is just empty. Any ideas?