0

I'm using russian version of facebook script:

<script src='http://connect.facebook.net/ru_RU/all.js'></script>
<div id='fb-root'></div>

For some reason, I started to observe errors on our web site, it is happening in facebook script:

Uncaught SyntaxError: Unexpected token / in all.js:7

obviously when I click share, FB is not defined

Important: I also tryed with en_US version of script, and it is working fine

screen shot includedFacebook Error using Russian script

Alexei
  • 1,289
  • 3
  • 19
  • 34

1 Answers1

1

It seems that it was fixed by FB

Alexei
  • 1,289
  • 3
  • 19
  • 34