File: //proc/thread-self/root/proc/thread-self/cwd/interest-test/share_page.php
<?php
if (strpos($_SERVER['HTTP_REFERER'],'facebook') !== false){
$redirect = 'http://staging.shinemetrics.com';
header('Location:'.$redirect);
}
$image_link = $_REQUEST['link'];
?>
<meta property="og:url" content="http://staging.shinemetrics.com" />
<meta property="og:type" content="article" />
<meta property="og:title" content="When Great Minds Don’t Think Alike" />
<meta property="og:description" content="How much does culture influence creative thinking?" />
<meta property="og:image" content="<?php echo $image_link; ?>" />
<meta property="og:image:type" content="image/png" />