New tab open when clicking the Send button - facebook

I notice this behaivior today, now using Firefox (have not tried other browsers) when I click the send button that is displayed with the Like button, it opens a new tab with the social plugin on it.
I tested it here and the issue was happening: http://developers.facebook.com/docs/reference/plugins/like/

This is actually a Facebook bug - see more at
http://developers.facebook.com/bugs/177102442412197

Related

Default iphone keyboard does not close for entire application if it is opened in iframe in ionic 3

i have used cordova--plugin-ionic-keyboard default plugin in my hybrid ios
application in ionic 3 .
when i open a payment gateway link by using iframe and i click on the textbox button for writing a card details keyboard will appear but if any case i want to go back after opening a keyboard then keyboard is not closed or hide for whole app then i have to close the app and start again.
i have searched a lot of things on internet but i can not get a appropriate answer which works for me.
i have tried out hide() method of plugin but whichever page i use this hide method that page is not open means app stop before the page on which i try hide method.
i also used in-app browser but still not work

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 Send Button Appears Then Disappears on Firefox & IE but not on Chrome

embedded a FB Send button using xfbml in an empty page.
Page hosted on RackSpace and has nothing else on it.
The button appears and works normally, but after ~10 seconds disappears - only on FF and IE, not on Chrome.
Facebook's xfbml code injects a span containing an iFrame that contains the button.
When looking at the style of the span it seems that in Chrome width=50px height=20px but in Firefox height=width=0. Changing that manually causes the button to reappear.
Would really appreciate your help.
Thanks,
Nir.

Facebook Like Button doesn't share

I have add like button on my webpage www.zabavax.com (iframe). Count is work ok, but like button doesn't share post (link) on Facebook.
P.S. Like button on the left side and after post. When i click on right or after post like button liked link dont show on my Timeline and on friends news feed
I think Facebook has changed the behaviour of the like button. A link will be shared ONLY if the user adds a comment.
Your like button in the top right corner of your URL functions correctly.
I was able to post to my profile when I clicked on it.
I believe your issue is with the first-time popup that appears (also with its own like button) When I clicked that like button the popup disappeared and I didn't manage to post to my profile.

inside facebook app when clicked on link refreshes page and shows blank page

I have a facebook app which has 4 pages. When i try to click on the link it just refreshes the page and shows a blank page. If i click on the link and open in a new tab it works fine opens the other page properly. What might be wrong?
I had to just add target="_top" in the anchor tag to solve the blank page issue.