$social_tags['og:site_name'] = $config['home_title'];
$social_tags['og:title'] = htmlspecialchars( $row['title'], ENT_QUOTES, $config['charset'] );
$social_tags['og:description'] = $row['descr'];
if ($category_id == 1 OR $category_id == 2 OR $category_id == 8 OR $category_id == 39) $social_tags['og:type'] = 'video.movie';
elseif ($category_id == 34) $social_tags['og:type'] = 'video.episode';
else $social_tags['og:type'] = 'video.other';
$xfieldsdata = xfieldsdataload( $row['xfields'] );
$social_tags['og:image'] = "" . $xfieldsdata['big_pster'];
$social_tags['og:url'] = $full_link;
$social_tags['og:video'] = "" . $xfieldsdata['hdlight_player'];
$social_tags['og:video:duration'] = $xfieldsdata['duration'];
$social_tags['og:video:type'] = "application/x-shockwave-flash";
$social_tags['og:video:width'] = "1024";
$social_tags['og:video:height'] = "768";
$social_tags['ya:ovs:upload_date'] = date( 'Y-m-d', $row['date'] ) . "T" . date( 'H:i:s', $row['date'] );
$social_tags['ya:ovs:adult'] = "false";
$social_tags['ya:ovs:content_id'] = $xfieldsdata['hdlight_player'];
$social_tags['ya:ovs:status'] = "published";
$social_tags['ya:ovs:login'] = $row['autor'];
$social_tags['ya:ovs:is_official'] = "no";
$social_tags['ya:ovs:available_platform'] = "Desktop";
$social_tags['ya:ovs:available_platform'] = "Mobile";
$social_tags['ya:ovs:allow_embed'] = "false";
$social_tags['ya:ovs:embed_html'] = "<iframe src='" . $xfieldsdata['hdlight_player'] . "'></iframe>";
$social_tags['ya:ovs:category'] = $cat_info[$category_id]['name'];
$social_tags['ya:ovs:languages'] = "ru";
$social_tags['ya:ovs:feed_url'] = $full_link;
$social_tags['ya:ovs:views_total'] = number_format($row['news_read'], 0, ',', ' ');
$social_tags['ya:ovs:comments'] = number_format($row['comm_num'], 0, ',', ' ');
$social_tags['ya:ovs:likes'] = $row['vote_num'];
$social_tags['ya:ovs:rating'] = $row['rating'];
$social_tags['ya:ovs:poster'] = "" . $xfieldsdata['big_pster'];