Search code examples
popupfacebook-likefacebox

Facebox - Facebox popup not showing FB Like button


I'm trying to display FB like button into facebox popup, but it is not working consistently for me, after opening popup multiple times, fb like button appears.

I also tried it with FB Like button - Iframe code, it works perfectly but in that case not able to fire edge create event.

Please help.

Thanks in Advance.


Solution

  • Finally found solution, problem was with the parsing...

    Instead of parse only div where I was added like button code, FB.XFBML.parse(document.getElementById("login1"));

    I have just parse like below, FB.XFBML.parse();

    Now like button get display and