FastComments.com

Add Comments to Your GatsbyJS Site

This is the official GatsbyJS Library for FastComments.

Example GatsbyJS site with FastComments setup

Repository

View on GitHub


🚀 Quick start Internal Link

  1. See in Action.

    Navigate into your new site's directory and start it up.

    cd fastcomments-gatsbyjs-example/
    npm install
    gatsby develop
  2. Add FastComments to Your Gatsby Site.

    Take a look at src/pages/index.js. This single line shows how we instantiate the widget:

    return <FastCommentsCommentWidget tenantId="demo" />;

Examples Internal Link

  1. Simple Example

    http://localhost:8000/commenting

    Code: src/pages/commenting.tsx.

  1. Dark Mode Toggle

    http://localhost:8000/dark-mode

    Code: src/pages/dark-mode.tsx.

  1. Page Transitions

    http://localhost:8000/page-transition-test-start

    Code: src/pages/page-transition-test-start.tsx.

See more by going to http://localhost:8000

Need Help?

If you encounter any issues or have questions about the GatsbyJS Library, please:

Contributing

Contributions are welcome! Please visit the GitHub repository for contribution guidelines.