Page 1 of 1

FB COMMENTS Graph API v2.3

Posted: 25 Apr 2015, 15:13
by ch2856
Hi,

Is it enough to change in in tmpl/default.php the js.src to ...sdk.js#xfbml=1&version=v2.3&appId=.... to have Graph API v2.3 or should I change the whole script?

Code: Select all

<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/sdk.js#xfbml=1&version=v2.3&appId=136508400488";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
Thanks.

Re: FB COMMENTS Graph API v2.3

Posted: 26 Apr 2015, 23:03
by Jan
Hi, which module and which version you are using?

Jan