Active
Project:
Open Graph meta tags
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Jun 2011 at 13:26 UTC
Updated:
27 Aug 2013 at 03:57 UTC
Basically, how I have one of my Drupal 7.x installations set up is that I have thumbnails for several different content types defined in a field. For example, field_image is the field for thumbnail images for articles.
Is there a way to make this module automatically assign the og:image tag to the field_image field so that the thumbnail will be automatically defined just by uploading the thumbnail itself? What's the best way to tackle this?
Comments
Comment #1
ambient.impactSubscribing. This would be a great way to streamline a common task, I think.
Comment #2
venusrising commentedAgreed, using Drupal 6 but being able to define a default field (especially important for sites with User generated content) would make this module much more useful.
Comment #3
7wonders commentedsubscribe. A workaround in the meantime can be done as follows:
A quick way for adding a specific opengraph image from your nodes is by adding this to the relevant node.tpl.php.
Comment #4
designguru commentedAny suggestions on a drupal 6 version of #3?
q./
Comment #5
designguru commentedI just came up with a solution for my drupal 6 site which I'm pretty proud of!
Check it out: http://drupal.org/node/1283234#comment-5004860
q./
Comment #6
venusrising commented@7wonders any idea how to get this working in 6?
@designguru Tried your solution but not sure if open graph tags from facebook social module are causing it not to show
Comment #7
jenlamptonalso requesting this feature for 7.x