- Posts: 3
- Thank you received: 3
Change the label Tweetnij to Tweet
- Webarts Ltd
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 3 months ago #379
by Webarts Ltd
Change the label Tweetnij to Tweet was created by Webarts Ltd
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
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
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 3 months ago - 13 years 3 months ago #383
by Linh Robert
Hi webarts,
Did you edit the plugin file?
You can find the code as this in /plugins/content/otsocialshare/otsocialshare.php:
And you can change the text in
tag to any word you want.
Thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Change the label Tweetnij to Tweet
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:
Code:
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
Code:
<a></a>
Thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Last edit: 13 years 3 months ago by Linh Robert.
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Webarts Ltd
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 3
- Thank you received: 3
13 years 3 months ago #434
by Webarts Ltd
Replied by Webarts Ltd on topic Re: Change the label Tweetnij to Tweet
Thank you for your respond.
the code it looks OK.. between the <a> tags it writes "Twitter" but in the frond end as you can see from the screenshot attached displays the word "Tweetnij"
pls advice
thank you for the great extension
the code it looks OK.. between the <a> tags it writes "Twitter" but in the frond end as you can see from the screenshot attached displays the word "Tweetnij"
pls advice
thank you for the great extension
Attachments:
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Webarts Ltd
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 3
- Thank you received: 3
13 years 3 months ago #440
by Webarts Ltd
Replied by Webarts Ltd on topic Re: Change the label Tweetnij to Tweet
i find the solution here
getk2.org/community/New-to-K2-Ask-here-f...ial-buttons-language
Go to template name folder > layouts
change in all the php files (default.php, android.php etc) this:
make lang="pl" to lang="en"
getk2.org/community/New-to-K2-Ask-here-f...ial-buttons-language
Go to template name folder > layouts
change in all the php files (default.php, android.php etc) this:
make lang="pl" to lang="en"
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.188 seconds