Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

About a year ago on our page we included a fb:login-button that instead of simple text for buttons text it had a html element inside.

<fb:login-button onlogin="document.getElementById('buttonid').click();">
<span onclick="some_function();">Login with Facebook</span>
</fb:login-button>

The span element is required becouse there is an implementation that handles different clicks (if ctrl is held for example). This has been working until around 5th June. I have tried to find any information on recent changes but had no luck. Does anyone know if there is still a way to have html elements inside a fb:login-button tag?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.