{{if !isset(\IPS\Output::i()->metaTags['og:image'])}}
{{preg_match('~<img[^>]*?src="([^"]*)"[^>]*>~i', $comment->content(), $matches); }}
{{if isset($matches[1])}}
{{\IPS\Output::i()->metaTags['og:image'] = $matches[1];}}
{{endif}}
{{endif}}Çıktısı bu şekilde;<meta property="og:image" content="<___base_url___>/uploads/image2.png">
Burada dosya yolunda problem var dosya yolunu "<___base_url___>" olarak almış bunu nasıl düzeltebilirim?