Added open graph for sharing.
This commit is contained in:
BIN
._.DS_Store
Executable file
BIN
._.DS_Store
Executable file
Binary file not shown.
BIN
img/._og-image.jpg
Executable file
BIN
img/._og-image.jpg
Executable file
Binary file not shown.
BIN
img/og-image.jpg
Executable file
BIN
img/og-image.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 653 KiB |
13
index.php
13
index.php
@ -5,7 +5,7 @@
|
||||
<meta name="keywords" content="">
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||
<link rel="canonical" href="https://playingaround.com/">
|
||||
<link rel="canonical" href="http://tanglewoodhill.ddns.net:2600/fathom/index.php">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="shortcut icon" type="image/png" href="favicon.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
@ -17,6 +17,17 @@
|
||||
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css?877">
|
||||
<link rel="stylesheet" type="text/css" href="style.css?7286">
|
||||
<link rel="stylesheet" type="text/css" href="./css/all.min.css">
|
||||
|
||||
<meta property="og:title" content="Fathom - Deep Links for PowerPAC" />
|
||||
<meta property="og:description" content="Create persistent links to materials and results lists in Polaris PowerPAC." />
|
||||
<meta property="og:url" content="http://tanglewoodhill.ddns.net:2600/fathom/index.php" />
|
||||
<meta property="og:image" content="http://tanglewoodhill.ddns.net:2600/fathom/img/og-image.jpg" />
|
||||
|
||||
<meta name="twitter:title" content="Fathom - Deep Links for PowerPAC">
|
||||
<meta name="twitter:description" content="Create persistent links to materials and results lists in Polaris PowerPAC.">
|
||||
<meta name="twitter:image" content="http://tanglewoodhill.ddns.net:2600/fathom/img/og-image.jpg">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
|
||||
<title>Fathom - Deep Links for PowerPAC</title>
|
||||
|
||||
|
12
yourlink.php
12
yourlink.php
@ -56,7 +56,7 @@ $SearchURL = implode("", array_filter(array($url, $searchprefix, $ctx, $searchmi
|
||||
<meta name="keywords" content="">
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||
<link rel="canonical" href="https://playingaround.com/results.php">
|
||||
<link rel="canonical" href="http://tanglewoodhill.ddns.net:2600/results.php">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="shortcut icon" type="image/png" href="favicon.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
@ -68,6 +68,16 @@ $SearchURL = implode("", array_filter(array($url, $searchprefix, $ctx, $searchmi
|
||||
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css?7923">
|
||||
<link rel="stylesheet" type="text/css" href="style.css?9626">
|
||||
<link rel="stylesheet" type="text/css" href="./css/all.min.css">
|
||||
|
||||
<meta property="og:title" content="Fathom - Deep Links for PowerPAC" />
|
||||
<meta property="og:description" content="Create persistent links to materials and results lists in Polaris PowerPAC." />
|
||||
<meta property="og:url" content="http://tanglewoodhill.ddns.net:2600/fathom/index.php" />
|
||||
<meta property="og:image" content="http://tanglewoodhill.ddns.net:2600/fathom/img/og-image.jpg" />
|
||||
|
||||
<meta name="twitter:title" content="Fathom - Deep Links for PowerPAC">
|
||||
<meta name="twitter:description" content="Create persistent links to materials and results lists in Polaris PowerPAC.">
|
||||
<meta name="twitter:image" content="http://tanglewoodhill.ddns.net:2600/fathom/img/og-image.jpg">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<title>Results</title>
|
||||
|
||||
|
Reference in New Issue
Block a user