Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Other tags
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
29 Nov 2011 at 14:05 UTC
Updated:
8 Sep 2017 at 10:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
fleshgrinder commentedBecause the module wasn't working correctly (no offense and maybe all errors I got were already fixed) I created my own methods within my template.php file and I'm using exactly what you are requesting.
@dev It's very easy to get the real path to the image. As far as I know, it's possible to pass any URI to these functions, the check for public:// themselves.
It would be best if the module directly provides the og_image style (crops + resize to 130 x 130; which is the preferred format by Facebook). Hope I was from any help.
Comment #2
damienmckennaComment #3
damienmckennaLets make this generic.
Comment #4
damienmckennaThis seems like it should work - any image URL values that start with 'public://' are passed through file_create_url().
Comment #5
damienmckennaThis one actually works ;)
Comment #6
damienmckennaGoing to sneak this into the next release.
Comment #7
damienmckennaCommitted.