Hi All,
I hope someone can help me.
On my gallery for an image page eg
I set the og:image so that I can use it for things like G+, FB and pinterest sharing.
However the og:image is being set to the actual image
However we don't allow hotlinking so the image will no share.
What I need is for the og:image to be set to our watermarked/cached image
Is there a variable that I can use in my template that contains the watermarked/cached image url that I can then use to set og:image?
Many thanks in advance.
Thanks acrylian.
I'm using the FBSuite plugin which sets the OG: variables for me.
What I need is to replace this line
echo '';
It seems to be using the getUnprotectedImageURL() which is not what I want. Is there a simple function similar to getUnprotectedImageURL() but for the cached image?