Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a problem with button like on wordpress. It's sometimes show and sometimes not. The blog has two languege version and it is on few domen.

For example: http://pixers.es/blog/en/6299/london-calling-8-najlepszych-londynskich-fototapet-obrazow-i-naklejek

http://pixersize.com/blog/en/6299/london-calling-8-najlepszych-londynskich-fototapet-obrazow-i-naklejek

On the first two the button shows up (pixers.es and pixers.pl, i have to delete one link to add this question). On the last one don't. The problem with the button is only on domain pixersize.com. And only in some articule (on othere it works fine).

I fhought that it was a problem with plugins, but a was turning them off and it dosen't help.

My Plugins:

Akismet 2.2.6 Authors Widget 2.0 Breadcrumb Navigation XT 1.7 Disqus Comment System 2.72 FancyBox for WordPress 2.7.5 Hello Dolly 1.5.1 Like-Button-Plugin-For-Wordpress 4.5.2 (it turnet off, i just check, that it will be working) Most Popular Posts 1.6

The code, i used:

<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="en-US" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/" >

And in the body tag.

<div id="fb-root"></div>
<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/pl_PL/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<fb:like href="http://pixers.es/blog/en/6299/london-calling-8-najlepszych-londynskich-fototapet-obrazow-i-naklejek" send="false" layout="button_count" width="450" show_faces="true" font="verdana"></fb:like>
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.