You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
Hi,
I just discovered that the way "Facebook Comments" are included only works for the entire site and not for every single post.
The file
_includes/JB/comments-providers/facebook
has to be changed to the following to fix this issue:I only changed
data-href="{{ site.production_url }}"
todata-href="{{ site.production_url }}{{ page.url }}"
.The text was updated successfully, but these errors were encountered: