Update opengraph.php
This commit is contained in:
parent
d778c3cf19
commit
1a56ecaa39
@ -23,7 +23,7 @@
|
|||||||
// find first image if exist
|
// find first image if exist
|
||||||
if(preg_match("/\[[zi]mg(=[0-9]+x[0-9]+)?\]([^\[]+)/is", $item['body'], $matches)) {
|
if(preg_match("/\[[zi]mg(=[0-9]+x[0-9]+)?\]([^\[]+)/is", $item['body'], $matches)) {
|
||||||
$ogimage = $matches[2];
|
$ogimage = $matches[2];
|
||||||
$ogimagetype = guess_image_type($ogimage);
|
$ogimagetype = guess_image_type($ogimage);
|
||||||
}
|
}
|
||||||
|
|
||||||
// use summary as description if exist
|
// use summary as description if exist
|
||||||
@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
if(! isset($ogimage)) {
|
if(! isset($ogimage)) {
|
||||||
$ogimage = $channel['xchan_photo_l'];
|
$ogimage = $channel['xchan_photo_l'];
|
||||||
$ogimagetype = $channel['xchan_photo_mimetype'];
|
$ogimagetype = $channel['xchan_photo_mimetype'];
|
||||||
}
|
}
|
||||||
|
|
||||||
App::$page['htmlhead'] .= '<meta property="og:title" content="' . htmlspecialchars((isset($ogtitle) ? $ogtitle : $channel['channel_name'])) . '">' . "\r\n";
|
App::$page['htmlhead'] .= '<meta property="og:title" content="' . htmlspecialchars((isset($ogtitle) ? $ogtitle : $channel['channel_name'])) . '">' . "\r\n";
|
||||||
|
Reference in New Issue
Block a user