We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08dc21e + 8f687fe commit ea26683Copy full SHA for ea26683
1 file changed
eu-kirby-social-metatags.php
@@ -175,7 +175,7 @@ function shorten($string,$length=155,$append="…") {
175
<?php if($facebook_author): ?><meta property="article:author" content="<?php echo $facebook_author ?>" />
176
<?php endif ?>
177
<?php if($facebook_admin): ?>
178
-<meta property="fb:admins" content="facebook_admin" />
+<meta property="fb:admins" content="<?php echo $facebook_admin ?>" />
179
180
181
<!-- Twitter Card Data -->
0 commit comments