diff options
author | Nathan Lasseter <nathan@4574.co.uk> | 2013-01-13 22:53:31 +0000 |
---|---|---|
committer | Nathan Lasseter <nathan@4574.co.uk> | 2013-01-13 22:53:31 +0000 |
commit | 51f69271cc6038b01c46ab2b0d55ce908aa058bd (patch) | |
tree | 6ce2cf676b8767b07e46aea7801fb0cf0c8933f1 | |
parent | f8944b67abf962b964422084ad85ff73f37f4a38 (diff) |
Added ... to tcard desc.
-rw-r--r-- | viewpost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewpost.php b/viewpost.php index 2e6d1bb..e47e1af 100644 --- a/viewpost.php +++ b/viewpost.php @@ -18,7 +18,7 @@ <meta name="twitter:card" content="summary"> <meta name="twitter:url" content="<?php echo "http://{$_SERVER['SERVER_NAME']}{$blogRoot}{$getpost}"; ?>"> <meta name="twitter:title" content="<?php echo $getpost; ?>"> - <meta name="twitter:description" content="<?php echo substr($post, 0, 200); ?>"> + <meta name="twitter:description" content="<?php echo substr($post, 0, 196) . "..."; ?>"> </head> <body> |