Hi there,
I am creating Twitter and Facebook cards using an image TV for each of my resources
If I just use the TV on its own, it doesn't work, because twitter requires an absolute URL.
So I added the site_url property before the tv like so:
<meta itemprop="image" content="[[++site_url]][[*SocialImage:pthumb=`&w=500&h=500` ]]" />
But the output in the source code is rendered with a double forward slash like so:
<meta itemprop="image" content="https://www.domain.com//path-to-social_image.png" />
Although in a browser, this still seems to work, Facebook and Twitter don't seem to like it.
Any ideas how to remove the extra slash?
Thanks in advance
Andy