facebook authetication issue using like box - facebook

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

Related

Automatically fill multi-page forms in chrome extension

I'm working on a cross-pages webform autofill project. Now I can use popup to get data produced by background.js, and then send message to content.js to fill the first page form. However, when progrmatically clicked the "save and continue" button to another page, nothing happened.
Anyone has some ideas about what happened after the click and how to work it out. Thanks.

Capturing the click on "like" button on a Page Tabs

I'm trying to know when an user clicks on the "like" button.
Everything I can find leads me to the "FB.Event.subscribe('edge.create', ...)" thing, but it doesn't seem to work on page tabs...
Does anyone know a way to capture this event on tabs ?
Thanks a lot for your help.

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.

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.