-
AuthorPosts
-
K Schneider Friend
K Schneider
- Join date:
- September 2014
- Posts:
- 170
- Downloads:
- 70
- Uploads:
- 11
- Thanks:
- 16
- Thanked:
- 11 times in 1 posts
April 14, 2011 at 7:57 pm #162799The socialmedia buttons are giving an error in Joomla+VM and SSL connection
When turning them off the problem is solved.
But how can we fix this problemK Schneider FriendK Schneider
- Join date:
- September 2014
- Posts:
- 170
- Downloads:
- 70
- Uploads:
- 11
- Thanks:
- 16
- Thanked:
- 11 times in 1 posts
April 14, 2011 at 8:01 pm #386429I now fixed it with
This is a good solution?file: /templates/ja_business/html/com_k2/templates/ja_business/item.php
line: 346<?php if($this->item->params->get(‘itemShareLinks’)): ?>
<!– Item social links –>
<div class=”itemSocialLinksBlock”>
<span><?php echo JText::_(“Social sharing”); ?></span>
<ul class=”itemSocialLinks”>
<li><a class=”googlebuzz” title=”<?php echo JText::_(“Add to Google Buzz”); ?>” href=”www.google.com/buzz/post?url=<?php echo $this->item->socialLink; ?>&message=<?php echo urlencode($this->item->title); ?>” target=”_blank”><span><?php echo JText::_(“Add to Google Buzz”); ?></span></a></li>
<li><a class=”facebook” title=”<?php echo JText::_(“Add to Facebook”); ?>” href=”www.facebook.com/sharer.php?u=<?php echo $this->item->socialLink; ?>&t=<?php echo urlencode($this->item->title); ?>” target=”_blank”><span><?php echo JText::_(“Add to Facebook”); ?></span></a></li>
<li><a class=”delicious” title=”<?php echo JText::_(“Add to Delicious”); ?>” href=”del.icio.us/post?url=<?php echo $this->item->socialLink; ?>&title=<?php echo urlencode($this->item->title); ?>” target=”_blank”><span><?php echo JText::_(“Add to Delicious”); ?></span></a></li>
<li><a class=”digg” title=”<?php echo JText::_(“Digg this”); ?>” href=”digg.com/submit?url=<?php echo $this->item->socialLink; ?>&title=<?php echo urlencode($this->item->title); ?>” target=”_blank”><span><?php echo JText::_(“Digg this”); ?></span></a></li>
<li><a class=”reddit” title=”<?php echo JText::_(“Add to Reddit”); ?>” href=”reddit.com/submit?url=<?php echo $this->item->socialLink; ?>&title=<?php echo urlencode($this->item->title); ?>” target=”_blank”><span><?php echo JText::_(“Add to Reddit”); ?></span></a></li>
<li><a class=”stumble” title=”<?php echo JText::_(“Add to StumbleUpon”); ?>” href=”www.stumbleupon.com/submit?url=<?php echo $this->item->socialLink; ?>&title=<?php echo urlencode($this->item->title); ?>” target=”_blank”><span><?php echo JText::_(“Add to StumbleUpon”); ?></span></a></li>
<li><a class=”myspace” title=”<?php echo JText::_(“Add to MySpace”); ?>” href=”www.myspace.com/Modules/PostTo/Pages/?l=3&u=<?php echo $this->item->socialLink; ?>&t=<?php echo urlencode($this->item->title); ?>” target=”_blank”><span><?php echo JText::_(“Add to MySpace”); ?></span></a></li>
<li><a class=”technorati” title=”<?php echo JText::_(“Add to Technorati”); ?>” href=”www.technorati.com/faves?add=<?php echo $this->item->socialLink; ?>” target=”_blank”><span><?php echo JText::_(“Add to Technorati”); ?></span></a></li>
<li class=”clr”></li>
</ul>
<div class=”clr”></div>
</div>
<?php endif; ?> -
AuthorPosts
This topic contains 2 replies, has 1 voice, and was last updated by K Schneider 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum