Jump to content

Database article image tag


Owdy

Recommended Posts

Posted

The meta tag with og:image property already added on article page

\applications\cms\modules\front\database\record.php

		if ( $record->record_image )
		{
			\IPS\Output::i()->metaTags['og:image'] = (string) \IPS\File::get( 'cms_Records', $record->record_image )->url;
		}

 

Posted
2 hours ago, Owdy said:

I know, its differend tag

So why do you need it? I checked, but I can’t find any other information than it being identical to the already used og:image. 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...