So I'm using Facebook Like combined with the send button using the following HTML5 code:
<div class="fb-like" data-send="true" data-layout="button_count" data-width="120" data-show-faces="false" data-colorscheme="dark" data-font="arial">
The problem is that the "Send" button flickers for a moment and then disappears. Note, this is only the case with data-layout=button_count. When data-layout is set to 'standard', it stays, although shows other undesirable text (in our case).
Nowhere in the documentation that I can find does it say that the data-send=true flag does not render the "send" button when data-layout is set to to "button_count".
This is the case even on the facebook example page:
https://developers.facebook.com/docs/reference/plugins/like/
The fact that the send button flickers and then disappears (EVEN ON THE FACEBOOK EXAMPLE PAGE), leads me to believe this as an error.
Can someone in the know shed some light about what is going on?
Thanks!
It seems like the Send Button is having some issues currently as you can see by searching in the bug reports system.
These two tell me that something is wrong: Send button opens new tab and Problem with Like/Send button with data-layout set to 'button_count'.
I'm not sure that what you're describing is related, but it's not far fetched.