i am using facebook comment box on my site
i have one infinite loading page(created with ajax and jquery)
on that page The comment box is shown only on the posts on the first page when more posts loaded with infinite scroll comment box does not work.
i think it is because of javascript sdk.
is there any way adding comment box to site without using javascript sdk??
by using iframe or something???
The Social Plugin – Comment Box no longer supports iframe, so you must use either the HTML5 or FBML route, which both require the Facebooks Javascript SDK.
I think FB.XFBML.parse is what you’re looking for.