I have a quit similar problem.
The code works perfect, However when I try to use it in my code it get NO MATCHES.
changing $post_title = "English textItalian text";
to $post_title = $post->post_title;
results in no matches
and changing to $post_title = $post['post_title'];
Fatal error: Cannot use object of type stdClass as array in
/wp-content/plugins/simple-facebook-connect/sfc-publish.php on line 199
Trying to echo gives this results:
$post_title = $post->post_title;
echo $post_title;
<!--:pt-->Projecto Pop’s<!--:--><!--:en-->POP’s project<!--:-->
Anyone a suggestion?? Kevin How did u fix qtranslate together with simple facebook connect?
Thanks for your time! Cheers Thijs