I'm trying to retrieve the Meta Tags from an external site. Using PHP get_headers/get_all function does not include the Open Graph meta tags I am trying to specifically fetch.
I am trying to use as little bandwidth as possible - therefore I am wondering if there is a way to retrieve the META tags from the header without loading the rest of the webpage?
e.g This url: http://www.ebay.co.uk/itm/170904416689
Has this META in it's header:
<meta property="og:image" content="http://thumbs2.ebaystatic.com/m/mfaJ3onbAJAlQDfRjkBED4g/96.jpg"></meta>
</head>and then a<body>, but that'd be amazingly silly. – Charles Jan 1 at 1:42