{"id":49621468,"url":"https://github.com/thisismyurl/easy-popular-posts","last_synced_at":"2026-05-24T01:02:33.030Z","repository":{"id":355732375,"uuid":"1229311926","full_name":"thisismyurl/easy-popular-posts","owner":"thisismyurl","description":"Display popular posts by pageviews or comment count. Widget + shortcode, no external APIs. WordPress 6.0+, PHP 7.4+.","archived":false,"fork":false,"pushed_at":"2026-05-14T13:25:08.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-14T15:36:25.608Z","etag":null,"topics":["pageviews","popular-posts","shortcode","widget","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":null,"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/thisismyurl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2026-05-04T23:15:49.000Z","updated_at":"2026-05-14T13:25:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/thisismyurl/easy-popular-posts","commit_stats":null,"previous_names":["thisismyurl/easy-popular-posts"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thisismyurl/easy-popular-posts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisismyurl%2Feasy-popular-posts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisismyurl%2Feasy-popular-posts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisismyurl%2Feasy-popular-posts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisismyurl%2Feasy-popular-posts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thisismyurl","download_url":"https://codeload.github.com/thisismyurl/easy-popular-posts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisismyurl%2Feasy-popular-posts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33417489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"ssl_error","status_checked_at":"2026-05-23T22:14:43.778Z","response_time":53,"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":["pageviews","popular-posts","shortcode","widget","wordpress","wordpress-plugin"],"created_at":"2026-05-05T03:01:20.330Z","updated_at":"2026-05-24T01:02:33.021Z","avatar_url":"https://github.com/thisismyurl.png","language":"PHP","funding_links":["https://github.com/sponsors/thisismyurl"],"categories":[],"sub_categories":[],"readme":"# This Is My URL - Easy Popular Posts\n\nDisplay your most popular posts by pageviews or comment count. No external services, no tracking scripts — all data stored locally in WordPress post meta.\n\n[![WordPress Plugin](https://img.shields.io/badge/WordPress-6.0%2B-blue)](https://wordpress.org/plugins/easy-popular-posts/)\n[![PHP](https://img.shields.io/badge/PHP-7.4%2B-777BB4)](https://php.net/)\n[![License: GPL v2](https://img.shields.io/badge/License-GPLv2-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.html)\n\n## Features\n\n- Widget and `[thisismyurl_easy_popular_posts]` shortcode\n- Rank by pageviews or comment count\n- Optional featured images, excerpts, and `rel=\"nofollow\"` support\n- Multilingual: English, German, French (France), French (Canada)\n- No external API calls, no cookies, no GDPR concerns\n\n## Requirements\n\n- WordPress 6.0 or higher\n- PHP 7.4 or higher\n\n## Installation\n\n1. Upload to `/wp-content/plugins/easy-popular-posts/`.\n2. Activate through **Plugins › Installed Plugins**.\n3. Add the **Easy Popular Posts** widget to a sidebar, or use the shortcode in any post or page.\n\n## How It Works\n\nOn every single-post page load the plugin increments a counter in post meta (`_easy-popular-posts-pageviews`). Comment counts read directly from WordPress core data. No cookies, no external APIs.\n\nAs of the latest refactor, the plugin no longer depends on the legacy `thisismyurl-common.php` base class; lifecycle hooks are now registered directly in the main plugin class for simpler maintenance.\n\n## Shortcode\n\n```\n[thisismyurl_easy_popular_posts]\n```\n\n## Template Tag\n\n```php\n\u003c?php thisismyurl_easy_popular_posts(); ?\u003e\n```\n\n## Support\n\n- **WordPress.org forum:** https://wordpress.org/support/plugin/easy-popular-posts/\n- **Bug reports / feature requests:** [GitHub Issues](https://github.com/thisismyurl/easy-popular-posts/issues)\n\n## Changelog\n\nSee [releases](https://github.com/thisismyurl/easy-popular-posts/releases) or [readme.txt](readme.txt).\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\nGPL-2.0-or-later. See [LICENSE](LICENSE).\n\n---\n\n**Author:** [Christopher Ross](https://thisismyurl.com) — WordPress specialist since 2007.  \n**Sponsor:** https://github.com/sponsors/thisismyurl\n\n\n---\n*This project follows the [10 Core Pillars](PILLARS.md). Support quality work [here](https://github.com/sponsors/thisismyurl).*\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisismyurl%2Feasy-popular-posts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisismyurl%2Feasy-popular-posts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisismyurl%2Feasy-popular-posts/lists"}