public function getSharingCode()
 {
     $code = parent::getSharingCode();
     if (Mage::helper('multiplewishlist')->isEnabled()) {
         $code .= '/tab-id/' . Mage::getModel('core/session')->getWishlistActiveTabId();
     }
     return $code;
 }