Pinterest Social Not appearing in shop

  • Posts: 31
  • Thank you received: 2
10 years 7 months ago #151093

-- url of the page with the problem -- : daniellefenningdesigns.com/
-- HikaShop version -- : 2.3.0
-- Joomla version -- : 3.2.3
-- PHP version -- : 5.3.28
-- Browser(s) name and version -- : All browsers

The Pinterest social button is not appearing anywhere in my shop. I am using the latest version of Hikashop with the https code below. Is there something else I'm not doing?

function _addPinterestButton(&$plugin){
$product = $this->_getProductInfo();
$imageUrl = $this->_getImageURL($product->product_id);
if($plugin->params==0){
if($plugin->params==0){ $count='horizontal'; $div="<span class='hikashop_social_pinterest'>";}
if($plugin->params==1){ $count='vertical'; $div="<span class='hikashop_social_pinterest'>";}
if($plugin->params==2){ $count='none'; $div="<span class='hikashop_social_pinterest'>";}
}else{
if($plugin->params==0){ $count='horizontal'; $div="<span class='hikashop_social_pinterest_right'>";}
if($plugin->params==1){ $count='vertical'; $div="<span class='hikashop_social_pinterest_right'>";}
if($plugin->params==2){ $count='none'; $div="<span class='hikashop_social_pinterest_right'>";}
}
if(isset($product->product_canonical) && !empty($product->product_canonical)){
$url = hikashop_cleanURL($product->product_canonical);
}else{
$url=hikashop_currentURL('',false);
}
$html=$div.'<a href="http'.$this->https.'://pinterest.com/pin/create/button/?url='.urlencode($url).'&media='.urlencode($imageUrl).'&description='.htmlspecialchars(strip_tags($product->product_description), ENT_COMPAT,'UTF-8').'" class="pin-it-button" count-layout="'.$count.'"><img border="0" src=" assets.pinterest.com/images/PinExt.png " title="Pin It" /></a></span>';
return $html;

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 7 months ago #151175

Hi,

Are you sure that the social plugin is published ?
The tag is present in the product page ?

Are the other social buttons displayed ?
In the configuration of the plugin, are the informations regarding Pinterest valid ?

Please Log in or Create an account to join the conversation.

  • Posts: 82910
  • Thank you received: 13379
  • MODERATOR
10 years 7 months ago #151199

Hi,

I do see the pinterest button on your product page:

Attachments:

Please Log in or Create an account to join the conversation.

Time to create page: 0.081 seconds
Powered by Kunena Forum