Skip to content

Support any website...? #98

@braco

Description

@braco

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.

"https://mydomain.com/blog/*"

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions