WP Manifestindependent plugin directory
manifest / integrations / open-geographies-wp

Open Geographies

Fetches data from an Open Geographies compliant API based on the current URL path and exposes response fields via shortcodes.

by Your Name · github.com/ecds/open-geographies-wp · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ecds/open-geographies-wp/archive/refs/heads/main.zip

Declares an update source (ecds/open-geographies-wp), so updates arrive through the plugin's own updater.

From the readme

Open Geographies — WordPress Plugin Fetches JSON from a remote API endpoint based on the current page's URL slug, then lets you drop individual fields into any template or page using shortcodes. Installation 1. Copy the open-geographies/ folder into wp-content/plugins/. 2. Activate Open Geographies in Plugins → Installed Plugins. 3. Go to Settings → Open Geographies and enter your API base endpoint. Updating via Git Updater This plugin isn't on wordpress.org — it ships updates straight from this GitHub repo using Git Updater. The plugin header already declares what Git Updater needs: One-time setup (per WordPress site) 1. Install and activate Git Updater (git-updater.zip from git-updater.com or github.com/afragen/git-updater) — this is a separate, standalone plugin. Install it once per site; it will then manage updates for any plugin/theme with the right headers, not just this one. 2. Install and activate Open Geographies itself (see Installation above). 3. That's it. No token is required since this repo is public — Git Updater will pull update metadata anonymously. If you're managing several sites and start hitting GitHub's unauthenticated API rate limit, add a personal acc

Read the full README on GitHub →