{"id":15025938,"url":"https://github.com/joho1968/easymap","last_synced_at":"2026-02-14T11:35:55.291Z","repository":{"id":171959912,"uuid":"394589542","full_name":"joho1968/EasyMap","owner":"joho1968","description":"Uncomplicated map functionality for WordPress. Verified with WordPress 6.7.x","archived":false,"fork":false,"pushed_at":"2025-01-28T14:35:14.000Z","size":113,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T15:34:34.253Z","etag":null,"topics":["google-maps","map","mapping","maps","php","php7","php72","php74","wordpress","wordpress-development","wordpress-plugin","wordpress5","wordpress56","wordpress57","wordpress58","wordpress67"],"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/joho1968.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}},"created_at":"2021-08-10T09:04:29.000Z","updated_at":"2025-01-28T14:35:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"77368c7b-b429-4948-b56f-4878a9a19d31","html_url":"https://github.com/joho1968/EasyMap","commit_stats":null,"previous_names":["joho1968/easymap"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joho1968%2FEasyMap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joho1968%2FEasyMap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joho1968%2FEasyMap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joho1968%2FEasyMap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joho1968","download_url":"https://codeload.github.com/joho1968/EasyMap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250247427,"owners_count":21399078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["google-maps","map","mapping","maps","php","php7","php72","php74","wordpress","wordpress-development","wordpress-plugin","wordpress5","wordpress56","wordpress57","wordpress58","wordpress67"],"created_at":"2024-09-24T20:03:20.832Z","updated_at":"2026-02-14T11:35:55.286Z","avatar_url":"https://github.com/joho1968.png","language":"PHP","readme":"[![Software License](https://img.shields.io/badge/License-GPL%20v2-green.svg?style=flat-square)](LICENSE) [![PHP 7.4\\+](https://img.shields.io/badge/PHP-7.4-blue?style=flat-square)](https://php.net) [![WordPress 5](https://img.shields.io/badge/WordPress-5.8-orange?style=flat-square)](https://wordpress.org)  [![WordPress 6](https://img.shields.io/badge/WordPress-6.9-orange?style=flat-square)](https://wordpress.org)\n\n# EasyMap\n\nUncomplicated map functionality for WordPress.\n\n## Description\n\nThe EasyMap for WordPress plugin will let you put Google Maps on your WordPress website with very little effort. The bottom line idea is \"simple\". You can have one (1) map per content page, you can have up to 200 pins/markers on a given map. You may specify which pins/markers should appear on a given map. You cannot customize pin colors. You can, however, customize just about every display aspect of the output using CSS.\n\nThe EasyMap plugin requires a Google API key suitable for Google Maps and Google Geocoding. This is a requirement imposed by Google.\n\nIn its first release, the EasyMap plugin supports only Google Maps.\n\nThe WordPress slug is `easymap`.\n\nThe plugin is also available on [wordpress.org](https://wordpress.org/plugins/easymap/)\n\n### Basic functionality includes:\n\n* Up to 200 locations can be displayed\n* Choose to display all or some of the configured locations\n* Choose Google Maps details to be shown\n* Support for custom CSS\n* Export and Import locations and plugin configuration\n* Support for multiple location address formats\n\n### Other notes:\n\n* This plugin `may` work with earlier versions of WordPress\n* This plugin has been tested with `WordPress 5.5+` at the time of this writing\n* This plugin optionally makes use of `mb_` PHP functions\n* This plugin may create entries in your PHP error log (if active)\n* This plugin contains no tracking code and does not store any information about users\n\n## Installation\n\nThis section describes how to install the plugin and get it working.\n\n1. Upload the contents of the `easymap` folder to the `/wp-content/plugins/` directory\n2. Activate the plugin through the 'Plugins' menu in WordPress\n3. Configure the basic settings\n4. To enable Google Maps integration, you will need a Google Maps API key with geolocation activated\n\n## Frequently Asked Questions\n\n### Is the plugin locale aware\n\nEasyMap uses standard WordPress functionality to handle localization/locale. The native language localization of the plugin is English. It has been translated to Swedish by the author.\n\n### Are there any incompatibilities\n\nThis is a hard question to answer. There are no known incompatibilities.\n\n## Changelog\n\n### 1.1.2\n* Validated with WordPress 6.8 and WordPress 6.9\n* Corrected call to unknown intl() function\n\n### 1.1.1\n* Validated with WordPress 6.7\n* Verified with Plugin Check (PCP)\n* Corrected some checks for **uninstall.php** and made it more WP-CLI compatible\n\n### 1.1.0\n* Location status (active/inactive) is now displayed in admin, and sortable\n* Locations with incomplete geolocation data are no longer displayed\n* Added option to enable \"greedy\" map control to allow for single finger touch movement on map\n* Added option to enable/disable Google Maps Streetview button\n* Added option to enable/disable Google Maps Fullscreen button\n\n### 1.0.1\n* Correction of activation issue\n* Better handling of HTML in templates and description fields\n\n### 1.0.0\n* Initial release\n\n## Upgrade Notice\n\n### 1.1.1\n* Simply update the plugin from the WordPress plugins\n\n### 1.1.0\n* Simply update the plugin from the WordPress plugins\n\n### 1.0.1\n* Simply update the plugin from the WordPress plugins\n\n### 1.0.0\n* Initial release\n\n## License\n\nPlease see [LICENSE](LICENSE) for a full copy of GPLv2\n\nCopyright 2021-2025 [Joaquim Homrighausen](https://github.com/joho1968); all rights reserved.\n\nThe EasyMap Plugin was written by Joaquim Homrighausen while converting :coffee: into code.\n\nEasyMap is sponsored by [WebbPlatsen i Sverige AB](https://webbplatsen.se), Sweden.\n\nCommercial support and customizations for this plugin is available from WebbPlatsen i Sverige AB in :sweden:\n\nIf you find this plugin useful, the author is happy to receive a donation, good review, or just a kind word.\n\nIf there is something you feel to be missing from this plugin, or if you have found a problem with the code or a feature, please do not hesitate to reach out to support@webbplatsen.se.\n\nThis plugin can also be downloaded from [code.webbplatsen.net](https://code.webbplatsen.net/wordpress/easymap/) and [GitHub](https://github.com/joho1968/easymap)\n\nMore detailed documentation is available at [code.webbplatsen.net/documentation/easymap/](https://code.webbplatsen.net/documentation/easymap/)\n\nIcon and banner images based on [freesvg.org/map-location-icon-vector-image](https://freesvg.org/map-location-icon-vector-image). Kudos!\n\n### External references\n\nThese links are not here for any sort of endorsement or marketing, they're purely for informational purposes.\n\n* me; :monkey: https://joho.se and https://github.com/joho1968\n* WebbPlatsen; https://webbplatsen.se and https://code.webbplatsen.net\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoho1968%2Feasymap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoho1968%2Feasymap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoho1968%2Feasymap/lists"}