Twitter This is a great Twitter plugin for WordPress written by Andres Artux Scheffer which can potentially make your blog posts or pages go viral on Twitter.
Everything sounds really good so far but there are a few issues with the plugin. I know it is a free plugin so I shouldn’t be complaining too much but my main grouse is the lack of support for other languages. This is how it can be fixed.
The language used for the plugin is Spanish and I could surely add on a language file but that’s a little too techie for most people. The quick and dirty way to change the language is by directly editing the code. The good news is that editing the code is not difficult but the bad news is that you have to edit the code whenever there is an update to the plugin.
Edit the following plugin files.
twitter-this.php on line 89:
From: $html .= "Usuario: ...
To: $html .= "Twitter Username: ...
Post_to_twitter.php on line 94:
From: echo "Posteado en ...
To: echo "Posted on ...
Post_to_twitter.php on line 96:
From: echo "Error en Twitter, intentelo luego";
To: echo "Error posting on Twitter, please check your username and password";
Remember to back up before amending the files. The above changes should make the plugin workable on English language blogs. However, other limitations still exist but these are fortunately not deal breakers.
Leave a Comment