1 (edited by 2012-10-01 04:40:08)

Topic: Issues with Facebook app in CuteNews 1.5

I took and downloaded the new version of the CuteNews. And saw, to my great joy that Facebook was now integrated into the new version. But I have a small problem that I was thinking to hear if you could help me with when it comes to Facebook.

http://imageshack.us/a/img210/4293/cute01.jpg
When I have put up a post, picture, or whatever it may be, I see that Facebook layout, postings are in Russian?!. Something that I even can not understand what it is coming from. I live in Sweden, and then I expect that text will be in Swedish, and not, as in this case, in Russian.

So how the heck do I do about this? For I want to be happy to have Facebook in Swedish that I usually have.
Is it that I have missed something in the setup out CuteNews?

Thanks so much in advance.
Jörgen Lindström, Sweden

2 (edited by 2012-10-01 12:50:15)

Re: Issues with Facebook app in CuteNews 1.5

Nobody who knows? Because I surely do not think it's just me who is having this error. Or is it?

3 (edited by 2012-10-01 15:45:10)

Re: Issues with Facebook app in CuteNews 1.5

I have come so far that it is this code that is the problem to the whole.

js.src = "//connect.facebook.net/ru_RU/all.js#xfbml=1&appId=https://www.facebook.com/joergen.lindstrom";

That is the problem. So does anyone know where to find the bit of code in CuteNews?
Where is all the support when you need them? hmm

4 (edited by 2012-10-02 08:47:19)

Re: Issues with Facebook app in CuteNews 1.5

I do not want to be repetitive in any way.

js.src = "//connect.facebook.net/ru_RU/all.js#xfbml=1&appId=https://www.facebook.com/joergen.lindstrom";


But is there really no one knows where to find the bit of code in CuteNews ( see above ) ? I want so badly to be a Facebook app should work for me.

Re: Issues with Facebook app in CuteNews 1.5

I have not tried this but this thread tells you:
https://cutephp.com/forum/index.php?s=&...st&p=154669
The latest CuteNews version supports facebook comments. Please insert the following code into your page:

<script>(function(d, s, id) {
          var js, fjs = d.getElementsByTagName(s)[0];
          if (d.getElementById(id)) return;
          js = d.createElement(s); js.id = id;
          js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=<ВАШ_APPID>";
          fjs.parentNode.insertBefore(js, fjs);
        }(document, 'script', 'facebook-jssdk'));</script>


This thread tells you:
https://cutephp.com/forum/index.php?s=&amp;...st&amp;p=155324

The widget facebook is very sensible to language, the language is set automatically. You can check also if English US is set by default for the application. For it follow this link : https://developers.facebook.com/apps/[ Your App ID ]/appdetails
But there is no guarantee that the language will be changed.

Re: Issues with Facebook app in CuteNews 1.5

Sorry this problem was a bug that was corrected  by the given GIT comment https://github.com/CuteNews/cute-news-repo/...b8275eaff01d8a3.

Best regards,
CN Support team

Posts: 7

Pages 1

You must login or register to post a reply

CutePHP Forums → Problem Solving / Help & Support → Issues with Facebook app in CuteNews 1.5