webarts wrote:
Hello,
first of all thank you for the great plug in
could you tell me please how can i change the label on the Tweet button from Tweetnij to Tweet ?
thank you
Hi webarts,
Did you edit the plugin file?
You can find the code as this in
/plugins/content/otsocialshare/otsocialshare.php:
if($this->params->get('twitter')==1){
...
$html .= '<a href="http://twitter.com/share" class="twitter-share-button" style="width: '.$widthweet.'px;" data-url="'.$link.'" data-count="'.$twitter_type.'" >Twitter</a>...';
...
}else{
$html .='';}
And you can change the text in
tag to any word you want.
Thanks for using our products!