Facebook 댓글이 때때로 로드되지 않음 (Facebook Comments sometimes not loading)


문제 설명

Facebook 댓글이 때때로 로드되지 않음 (Facebook Comments sometimes not loading)

Facebook 댓글이 때때로 내 사이트에 표시되지 않는 이유를 알려주시기 바랍니다.

저는 Facebook 개발자 사이트에서 생성된 표준 코드를 사용합니다.

댓글 상자에 주의하십시오. 컬러 프레임 아래에 있습니다. 일반적으로 페이지를 새로고침한 후에 나타납니다. 실제 사이트 예:

http://wakemovies.com/?ND201206190204

http://wakemovies.com/?BL201206190157


참조 솔루션

방법 1:

If I recall correctly Facebook comments require a bit of customization to the dock‑type they have special format. You should add this line tou your dock type

xmlns:fb="http://www.facebook.com/2008/fbml"

One more thing you are overloading your page with Facebook like buttons. I think one is more than enough considering most people have sharing plugins installed int they browsers.

방법 2:

I solved this by adding a setTimeout with a delay of 1 second

example:

setTimeout(function() {
    // Your Facebook Comments JavaScript Code Here
}, 1000);

(by ArkadiuszPovylasRafael de Azeredo)

참조 문서

  1. Facebook Comments sometimes not loading (CC BY‑SA 2.5/3.0/4.0)

#facebook-comments






관련 질문

ROR + 모든 게시물에 대한 최신 또는 마지막 두 개의 댓글 가져오기 (ROR + Fetch latest or last two comments for every Post)

Facebook에 다시 게시하지 않고 Facebook 댓글을 사용하시겠습니까? (Use Facebook Comments without posting back to Facebook?)

뉴스피드에 댓글 올리기 (Posting a comment on the news feed)

Facebook 댓글이 extjs 컨테이너에 표시되지 않습니다. (Facebook comments don't appear in extjs container)

Facebook 댓글 소셜 플러그인에 댓글을 추가할 수 있는 API가 있습니까? (Does the Facebook Comments Social Plugin have an API where comments can be added?)

자동 생성된 페이스북 댓글 상자 (Auto-generated facebook comments boxes)

Facebook 댓글 상자가 설치되었지만 중재자 보기 탭이 표시되지 않음 (Facebook Comment box Installed OK but moderator view tab not showing)

포스트백을 시도할 때 Oauth 예외 발생 (Getting Oauth Exceptions When trying to postback)

페이스북 댓글 - 중재를 허용하지 않습니다. (facebook comments - doesn't let me moderate)

같은 페이지에서 Facebook 좋아요 및 Facebook 댓글 활성화 (Activate Facebook like and facebook comment on same page)

웹사이트의 Facebook 댓글(사이트의 다른 페이지에서 작동하도록 만들기) (Facebook Comments on a Website (Making it work with diffrent pages on the site))

Facebook 댓글이 때때로 로드되지 않음 (Facebook Comments sometimes not loading)







코멘트