Skip to content

Commit

Permalink
Fix OG Type
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Sep 11, 2017
1 parent 3a5ec88 commit 8184e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/modeYoutube.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<link href="<?php echo $global['webSiteRootURL']; ?>js/jquery-ui/jquery-ui.min.css" rel="stylesheet" type="text/css"/>
<meta property="fb:app_id" content="774958212660408" />
<meta property="og:url" content="<?php echo $global['webSiteRootURL'], $catLink, "video/", $video['clean_title']; ?>" />
<meta property="og:type" content="video" />
<meta property="og:type" content="video.other" />
<meta property="og:title" content="<?php echo str_replace('"', '', $video['title']); ?> - <?php echo $config->getWebSiteTitle(); ?>" />
<meta property="og:description" content="<?php echo str_replace('"', '', $video['title']); ?>" />
<meta property="og:image" content="<?php echo $img; ?>" />
Expand Down

0 comments on commit 8184e25

Please sign in to comment.