hello, i want to add a twitter button to my social sharing buttons, and i did like this:
<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="twitter" title="<?php echo JText::_("Add to Twitter"); ?>" href="
twitter.com/=<?php echo $this->item->socialLink; ?>" target="_blank"><span><?php echo JText::_("Add to Twitter"); ?></span></a></li>
but im not a programmer. so, with facebook there is, behind the slash sharer.php?u
but what should i write behind the
twitter.com/ ?