{"id":15519484,"url":"https://github.com/barryceelen/wp-simplechimp","last_synced_at":"2026-04-30T00:03:05.326Z","repository":{"id":11048078,"uuid":"13385240","full_name":"barryceelen/wp-simplechimp","owner":"barryceelen","description":"Basic MailChimp subscription form for WordPress.","archived":false,"fork":false,"pushed_at":"2019-08-11T12:54:55.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-25T23:49:44.737Z","etag":null,"topics":["mailchimp","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barryceelen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-07T13:59:24.000Z","updated_at":"2019-08-11T12:54:57.000Z","dependencies_parsed_at":"2022-08-28T17:41:14.887Z","dependency_job_id":null,"html_url":"https://github.com/barryceelen/wp-simplechimp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/barryceelen/wp-simplechimp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barryceelen%2Fwp-simplechimp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barryceelen%2Fwp-simplechimp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barryceelen%2Fwp-simplechimp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barryceelen%2Fwp-simplechimp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barryceelen","download_url":"https://codeload.github.com/barryceelen/wp-simplechimp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barryceelen%2Fwp-simplechimp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: 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":["mailchimp","wordpress","wordpress-plugin"],"created_at":"2024-10-02T10:21:41.222Z","updated_at":"2026-04-30T00:03:05.309Z","avatar_url":"https://github.com/barryceelen.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"SimpleChimp\n===========\n\nBasic [MailChimp](http://mailchimp.com) subscription form for WordPress.\n\nThe plugin has no settings page. To specify your Mailchimp API key and list id, add a filter to 'simplechimp_options', eg. via the [SimpleChimp Options](https://gist.github.com/barryceelen/7619021) plugin.\n\n\n\t// Filter simplechimp options.\n\tadd_filter( 'simplechimp_options', 'myprefix_filter_simplechimp_options' );\n\n\t/**\n\t * Filter simplechimp options.\n\t *\n\t * @param array $options Options for the Simplechimp plugin.\n\t * @return array Filtered options.\n\t */\n\tfunction myprefix_filter_simplechimp_options( $options ) {\n\n\t\t$options['list_id'] = 'yourlistid';\n\t\t$options['api_key'] = 'yourapikey';\n\n\t\treturn $options;\n\t}\n\n## Display the subscription form\n\nSimpleChimp adds an [action hook](http://codex.wordpress.org/Glossary#Action) which displays the subscription form.  \n\n**Note:** No styles are added, you are on your own.\n\n`\u003c?php do_action( 'simplechimp' ); ?\u003e`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarryceelen%2Fwp-simplechimp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarryceelen%2Fwp-simplechimp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarryceelen%2Fwp-simplechimp/lists"}