Thinkerbeat
Results
2
issues of
Thinkerbeat
Found a missing underscore right before values['image']: ``` //Fallback to use image_src if ogp::image isn't set. if (!isset($page->values['image'])) { $domxpath = new DOMXPath($doc); $elements = $domxpath->query("//link[@rel='image_src']"); ``` This means the...
Doesn't seem to get anything if images are preloaded. Not sure why?? Edit: may not be preloads, but may be a problem with gifs. Still thinking...