Skip to content

Commit

Permalink
v 0.1.3 - cleaned metatags file
Browse files Browse the repository at this point in the history
  • Loading branch information
ura soul committed Jan 12, 2014
1 parent f1bab76 commit b0b79fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>interconnected</name>
<author>ura soul</author>
<version>0.1.2</version>
<version>0.1.3</version>
<description>for social sharing without bloatage</description>
<website>https://www.infiniteeureka.com</website>
<license>GNU Public License version 2</license>
Expand Down
6 changes: 0 additions & 6 deletions views/default/interconnected/metatags.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,13 @@
<meta property="og:title" content="<?php echo $item_title; ?>" />
<meta property="og:url" content="<?php echo $url; ?>" />
<meta property="og:image" content="<?php echo $icon_url; ?>" />
<?php if ($size){ ?>
<meta property="og:image:type" content="<?php echo $size['mime']; ?>" />
<meta property="og:image:width" content="<?php echo $size[0]; ?>" />
<meta property="og:image:height" content="<?php echo $size[1]; ?>" />
<?php } ?>
<!--<meta property="og:image" content="<?php echo $default_site_logo; ?>" />-->
<meta property="og:image:secure_url" content="<?php echo $icon_url; ?>" />
<?php if ($size){ ?>
<meta property="og:image:type" content="<?php echo $size['mime']; ?>" />
<meta property="og:image:width" content="<?php echo $size[0]; ?>" />
<meta property="og:image:height" content="<?php echo $size[1]; ?>" />
<?php } ?>
<!--<meta property="og:image:secure_url" content="<?php echo $default_site_logo; ?>" />-->

<?php if ($max_meta_keywords > 0)
{ ?>
Expand Down

0 comments on commit b0b79fe

Please sign in to comment.