Facebox - Facebox popup not showing FB Like button - popup

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.

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

Related

facebook authetication issue using like box

I'm using the facebook like box in a project. The issue there is that when I'm log out and click on the like button, it open a page asking me to log in, that's fine, but if I close that page and click again on the like button, that page it's not open again, the only way to solve the issue, it's refreshing the page.
Here is a video to show the issue http://screencast.com/t/z8fNAGDqYuS, every single time that the cursor is on the like button I'm making click on it, and it's not working.
Does anyone know how to solve that issue?
Thanks in advance

Facebook Like Button post on feed dialog disappears

I'm having a problem with a facebook like button.
The problem is as follows:
When the user clicks the like button, a post-on-the-wall dialog appears (called with edge.create) but in just half a second, the dialog disappears.
Another thing is when you usually click a fb like button, your like is instantly processed, no problems here, but in my page, when you click the like button, the dialog windows appears, after a moment disapperas, and the text on the like button changes to "Confirm",
and only after pressing "Confirm", the like is processed.
(I am using the javascript api)
The problem should be obvious, but again - why does the dialog window disappear, and why does the like have to be "confirmed" ?
I've been banging my head with this problem for a few days and I really can't take it anymore, so any help would be GREATLY appreciated.
Thank you.
The confirm button usually shows up when a new like button is getting many clicks in a short time period to help battle "like-jacking". This is not a coding error, rather a facebook controlled function.

jquery iframe form submit refreshes the page

I have a very strange problem.
Recently I've created an upload page using jquery form submit on an iframe (I don't want to refresh the page) and it worked perfectly.
When I put this code on my real page a weird problem appears.
I have a button with this code:
("#upload_button").click(function(){
$("form").submit();
})
But when I click it the whole page is refreshing and my user session disappears.
What could do this?
PS: My initial version works perfectly.
Oh yes.If I put a submit button it works too.But I want to do this submit with jquery on a div
Thank you!
Try to use not form tag, but form id parameter. Smth like $('#MyForm'). Using it this way will make you sure you are calling correct form.

Facebook Like Button Missing after liking the url

I am currently using Floating Vertical Bar from Adthis For Sharing URL.
At first, everything appears to be correct but when i like a page using Facebook like button and reloads the page, the like button appears to be missing. There is no like button in that space.
When i move on to a new page which i have not liked the button will be there. Issue happens only when i like the page or url.
Can anyone help me on this.

Iframe like button hides count after it is clicked

I've added iframe like button into the page http://www.electric-yoga.com/contact.html.
When I click on this button it shows +1 count, but in 1 second this count disappears.
Linter shows no errors - http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.electric-yoga.com%2Fcontact.html.
Any advice where I can look for a solution?
I am running into this same issue using the HTML5 version of the like button. The really weird thing is that the issue doesn't happen on all of the pages that we have a like button on. I found a bug on the Facebook Developer site and have submitted a repro. I suggest you do the same to give it some more visibility. You're not alone.