Been trying to get this to work all morning and have so far failed miserably:
Using qtranslate (or any other multilanguage plugin, really), attachment titles will always render as <!--:de-->German title<--!--><!--:en-->English title<--!--> which, needless to say, looks ugly on any fb wall.
So this is both a development and a support request. Could qtranslate compatability be added in the next release?
And how can this be achieved in the current release?
Changing
$attachment['name'] = $post->post_title;
to
$attachment['name'] = __($post->post_title);
in sfc-publish.php (this is the dev version 0.999) *should* have done the trick, but didn't.
Any thoughts? :)
http://wordpress.org/extend/plugins/simple-facebook-connect/