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.

The facebook (FB) "Like" button has disappeared from my website. However, after I log into my FB account, the FB "Like" button appears again. Once I log out of my FB account, the "Like" button disappears again. Has anyone seen the same issue? How do I solve it? Thank you.

my website: http://www.yl.com.my/

My HTML:

<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/en_US/all.js#xfbml=1";

        fjs.parentNode.insertBefore(js, fjs); 
     }(document, 'script', 'facebook-jssdk'));
</script> 

<div class="fb-like" data-href="facebook.com/pages/YL-Image-Graphics-Sdn-Bhd/…" 
     data-send="false" data-layout="button_count" data-width="72" 
     data-show-faces="false" data-font="arial"></div>
share|improve this question
can you paste here ur HTML? – Anant Dabhi Nov 26 '12 at 10:13
you should add the code to the question(with "edit"), it is almost impossible to read in a comment. – Dahaka Nov 26 '12 at 10:25
Sorry, this is my 1st time post tread on forum, not writing well. BTW, someone give my tread negative marks and comments for my question presentation, but no provide any useful solutions. So I not really understand they got solutions or no idea at all. – Cartoon Yap Nov 26 '12 at 10:41

closed as off topic by Jean-François Corbett, rolve, VMAtm, ThinkingStiff, evilone Nov 27 '12 at 6:17

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Create like button using this facebook and do not modify its given code then its works

http://developers.facebook.com/docs/reference/plugins/like/

share|improve this answer
yes, I'm using the code without modify it. It was working since six months ago and yesterday only encounter this issue. – Cartoon Yap Nov 27 '12 at 1:39
I am also experiencing this issue and am using the code FB provides verbatim. – creativetim Feb 8 at 20:37

Not the answer you're looking for? Browse other questions tagged or ask your own question.