This is the blog for getting Idea regarding PHP, Magento, jQuery and JavaScript for Customization.

Tuesday 25 September 2012

Magento : Share product page Link on Facebook or Twitter



A) For ::: Face Book 


<a href="http://www.facebook.com/sharer.php?u=<?php echo $_product->getProductUrl()  ?>&t=Check+this+out" target="_blank" title="Share on Facebook"><img src="<?php echo $this->getSkinUrl()."images/icon-f.png" ?>" alt="Share on Facebook"></a>

B) For ::: Twitter
                       
<a title="Send this page to Twitter!" href="http://twitter.com/home?status=Check out the <?php echo $this->htmlEscape($_product->getName()) ?> at <?php echo $_product->getProductUrl()  ?> @foodoAU" target="_blank"><img src="<?php echo $this->getSkinUrl()."images/icon-t.png" ?>" alt="Follow foodoAU on Twitter"/></a>

No comments:

Post a Comment