Plugins overview
Drop-in components that get you a working Yatmo integration without writing API calls. Pick the one that matches your stack.
WordPress
- WordPress Map — map embed with POIs, shortcode
[yatmo-map]. - WordPress Text — auto-generated location descriptions, shortcode
[yatmo-text].
JavaScript
- JavaScript Map — interactive map, single config object + one script tag.
- JavaScript Summary — table of nearby POIs with distance & travel time.
- JavaScript Summary-as-text — narrative paragraphs you can place anywhere.
Iframe (recommended starting point)
- Iframe plugin — one
<iframe>, configurable via URL parameters. Display a map, a summary, both side-by-side, scores, or a stacked variant. Easiest possible integration; no JavaScript required.
Advanced features
Optional configuration the JS Map and WordPress Map plugins both expose: isochrones, favorite addresses, map styles, route from origin, full-screen mode.
Need more control?
If your project needs a custom map UI, server-side rendering, or anything the plugins don’t expose, call the REST API directly instead.