Learn how to set up utterances for your blog. Utterances is a tool that allows you to have comments on your blog posts.
What is Utterances?
How to Install Utterances
Usage Snippet (HTML include)
Troubleshooting
What is Utterances?
Utterances is a comments widget powered by GitHub Issues. When visitors comment, Utterances creates GitHub issues in the designated repository to store and manage comments. Users must authenticate with GitHub to comment, which helps reduce spam and links comments to accounts.
FRQ 1:
Explain the primary function of Utterances and how it leverages GitHub's features to achieve its purpose.
How to Install Utterances
Follow these steps to install Utterances on your repository:
Visit the Utterances GitHub App page and click "Install".
Select the repository or grant access to all repositories as needed.
Configure the app's permissions (issues access is required).
Usage Snippet (HTML include)
Place this script in an include (e.g., `_includes/utterances.html`) or directly in your post layout to enable comments: