Social/Open Graph on item records.
This commit is contained in:
@ -93,11 +93,11 @@ while ($row = $type->fetchArray()) {
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<?php echo '<title>Item Record: '.$row_Title.'</title>'; ?>
|
||||
<?php echo '<title>Item Record: '.$row_title.'</title>'; ?>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Free HTML5 Template by FREEHTML5.CO" />
|
||||
<meta name="keywords" content="free html5, free template, free bootstrap, html5, css3, mobile first, responsive" />
|
||||
<meta name="author" content="FREEHTML5.CO" />
|
||||
<meta name="description" content=<?php echo '"Infopump - Item record - '.$row_title.'"/>'; ?>
|
||||
<meta name="keywords" content="infopump, bibliography, media, catalog" />
|
||||
<meta name="author" content="Daniel Messer" />
|
||||
|
||||
<!--
|
||||
//////////////////////////////////////////////////////
|
||||
@ -114,10 +114,10 @@ while ($row = $type->fetchArray()) {
|
||||
-->
|
||||
|
||||
<!-- Facebook and Twitter integration -->
|
||||
<meta property="og:title" content=""/>
|
||||
<meta property="og:image" content=""/>
|
||||
<meta property="og:url" content=""/>
|
||||
<meta property="og:site_name" content=""/>
|
||||
<meta property="og:title" content=<?php echo '"Infopump Item Record - '.$row_title.'"/>'; ?>
|
||||
<meta property="og:image" content=<?php echo '"images/'.$row_id.'.jpg"/>'; ?>
|
||||
<meta property="og:url" content=<?php echo '"https://cyberpunklibrarian.com/infopump/itemrecord.php?itemid='.$row_id.'"/>'; ?>
|
||||
<meta property="og:site_name" content=<?php echo '"Infopump: A bibliographic display system"/>'; ?>
|
||||
<meta property="og:description" content=""/>
|
||||
<meta name="twitter:title" content="" />
|
||||
<meta name="twitter:image" content="" />
|
||||
|
Reference in New Issue
Block a user