matiere-noire / simple-map-block
WordPress plugin to a map block
Installs: 79
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 2
Language:JavaScript
Type:wordpress-plugin
Requires
- php: ^7.2
README
Allow you to add a simple map in your content. You can add one marker with a popup and you have a few option to style everything.
All the map blocks use MapBox
This project was bootstrapped with Create Guten Block.
You will need a Mapbox account and API key. Define the key in your wp-config.php
like so:
define( 'MAPBOX_KEY', 'KEY' );