Add clickable logo
[stouyapi.git] / data / templates / game.tpl.php
index 70c2a677e6afb58d30b0947da1a311c5315a3be7..c5e8a868fb62a46dee56fa43ed4bfbb42e8df7ed 100644 (file)
@@ -7,10 +7,13 @@
   <meta name="author" content="<?= htmlspecialchars($json->developer->name) ?>"/>
   <link rel="stylesheet" type="text/css" href="../ouya-game.css"/>
   <link rel="icon" href="../favicon.ico"/>
+  <meta property="og:title" content="<?= htmlspecialchars($json->title); ?>" />
+  <meta property="og:description" content="<?= htmlspecialchars(substr(strtok($json->description, '.!'), 0, 200)); ?>." />
+  <meta property="og:image" content="<?= htmlspecialchars($json->tileImage); ?>" />
  </head>
  <body class="game">
   <header>
-   <img class="ouyalogo" src="../ouya-logo.grey.svg" alt="OUYA logo" width="50"/>
+   <a href="../discover/"><img class="ouyalogo" src="../ouya-logo.grey.svg" alt="OUYA logo" width="50"/></a>
   </header>
   <section class="text">
    <h1><?= htmlspecialchars($json->title); ?></h1>