Closed (duplicate)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Open Graph
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2015 at 08:05 UTC
Updated:
18 May 2015 at 20:15 UTC
Jump to comment: Most recent
Comments
Comment #1
damienmckennaHowever, both the official Open Graph documentation and Facebook's documentation both say that og:image is valid:
Comment #2
nitrocad commentedBy multiple images the order of the meta tags sholud be:
and og:image:url - Identical to og:image.
Comment #3
YIY commentedPinterest also demands image_url
Comment #4
damienmckenna@YIY: Per Pinterest's documentation:
Comment #5
damienmckennaIf anyone can show documentation from a service to indicate actual requirements I'll be happy to hear it and will update the UI accordingly, but I can't find anything to back up this request.
Comment #6
upunkt commentedAh, just found this, posted a possible solution to a duplicate to this issue at https://www.drupal.org/node/2473107#comment-9875629. While reading through this - the diverging of documentation and issue may have another cause. In my case I had to fight Byte Order Marks first, for example, and a div container I had placed and forgotten in html.tpl.php for testing purposes. At least, removing these plus the change I proposed in the linked comment fixed the issue for me.
Comment #7
damienmckennaMarking this as a duplicate of #2473107: Getting "required property 'og:image:url' of type 'url' was not provided." error on Facebook Debugger. FYI I added a small note to the og:image:type field indicating that there must be the same number of images as 'type' values, otherwise the validator will give an error.