WordPress plugin to find the nearest Rotaract clubs on an interactive map.
|
ℹ
|
Prerequisites
|
|
❗
|
The plugin’s latest version is already installed at Rotaract Hosting. |
-
Set Meilisearch parameters in your
wp-config.phpsnippet ofwp-config.phpdefine( 'ROTARACT_CLUB_FINDER_MEILISEARCH_URL', 'https://meilisearch.rotaract.de' ); define( 'ROTARACT_CLUB_FINDER_MEILISEARCH_KEY', '<your-meiliseach-api-key>' ); define( 'ROTARACT_CLUB_FINDER_MEILISEARCH_SEARCHINDEX', 'Club');
-
The Meilisearch API key is required to have
searchpermission on indexClub
-
-
Set OpenCage API key in your
wp-config.php, used to convert geocode to geopoint datasnippet ofwp-config.phpdefine( 'OPENCAGE_API_KEY', '<your-opencage-api-key>' );
-
Set Google Maps API key in your
wp-config.php, used to display Google Mapssnippet ofwp-config.phpdefine( 'GOOGLE_MAPS_API_KEY', '<your-google-maps-api-key>' );
-
Add the shortcode
[rotaract-club-finder]to a new or existing site that will insert the map.
Copyright © 2019-2024, Rotaract Deutschland
Licensed under European Union Public License 1.2 (EUPL-1.2).
Rotary, Rotaract, and Interact are trademarks or registered trademarks of Rotary International and are used with the permission of Rotary International. Other trademarks not owned by Rotary International are the property of their respective owners. The license above does not grant any rights under trademark law and all such rights are reserved. Modified versions must be renamed to avoid use of any Rotary International trademarks, including but not limited to Rotary, Rotaract, and Interact.
All Rotary, Rotaract, and Interact logos and graphics are under copyright.