SSL and not

pull/79/head
Patricio Gonzalez Vivo 8 years ago
parent 76e4c441a4
commit 7cbdac3280

@ -22,7 +22,8 @@
<?php
if (!empty($_GET['log'])) {
echo ' <meta property="og:url" content="https://thebookofshaders.com/edit.php?log='. $_GET['log'].'"/>
<meta property="og:image" content="https://thebookofshaders.com/log/'.$_GET['log'].'.png"/>';
<meta property="og:image" content="http://thebookofshaders.com/log/'.$_GET['log'].'.png"/>
<meta property="og:image:secure_url" content="https://thebookofshaders.com/log/'.$_GET['log'].'.png"/>';
} else {
echo ' <meta property="og:url" content="https://thebookofshaders.com/edit.php"/>
<meta property="og:image" content="https://thebookofshaders.com/thumb.png"/>';

Loading…
Cancel
Save