› Forums › SNAP – WordPress Plugin Forums › qTranslate Blog Title in Twitter Post › Reply To: qTranslate Blog Title in Twitter Post
December 16, 2012 at 11:32 am #4137
Ginchen
Participant
Hi, I had the same problem – it seems that Twitter was forgotten when qTranslate support was added to the plugin. 😉
For everyone else having this problem:
Replace your inc-cl/tw.php with the code from here: https://pastebin.com/2HZG3BvL
I added the line
if (isset($options['qTLng'])) $lng = $options['qTLng']; else $lng = '';
and changed all the lines that now contain
nxs_doQTrans(...
It’s working fine for me now!
Maybe the author will adopt these changes in the next version. 😉
Greetings
Ginchen