getnikola / nikola-themes

Themes for Nikola
https://themes.getnikola.com/
71 stars 51 forks source link

Facebook comments count not updated #87

Closed ghost closed 8 years ago

ghost commented 8 years ago

hi, I am using facebook for comments but I see these errors in console

screen shot 2016-07-30 at 10 49 20 am

which I think results in comments not getting registered with the comments count:

screen shot 2016-07-30 at 10 55 10 am

Kwpolska commented 8 years ago

jQuery is required for that to work (that’s documented; see also: getnikola/nikola#639) and it must be loaded very early (before that script). If you want Facebook comments with comment counts, please modify your templates. We can’t do this for everyone because it’s better to load jQuery at the end of <body> in most cases.

ghost commented 8 years ago

Thanks!