Adds support for embedding Google Maps in Silverstripe via oEmbed
- Ed Chipman (UndefinedOffset)
- Silverstripe Framework 4.11+
- embed/embed 4.0+
composer require webbuilders-group/silverstripe-google-maps-embed
This module requires a Google Maps API key (you can find out how to set that up here) with at least the "Maps Embed API" enabled. Then you need to adjust your yaml config to tell the module what that key is. It's highly recommended that you use an environment variable to store the API key rather than checking it into the repo.
WebbuildersGroup\GoogleMapsEmbed\Embed:
api_key: '`GOOGLE_MAPS_API_KEY`'