Closed (won't fix)
Project:
Open Graph meta tags
Version:
6.x-1.5
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 May 2011 at 05:02 UTC
Updated:
3 Apr 2015 at 05:19 UTC
Jump to comment: Most recent
Comments
Comment #1
endreece commented+1 Nice concept, very drupalish
Comment #2
tararowell commentedSee http://drupal.org/node/1117156 #8 for my CCK solution.
Comment #3
hiddentao commentedComment #4
mattwmc commentedI just hard coded it into my page.tpl file:
<meta property="og:image" content="http://www.sitename.com/<?php print $node->field_yourfieldname[0]['filepath'] ?>" />