{"id":28573708,"url":"https://github.com/ddev/giscus-comments","last_synced_at":"2026-01-31T16:33:29.476Z","repository":{"id":278068275,"uuid":"932414388","full_name":"ddev/giscus-comments","owner":"ddev","description":"Repository for storing comments via giscus","archived":false,"fork":false,"pushed_at":"2025-02-17T19:59:57.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-22T07:43:38.139Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["ddev"],"custom":["https://www.paypal.com/donate/?hosted_button_id=MCNCSZHC7LHSQ","https://ddev.com/support-ddev/"]}},"created_at":"2025-02-13T21:51:02.000Z","updated_at":"2025-02-17T20:04:36.000Z","dependencies_parsed_at":"2025-02-17T20:47:54.991Z","dependency_job_id":null,"html_url":"https://github.com/ddev/giscus-comments","commit_stats":null,"previous_names":["ddev/giscus-comments"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ddev/giscus-comments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fgiscus-comments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fgiscus-comments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fgiscus-comments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fgiscus-comments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddev","download_url":"https://codeload.github.com/ddev/giscus-comments/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddev%2Fgiscus-comments/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28947654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-10T21:19:07.927Z","updated_at":"2026-01-31T16:33:29.462Z","avatar_url":"https://github.com/ddev.png","language":null,"funding_links":["https://github.com/sponsors/ddev","https://www.paypal.com/donate/?hosted_button_id=MCNCSZHC7LHSQ","https://ddev.com/support-ddev/"],"categories":[],"sub_categories":[],"readme":"# DDEV giscus-comments\n\nThis repository uses GitHub Discussions to store user comments via giscus.\n\n## Moderation\n\nTo moderate comments, visit the [Discussions](https://github.com/ddev/giscus-comments/discussions) page, where you can filter by category.\n\n## How to integrate giscus with your website\n\n1. Choose the repository\n\n   Ensure that the repository giscus will connect to meets the following requirements (This has already been done for `ddev/giscus-comments`):\n    - The repository is [public](https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/setting-repository-visibility#making-a-repository-public), otherwise visitors will not be able to view the discussion.\n    - The [giscus](https://github.com/apps/giscus) app is installed, otherwise visitors will not be able to comment and react.\n    - The Discussions feature is turned on by [enabling it for your repository](https://docs.github.com/en/github/administering-a-repository/managing-repository-settings/enabling-or-disabling-github-discussions-for-a-repository).\n\n2. Create a discussion category\n\n   [Create a new category](https://github.com/ddev/giscus-comments/discussions/categories/new) with:\n   - A meaningful name\n   - A description that explains how the comments will relate to the repository\n   - The format set to `Open-ended discussion`\n\n3. Generate the giscus script\n\n   Visit [giscus.app](https://giscus.app/) and configure:\n   - **Repository**: `ddev/giscus-comments`\n   - **Page ↔️ Discussions Mapping**: Select \"Discussion title contains page `\u003ctitle\u003e`\"\n   - **Discussion Category**: Choose the category created in step 2\n   - **Features**:\n     - Enable reactions for the main post\n     - Place the comment box above the comments\n     - Lazy-load the comments\n   - **Theme**: If your site supports automatic light/dark mode, choose `Preferred color scheme`.\n\n4. Embed the script to your website\n\n    For example, the following script is used for the [ddev/addon-registry](https://github.com/ddev/addon-registry):\n\n    ```js\n    \u003cscript src=\"https://giscus.app/client.js\"\n            data-repo=\"ddev/giscus-comments\"\n            data-repo-id=\"R_kgDON5ODtA\"\n            data-category=\"Add-on registry comments\"\n            data-category-id=\"DIC_kwDON5ODtM4Cm8gG\"\n            data-mapping=\"title\"\n            data-strict=\"0\"\n            data-reactions-enabled=\"1\"\n            data-emit-metadata=\"0\"\n            data-input-position=\"top\"\n            data-theme=\"light\"\n            data-lang=\"en\"\n            data-loading=\"lazy\"\n            crossorigin=\"anonymous\"\n            async\u003e\n    \u003c/script\u003e\n    ```\n\n5. Enjoy with new comments integration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddev%2Fgiscus-comments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddev%2Fgiscus-comments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddev%2Fgiscus-comments/lists"}