mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
Fix seconds watched
This commit is contained in:
parent
11c65ec9e3
commit
3cadf5326f
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ $title = getSEOTitle($video['title']);
|
|||
$description = getSEODescription($video['description']);
|
||||
$ogURL = Video::getLinkToVideo($videos_id, '', false,false);
|
||||
?>
|
||||
<meta http-equiv="last-modified" content="<?php echo date('Y-m-d', strtotime($video['modified'])); ?>">
|
||||
<link rel="image_src" href="<?php echo $img; ?>" />
|
||||
<meta property="og:image" content="<?php echo $img; ?>" />
|
||||
<meta property="og:image:secure_url" content="<?php echo $img; ?>" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue