I installed this module and configured the opengraph info but Facebook at http://developers.facebook.com/tools/debug sees none of it. I can globally add opengraph data to html.tpl.php and Facebook picks it up right away. Am I missing some step where I have to insert some text somewhere in a system file for it to work?

Comments

DamienMcKenna’s picture

Title: Is This Functioning in version 7.17? » OpenGraph tags not validating correctly via Facebook's dev tools

Thoroughly testing the OpenGraph output is on my list, I just haven't gotten to it yet.

makangus’s picture

I submitted a patch in #1848338: Add more tests for testing opengraph, is there anything else we should test for?

DamienMcKenna’s picture

@makangus: Thanks for the patch. We need to identify the best practices for OG tags, update the module and test for them.

makangus’s picture

From http://opengraphprotocol.org/

  • og:title, og:type, og:image and og:url are required. I think the first step is to set a default for og:image to the site logo?
  • Then we probably need to make sure the defaults for each $config has the 4 tags.
  • og:type, I am struggling to find what is the best 'type' as a default. I am not sure if 'article' should be the default for 'global'.
DamienMcKenna’s picture

Status: Active » Closed (duplicate)

This is a duplicate of #1553680: Required Open Graph data are missing, lets continue the discussion there.