{{if !isset(\IPS\Output::i()->metaTags['og:image'])}}
{{preg_match('~<img[^>]*?src="(<fileStore.core_Attachment>([^"]*))"[^>]*>~i', $comment->content(), $matches); }}
{{if isset($matches[1])}}
{{\IPS\Output::i()->parseFileObjectUrls($matches[1]);}}
{{\IPS\Output::i()->metaTags['og:image'] = $matches[1];}}
{{endif}}
{{endif}}