Closed (fixed)
Project:
Open Graph meta tags
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2011 at 12:27 UTC
Updated:
2 Jun 2012 at 17:11 UTC
I entered a couple of default values (for example: emailadres in contact), however when I edit/create a page the default value is not filled out ...
I also have "Mapping content type to meta type" enabled, but this is not working either, on either content type the og:type is empty ...
Comments
Comment #1
el_reverend commentedI believe you will not see this when creating the node. Did you check the source? What is produced when the page is constructed?
Comment #2
Dragolin commentedhmm you are right, the values are entered in the node, but they appear empty when creating/editing
feature request: is it possible to have them show up while editing? that should avoid some confusion ...
Comment #3
hiddentao commentedYep, they're intentionally left empty to avoid having to save OG data for a node unless it overrides the default values. With the main tags the description tell you why they're empty. I think I just need to add descriptions to the contact and location tags clarifying this matter.
Comment #4
hiddentao commentedFixed in 6.x-1.x-dev.
Comment #5
hiddentao commentedComment #6
silkogelman commentedThis works perfectly 'as designed' in the 7.x-1.1 version, really cool!
The only thing I can't get to work is og:description.
It seems to get the node:title by default, but I want to have it use the meta description that is generated by
http://drupal.org/project/metatags_quick
RDF Mapping that meta field to og:description doesn't seem to have an effect. (override by Open Graph Meta tags module?)
Comment #7
hiddentao commentedAdded a new hook in latest dev release: og_tag_render_alter
Documentation in opengraph_meta_test_module.module
Perhaps this will suffice?
Comment #8
hiddentao commentedChanges will available in the next release.