One of my clients was having problems with the WordPress plugin TwitterPost,
This plugin allows you to tweet whenever you publish a new post. You can customize the tweet message and include the title or url with tags %TITLE% or %URL% (respectively).
I think this is one of the better plugins for tweets.
The problem that one of my clients was that TwitterPost was not taking the default language of the post that was being tweeted and using all the languages and code in the title..
Please bear in mind this involves editing the core files of TwitterPost (this means that you will need to redo this hack each time you upgrade TwitterPost). Also make a backup of the file before you start to edit.
To fix this small bug please edit your copy of rf-twitterpost.php around line:723
Find
if ($totalLen <= $maxLen) {
$tweet = str_ireplace("%TITLE%", $title, $tweet);
replace with
if ($totalLen <= $maxLen) {
$tweet = __(str_ireplace("%TITLE%", $title, $tweet));
Save and upload
Sit back and enjoy default language titles!!





I use the Simple Connect Twitter and it helped me a lot! thanks!