SocialShareOG - Version 2.6.1

Version Notes

Fixed og:title field

Download this release

Release Info

Developer Roy Toledo
Extension SocialShareOG
Version 2.6.1
Comparing to
See all releases


Code changes from version 2.6.0 to 2.6.1

app/design/frontend/default/default/template/socialshare/head.phtml CHANGED
@@ -10,7 +10,7 @@
10
  <?php $_product = Mage::registry('current_product');
11
  if ($_product): ?>
12
  <meta property="og:type" content="product" />
13
- <meta property="og:title" content="<?php echo trim($_product->getName()); ?>"/>
14
  <meta property="og:image" content="<?php echo Mage::helper('catalog/image')->init($_product, 'image');?>"/>
15
  <meta property="og:price:amount" content="<?php echo $_product->getSpecialPrice() ?>" />
16
  <meta property="og:price:standard_amount" content="<?php echo $_product->getPrice() ?>" />
10
  <?php $_product = Mage::registry('current_product');
11
  if ($_product): ?>
12
  <meta property="og:type" content="product" />
13
+ <meta property="og:title" content="<?php echo $this->getLayout()->getBlock('head')->getTitle(); ?>"/>
14
  <meta property="og:image" content="<?php echo Mage::helper('catalog/image')->init($_product, 'image');?>"/>
15
  <meta property="og:price:amount" content="<?php echo $_product->getSpecialPrice() ?>" />
16
  <meta property="og:price:standard_amount" content="<?php echo $_product->getPrice() ?>" />
package.xml CHANGED
@@ -1,18 +1,19 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>SocialShareOG</name>
4
- <version>2.6.0</version>
5
  <stability>stable</stability>
6
  <license>GNU</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Open Graph Tags support for magento store</summary>
10
- <description>Open Graph Tags support for magento store</description>
11
- <notes>Extra OG Fields Added</notes>
 
12
  <authors><author><name>Roy Toledo</name><user>NikNak</user><email>toledoroy@gmail.com</email></author></authors>
13
- <date>2014-05-22</date>
14
- <time>13:44:31</time>
15
- <contents><target name="magecommunity"><dir name="SocialShare"><dir name="OpenGraphTags"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Color.php" hash="ec237e9de0c6de32f75f1419a337defb"/><file name="Font.php" hash="a25370be2d6777fc30fa295888d59800"/><file name="Language.php" hash="d31bd885a47e85565d2b553d41664cdf"/><file name="Layout.php" hash="0e0c072db9b994d340e5a876fabfc470"/><file name="Verb.php" hash="502714d6b8e0b6dfb592e8f78753869a"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="0d955fa9a94fddc4e5fe8b6c87f1cece"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Localization.php" hash="124bfcf8e6be20123772da9c5c458989"/></dir></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="d9864cf4645ba6cc01f1e8d04a4bd735"/><file name="config.xml" hash="e354c871847c66b08376f0446c7512d5"/><file name="system.xml" hash="146cfccd1058c6438a2def18897b4d95"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="OpenGraphTags.xml" hash="1d5d69364bbee107d37fb128511ee94a"/></dir><dir name="template"><dir name="socialshare"><file name="head.phtml" hash="fae0f4cb102282d0f06f018014fb5411"/><file name="body.phtml" hash="dfce724a1cfac0fa7002155f35fde1b3"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="SocialShare_OpenGraphTags.xml" hash="820d4be224ecac5ad1ba1a7e23cb7b55"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>4.0.0</min><max>6.8.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>SocialShareOG</name>
4
+ <version>2.6.1</version>
5
  <stability>stable</stability>
6
  <license>GNU</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Open Graph Tags support for magento store</summary>
10
+ <description>Easy to use Open Graph Meta Fields for Magento store&#xD;
11
+ </description>
12
+ <notes>Fixed og:title field</notes>
13
  <authors><author><name>Roy Toledo</name><user>NikNak</user><email>toledoroy@gmail.com</email></author></authors>
14
+ <date>2015-03-21</date>
15
+ <time>04:31:21</time>
16
+ <contents><target name="magecommunity"><dir name="SocialShare"><dir name="OpenGraphTags"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Color.php" hash="ec237e9de0c6de32f75f1419a337defb"/><file name="Font.php" hash="a25370be2d6777fc30fa295888d59800"/><file name="Language.php" hash="d31bd885a47e85565d2b553d41664cdf"/><file name="Layout.php" hash="0e0c072db9b994d340e5a876fabfc470"/><file name="Verb.php" hash="502714d6b8e0b6dfb592e8f78753869a"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="0d955fa9a94fddc4e5fe8b6c87f1cece"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Localization.php" hash="124bfcf8e6be20123772da9c5c458989"/></dir></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="d9864cf4645ba6cc01f1e8d04a4bd735"/><file name="config.xml" hash="e354c871847c66b08376f0446c7512d5"/><file name="system.xml" hash="146cfccd1058c6438a2def18897b4d95"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="OpenGraphTags.xml" hash="1d5d69364bbee107d37fb128511ee94a"/></dir><dir name="template"><dir name="socialshare"><file name="head.phtml" hash="5d9516653659934579229ac7e3c4dec6"/><file name="body.phtml" hash="dfce724a1cfac0fa7002155f35fde1b3"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="SocialShare_OpenGraphTags.xml" hash="820d4be224ecac5ad1ba1a7e23cb7b55"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>4.0.0</min><max>6.8.0</max></php></required></dependencies>
19
  </package>