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.

Is there something similar to FB.XFBML.parse() but for the HTML5 versions of the social plugins? I don't want to use XFBML... Basically, I'm building an one page application that needs to change the comments box's data-href attribute and reload based on what content is accessed inside the app.

share|improve this question
1  
Since HTML5 widget has been arnd for so long, how come they didn't covered this in documentation, yet? Anyways, let me know if you find out sth. – a6hi5h3k Jan 18 '12 at 19:34

2 Answers

Calling FB.XFBML.parse() will also reload/reparse HTML5 Like buttons and other Facebook HTML5 social plugins.

share|improve this answer
it's true, surprisingly – tybro0103 Feb 28 '12 at 2:12
is this still working? With FB API Impl/Docs so far from each other, HTML5 widgets are big let down. – a6hi5h3k Mar 9 '12 at 5:51
1  
Yes, it does work. – Felipe Brahm Mar 9 '12 at 9:06

In case somebody else comes across this, FB.XFBML.parse() works perfectly unless you pass a parameter to re-parse only part of the document.

share|improve this answer
And what if I want to pass only part of the document? – chester1000 Oct 3 '12 at 9:02

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.