Closed (duplicate)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Open Graph
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2012 at 20:33 UTC
Updated:
6 Nov 2012 at 07:51 UTC
Perhaps I have a misunderstanding of the configuration, but it is possible to allow per-node overrides for meta tags other than Title, Description, and Keywords?
Specifically, It would be nice to add overrides per node for open graph tags, like images.
Comments
Comment #1
nclavaud commentedI think this would make sense.
Comment #2
aschiwi commentedI was looking for the same thing, since there are 2 inactive fields on the node form below the regular meta tag fields, and looking at the HTML those are open graph fields, just not editable.
Comment #3
damienmckennaThis is a duplicate of #1784896: Overriding meta tags fall back to parent default tag value.
Comment #4
aschiwi commentedHi Damien, thanks for pointing that out. Made me realize that my problem was caused by using Rubik as an admin theme, since the Open Graph per node settings are contained within a dropdown. I went back to alpha8 and used Seven as an admin theme and this actually already works.
Comment #5
stborchertIn case of Rubik as cause you may fix this easily with attaching a custom css file to node forms.
Create a module (or use an existing feature) and add this form_alter-hook:
Within the module folder create a new folder named "theme" and a file named "node.form.css" with the following content:
Result: the fieldset titles within the vertical tabs are visibile and you are able to expand the additional metatag settings.