How to add comments to your blog ?

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • react-facebook

    Facebook components like a Login button, Like, Share, Chat, Comments, Page or Embedded Post

  • Facebook Comments via the react-facebook package

  • utterances

    :crystal_ball: A lightweight comments widget built on GitHub issues

  • // Comments.jsx import React from 'react'; const commentBox = 'comments-box'; const Comments = () => { useEffect(() => { const script = document.createElement('script'); script.src = 'https://utteranc.es/client.js'; script.setAttribute('repo', 'GITHUB_USERNAME/REPOSITORY_NAME'); script.setAttribute('issue-term', 'pathname'); script.setAttribute('theme', 'github-light'); script.setAttribute('crossorigin', 'anonymous'); script.async = true; const comments = document.getElementById(commentBox); if (comments) { comments.appendChild(script); } }, []); return

    ; }; export default Comments;

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Install the Utterances app into the repository with the "Only select repositories" option and by selecting your repository.

  • commento

    A fast, bloat-free comments platform (Github mirror)

  • Commento (30 days trial then $10/m or $99/y)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts