- Posts: 9
- Thank you received: 0
K2 social buttons not appear
- David Machin
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 8 months ago - 11 years 8 months ago #5517
by David Machin
K2 social buttons not appear was created by David Machin
I dont know why, but the social buttons of my k2 never appeared. Here I attached my item.php of the template in case someone could find the mistake. (I didn't touch it)
C:\fakepath\item.php
Thanks in advance
Edit:
C:\fakepath\item.php
Thanks in advance
Edit:
Code:
<?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="http://www.google.com/buzz/post?url=<?php echo $this->item->socialLink; ?>&message=<?php echo urlencode($this->item->title); ?>" target="_blank"><span><?php echo JText::_('K2_ADD_TO_GOOGLE_BUZZ'); ?></span></a></li>
<li><a class="facebook" title="<?php echo JText::_('K2_ADD_TO_FACEBOOK'); ?>" href="http://www.facebook.com/sharer.php?u=<?php echo $this->item->socialLink; ?>&t=<?php echo urlencode($this->item->title); ?>" target="_blank"><span><?php echo JText::_('K2_ADD_TO_FACEBOOK'); ?></span></a></li>
<li><a class="delicious" title="<?php echo JText::_('K2_ADD_TO_DELICIOUS'); ?>" href="http://del.icio.us/post?url=<?php echo $this->item->socialLink; ?>&title=<?php echo urlencode($this->item->title); ?>" target="_blank"><span><?php echo JText::_('K2_ADD_TO_DELICIOUS'); ?></span></a></li>
<li><a class="digg" title="<?php echo JText::_('K2_DIGG_THIS'); ?>" href="http://digg.com/submit?url=<?php echo $this->item->socialLink; ?>&title=<?php echo urlencode($this->item->title); ?>" target="_blank"><span><?php echo JText::_('K2_DIGG_THIS'); ?></span></a></li>
<li><a class="reddit" title="<?php echo JText::_('K2_ADD_TO_REDDIT'); ?>" href="http://reddit.com/submit?url=<?php echo $this->item->socialLink; ?>&title=<?php echo urlencode($this->item->title); ?>" target="_blank"><span><?php echo JText::_('K2_ADD_TO_REDDIT'); ?></span></a></li>
<li><a class="stumble" title="<?php echo JText::_('K2_ADD_TO_STUMBLEUPON'); ?>" href="http://www.stumbleupon.com/submit?url=<?php echo $this->item->socialLink; ?>&title=<?php echo urlencode($this->item->title); ?>" target="_blank"><span><?php echo JText::_('K2_ADD_TO_STUMBLEUPON'); ?></span></a></li>
<li><a class="myspace" title="<?php echo JText::_('K2_ADD_TO_MYSPACE'); ?>" href="http://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::_('K2_ADD_TO_MYSPACE'); ?></span></a></li>
Last edit: 11 years 8 months ago by Trung Duong.
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
11 years 8 months ago #5526 by Trung Duong
Replied by Trung Duong on topic Re: K2 social buttons not appear
You should submit your url here, so i can check your site too
Regards
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
The following user(s) said Thank You: David Machin
Please Log in or Create an account to join the conversation.
- David Machin
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 9
- Thank you received: 0
11 years 8 months ago #5548
by David Machin
Replied by David Machin on topic Re: K2 social buttons not appear
I will give it to you today afternoon, It still under construction but I will let you know. Thanks for your reply
Please Log in or Create an account to join the conversation.
- David Machin
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 9
- Thank you received: 0
11 years 8 months ago #5556
by David Machin
Replied by David Machin on topic Re: K2 social buttons not appear
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
11 years 8 months ago #5568
by Trung Duong
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!
[img]...[/img]
[img]...[/img]
[img]...[/img]
Replied by Trung Duong on topic Re: K2 social buttons not appear
Did you turn on plugin at K2 setting for item ?
Regards
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
- David Machin
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 9
- Thank you received: 0
11 years 8 months ago #5570
by David Machin
Replied by David Machin on topic Re: K2 social buttons not appear
yes I did
Please Log in or Create an account to join the conversation.
Time to create page: 0.194 seconds