Hello friends.
I have problem with socialshare buttons in K2 item view.
The code for socialshare buttons is in "/templates/jf_call-exteriors/html/com_k2/portfolio/item.php" row cca 322.
<!-- Social sharing -->
<div class="itemSocialSharing">
<h3>socialshare</h3>
<?php
$app = JFactory::getApplication();
$templateparams = $app->getTemplate(true)->params;
?>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox">
<a class="addthis_button_facebook"><img src="<?php JURI::base(true) ?>templates/jf_calla-exteriors/images/facebook64.png" alt="share on facebook" /></a>
<a class="addthis_button_linkedin"><img src="<?php JURI::base(true) ?>templates/jf_calla-exteriors/images/linkedin64.png" alt="share on linkedin" /></a>
<!--<a href="nojavascript...void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());"><img src="<?php JURI::base(true) ?>templates/jf_calla-exteriors/images/pinterest64.png" alt="share on pinterest" /></a>-->
<!--<a href="<?php echo $templateparams->get('youtubelink'); ?>" target="_blank"><img src="<?php JURI::base(true) ?>templates/jf_calla-exteriors/images/youtube64.png" alt="share on youtube" /></a>-->
<a class="addthis_button_twitter"><img src="<?php JURI::base(true) ?>templates/jf_calla-exteriors/images/twitter64.png" alt="share on twitter" /></a>
<!--<a href="http://www.tumblr.com/share?v=3&u=[<?php echo $this->item->link; ?>]&t=[<?php echo $this->item->title; ?>]" target="_blank"><img src="<?php JURI::base(true) ?>templates/jf_calla-exteriors/images/tumblr64.png" alt="share on tumblr" /></a>-->
<!--<a href="http://society6.com" target="_blank" title="Follow ><img src="<?php JURI::base(true) ?>templates/jf_calla-exteriors/images/soceity664.png" alt="share on soceity6" /></a>-->
</div>
<!-- AddThis Button END -->
Some off buttons are commented off by myself.
I have two questions:
1. what code should I write there if I want to have GOOGLE+ sharing button ?
2. The facebook button does not work properly. If I am logged in facebook and then I click the facebook icon in socialshare (in the same browser), then the only white page poop up. How to repair that ?
Can you help me ? (this is my site:
test003.cekuj.net)