It seems the Comments Box fetches new comments (by other people) only on component reload. Does anyone know any other ways to make the box to fetch updates than reload? I would rather avoid the reload as it naturally clears the input box in case the visitor is in the midst of writing a comment.

The only option I can currently think of is to write my own comment box UI component (read comments via API, render, trigger updates via push from my own service), but doing that sounds rather dumb. (At least when the sole purpose would be to get the damn thing to update itself.)

link|improve this question
+1 you answered your own question :D Currently there isnt a realtime update option for social plugins – nav Jan 4 at 17:29
feedback

1 Answer

That would be a great suggestion to send to facebook since there is no such option to turn on (or off) real-time updates. Your option you said is dumb, is not really dumb at all. It is the solution to your requirements.

link|improve this answer
I posted this to FB bug tracking (as I couldn't find a place for tracking features), developers.facebook.com/bugs/244972682242795 It's just that this one little app I'm coding (where I need real-time comments) needs development as well, and I could better focus on it if this “small enhancement” of this one component was readily provided.. :) – Janne Savukoski Jan 4 at 20:11
Wow, that was quick! Also Facebook's response was quick too on the bug report :O – DMCS Jan 4 at 20:22
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 at 16:47
feedback

Your Answer

 
or
required, but never shown

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