{"id":24490373,"url":"https://github.com/armandphilippot/wp-graphql-gravatar","last_synced_at":"2026-05-10T15:37:22.961Z","repository":{"id":42567518,"uuid":"435019898","full_name":"ArmandPhilippot/wp-graphql-gravatar","owner":"ArmandPhilippot","description":"Adds a WP GraphQL field containing the Gravatar url of the comment author.","archived":false,"fork":false,"pushed_at":"2026-04-12T09:56:23.000Z","size":1076,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-12T11:23:08.584Z","etag":null,"topics":["graphql","gravatar","wordpress","wordpress-plugin","wpgraphql","wpgraphql-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ArmandPhilippot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-04T22:12:10.000Z","updated_at":"2026-04-12T09:56:29.000Z","dependencies_parsed_at":"2023-01-21T11:39:06.285Z","dependency_job_id":null,"html_url":"https://github.com/ArmandPhilippot/wp-graphql-gravatar","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ArmandPhilippot/wp-graphql-gravatar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArmandPhilippot%2Fwp-graphql-gravatar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArmandPhilippot%2Fwp-graphql-gravatar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArmandPhilippot%2Fwp-graphql-gravatar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArmandPhilippot%2Fwp-graphql-gravatar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArmandPhilippot","download_url":"https://codeload.github.com/ArmandPhilippot/wp-graphql-gravatar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArmandPhilippot%2Fwp-graphql-gravatar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32862079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["graphql","gravatar","wordpress","wordpress-plugin","wpgraphql","wpgraphql-plugin"],"created_at":"2025-01-21T17:17:58.617Z","updated_at":"2026-05-10T15:37:22.944Z","avatar_url":"https://github.com/ArmandPhilippot.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP GraphQL Gravatar\n\nThis plugin adds a WP GraphQL field containing the Gravatar url of the comment author.\n\n## Requirements\n\n-   [WP GraphQL](https://github.com/wp-graphql/wp-graphql)\n\n## Description\n\nThis plugin allows you to retrieve the author Gravatar inside your comments. Since WP GraphQL does not expose the author email publicly (by default), the gravatar needs to be fetch earlier. The plugin uses a native WordPress function to get the avatar url and it adds it inside a `gravatarUrl` field.\n\n**Query example:**\n\n```graphql\nquery SinglePost($slug: String!) {\n\tarticleBy(slug: $slug) {\n\t\tid\n\t\ttitle\n\t\tdate\n\t\tcontent\n\t\tcomments {\n\t\t\tnodes {\n\t\t\t\tid\n\t\t\t\tdate\n\t\t\t\tcontent\n\t\t\t\tauthor {\n\t\t\t\t\tnode {\n\t\t\t\t\t\tgravatarUrl\n\t\t\t\t\t\tname\n\t\t\t\t\t\turl\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n```\n\n## Installation\n\nDownload this repo, then put the plugin inside your `wp-content/plugins/` directory and activate it in your WordPress admin.\n\n## License\n\nThis WordPress plugin is open-source and released under the [GPL 2.0 or later license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmandphilippot%2Fwp-graphql-gravatar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmandphilippot%2Fwp-graphql-gravatar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmandphilippot%2Fwp-graphql-gravatar/lists"}