Mapbox plugin for Craft CMS
Maps in minutes. Powered by the Mapbox API.
Create flexible Dynamic Maps
Add markers, use popups, change marker icons, style maps, and much, much more...
Universal API works across JavaScript, Twig, and PHP
The plugin features a powerful universal API which is nearly identical across multiple programming languages...
// JavaScript
const map = mapbox.map()
.markers(locations, options)
.style(mapStyle)
.center(coords)
.zoom(level);
{# Twig #}
{% set map = mapbox.map()
.markers(locations, options)
.style(mapStyle)
.center(coords)
.zoom(level) %}
// PHP
$map = Mapbox::map()
->markers($locations, $options)
->style($mapStyle)
->center($coords)
->zoom($level);
Includes an easy-to-use Address Field
When managing your Craft data, each location can be set with a convenient Address field...
Further Reading
If you haven't already, flip through the complete plugin documentation. The examples above are just the tip of the iceberg, there is so much more that is possible!
Price includes 1 year of updates.
$39/year per site for updates after that.
- Installation Instructions
To install this plugin, copy the command above to your terminal.
- Active Installs
- 1
- License
- Craft
- Last release
- May 22, 2023
- Activity (30 days)
- 0Closed Issues2Open Issues0Merged PRs0Open PRs