mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
Update
This commit is contained in:
parent
ac27e3925a
commit
d31ec4577d
1 changed files with 2 additions and 2 deletions
|
@ -137,8 +137,8 @@ function generateMetaTags($videoType, $modifiedDate, $createdDate, $title, $desc
|
|||
$metaTags[] = "<meta property=\"og:video\" content=\"{$sourceFileURL}\" />";
|
||||
$metaTags[] = "<meta property=\"og:video:secure_url\" content=\"{$sourceFileURL}\" />";
|
||||
$metaTags[] = '<meta property="og:video:type" content="' . getMetaTagsContentVideoType($sourceFileURL) . '" />';
|
||||
$metaTags[] = '<meta property="og:video:width" content="1200" />';
|
||||
$metaTags[] = '<meta property="og:video:height" content="628" />';
|
||||
$metaTags[] = '<meta property="og:video:width" content="1024" />';
|
||||
$metaTags[] = '<meta property="og:video:height" content="768" />';
|
||||
} else {
|
||||
if ($SecureVideosDirectoryIsEnabled) {
|
||||
$metaTags[] = '<!-- SecureVideosDirectory plugin is enabled we will not share the video source file -->';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue