I would start with an apology if this is not the right place for this issue of mine. However, I do not have any clue to where it should be posted and I never saw similar issue in the forums.
I work for a multilingual site WGN Media, which is available in English and Hebrew. I used this module to add a Facebook "Like" button on every portfolio page, example: http://wgnmedia.com/en/portfolio/buy-soft. If you press the Hebrew language in top-right, that would bring you to it's Hebrew translation (of course they are separate nodes).
The module works perfectly after some CSS but not too soon I found something strange: when I press "Like", say, the node above (in English), the link url that gets posted in my Facebook profile doesn't have the /en prefix, resulting to wrong thumbnail and details shown in Facebook profile and wrong page direction.
The same is true with /he. To sum up, multilingual prefix is being ignored. Anyone who could tell me how to deal with it?
Thanks!
Comments
Comment #1
jerdiggity commentedWill add support to next release (just released 7.x version with language support).
Thanks!
Comment #2
jayjaydluffy commentedgreat, thanks! will look forward for this..
Comment #3
jerdiggity commentedLanguage support added to latest stable release, although the actual prefix (in the URL) was not added to the code only because that would result in an inaccurate number of "Likes" (unless I'm mistaken). Example:
http://www.example.com/node/1and clicks "Like"http://www.example.com/node/1and also clicks "Like"node/1: 2he/node/1: 0http://www.example.com/he/node/1and clicks "Like"node/1: 2he/node/1: 1node/1's content should be 3, but Facebook doesn't know that the two URLs are one and the same, resulting in an inaccurate tally of "Likes".Like I said, feel free to correct me if I'm mistaken... Either way though, the language support is now available through the administrative interface (you'll see it at the bottom).
:)
jeremy
Comment #5
jayjaydluffy commentedsorry, for late reply.
i installed the module and added "he" as Language. it works great when the current user's language is set to Hebrew:
but for English's case, it's horrible:
i wish it works well either way. thanks for the effort but will follow through to get this fixed.
Comment #6
gvsoWe are not fixing this issue as Drupal 6 has reached end of life