Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <meta property="og:image" content="https://itsthyme.com/skin/frontend/base/default/images/catalog/product/placeholder/image.jpg"/>
  2.  
  3. <reference name="head">
  4.  
  5. </reference>
  6.  
  7. <block type="core/template" name="social.code" template="page/html/social-code.phtml"/>
  8.  
  9. <?php
  10. if (Mage::registry('current_product')) {
  11. $product = Mage::registry('current_product');
  12. $product = Mage::getModel('catalog/product')->load($product->getId());
  13. } //load product information
  14. ?>
  15.  
  16.  
  17. <?php if ($product) : ?>
  18. //echo product image URL below
  19. <meta property="og:image" content="<?php echo $this->helper('catalog/image')->init($product, 'image')->resize(600,315); ?>" />
  20. <!-- Other tags can go here, e.g. title, type, url -->
  21. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement