Buenos dias,
No sé por que no me aparecen los botones sociale en mi web.
Adjunto el codigo del Item.php de mi plantilla a ver si alguien me pudiese echar una mano.
Gracias!
<?php if($this->item->params->get('itemSocialButton') && !is_null($this->item->params->get('socialButtonCode', NULL))): ?>
<!-- Item Social Button -->
<li>
<?php echo $this->item->params->get('socialButtonCode'); ?>
</li>
<?php endif; ?>
<!-- Item social links -->
<div class="itemSocialLinksBlock">
<span><?php echo JText::_('K2_SOCIAL_SHARING'); ?></span>
<ul class="itemSocialLinks">
<li><a class="googlebuzz" title="<?php echo JText::_('K2_ADD_TO_GOOGLE_BUZZ'); ?>" href="
www.google.com/buzz/post?url=item->socialLink; ?>&message=item->title); ?>" target="_blank">
<li><a class="facebook" title="<?php echo JText::_('K2_ADD_TO_FACEBOOK'); ?>" href="
www.facebook.com/sharer.php?u=item->socialLink; ?>&t=item->title); ?>" target="_blank">
<li><a class="delicious" title="<?php echo JText::_('K2_ADD_TO_DELICIOUS'); ?>" href="
del.icio.us/post?url=item->socialLink; ?>&title=item->title); ?>" target="_blank">
<li><a class="digg" title="<?php echo JText::_('K2_DIGG_THIS'); ?>" href="
digg.com/submit?url=item->socialLink; ?>&title=item->title); ?>" target="_blank">
<li><a class="reddit" title="<?php echo JText::_('K2_ADD_TO_REDDIT'); ?>" href="
reddit.com/submit?url=item->socialLink; ?>&title=item->title); ?>" target="_blank">
<li><a class="stumble" title="<?php echo JText::_('K2_ADD_TO_STUMBLEUPON'); ?>" href="
www.stumbleupon.com/submit?url=item->socialLink; ?>&title=item->title); ?>" target="_blank">
<li><a class="myspace" title="<?php echo JText::_('K2_ADD_TO_MYSPACE'); ?>" href="
www.myspace.com/Modules/PostTo/Pages/?l=3&u=item->socialLink; ?>&t=item->title); ?>" target="_blank">