我需要在Instagram上分享magento产品链接,如twitter
<li><a href="<?php echo 'http://twitter.com/home?status=' . $_productName . '+' . $_productUrl; ?>" target="_blank" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Share on Twitter')) ?>" class="link-twitter"><em><img src="<?php echo $this->getSkinUrl('images/twitter.png');?>" alt="Twitter" /></em></a></li>
或facebook。 有人可以为我提供相同的网址吗?