-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Wouldn't it be possible to support any website?
The comments would be lazy initialized in the sense that nodebb would only create the post on its back end when a user was entering a first comment on that page.
There is a simple configuration to check if the current page the comment box lives on is valid. Maybe a wildcard for the URL.
the nodebb plugin would check to see that the URL returns a 200 (not 404) before allowing the first comment.
Or it could check for a meta tag with something allowing comments there.
The use case is that I would like to drop nodebb comments onto a static blog, but don't see why this wouldn't work for everything.
Metadata
Metadata
Assignees
Labels
No labels