Reconfigured social on keyword search.
This commit is contained in:
@ -62,17 +62,17 @@ ORDER BY books.title ASC");
|
|||||||
|
|
||||||
<!-- Facebook and Twitter integration -->
|
<!-- Facebook and Twitter integration -->
|
||||||
<!-- Facebook and Twitter integration -->
|
<!-- Facebook and Twitter integration -->
|
||||||
<meta property="og:title" content=<?php echo '"'.$SiteName.' - Keyword Search - '.$keywordsearch.'" />';?>
|
<meta property="og:title" content=<?php echo '"'.$SiteName.' - Keyword Search - '.$socialkw.'" />';?>
|
||||||
|
|
||||||
<meta property="og:image" content=<?php echo '"'.$SiteURL.'/images/og-site-avatar.jpg" />';?>
|
<meta property="og:image" content=<?php echo '"'.$SiteURL.'/images/og-site-avatar.jpg" />';?>
|
||||||
|
|
||||||
<meta property="og:url" content=<?php echo '"'.$SiteURL.'/keywordresults.php?kw='.$keywordsearch.'" />';?>
|
<meta property="og:url" content=<?php echo '"'.$SiteURL.'/keywordresults.php?kw='.$keywordsearch.'" />';?>
|
||||||
|
|
||||||
<meta property="og:site_name" content=<?php echo '"'.$SiteName.' - Keyword Search - '.$keywordsearch.'" />';?>
|
<meta property="og:site_name" content=<?php echo '"'.$SiteName.' - Keyword Search - '.$socialkw.'" />';?>
|
||||||
|
|
||||||
<meta property="og:description" content=<?php echo '"'.$SubName.'" />';?>
|
<meta property="og:description" content=<?php echo '"'.$SubName.'" />';?>
|
||||||
|
|
||||||
<meta name="twitter:title" content=<?php echo '"'.$SiteName.' - Keyword Search - '.$keywordsearch.'" />';?>
|
<meta name="twitter:title" content=<?php echo '"'.$SiteName.' - Keyword Search - '.$socialkw.'" />';?>
|
||||||
|
|
||||||
<meta name="twitter:image" content=<?php echo '"'.$SiteURL.'/images/og-site-avatar.jpg" />';?>
|
<meta name="twitter:image" content=<?php echo '"'.$SiteURL.'/images/og-site-avatar.jpg" />';?>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user