-
Notifications
You must be signed in to change notification settings - Fork 21
Mapbox API plugin for wordpress
answerquest edited this page Nov 1, 2017
·
2 revisions
Enabling majority of the world's websites to collect map-related data from their users and show the collected data in real time.
- A plugin for self-hosted websites running the popular open source wordpress.org CMS,
- Which extends the popular and open source Contact Form 7 plugin..
- To include a MAP field in addition to other fields that the user can click to define geographical inputs..
- And when this form is submitted, the site adds the data collected to a dataset in a Mapbox account, via the Mapbox SDK API.
Addition :
- Using a shortcode or so, the plugin can also fetch data from a Mapbox dataset and render it on a web map, anywhere on the site.
-
- This could also be taken up in a second plugin or so.. it's an easier target that can be achieved in other ways too so not that vital.
- Advanced Custom Fields: Mapbox geoJSON Field By jensnilsson : https://wordpress.org/plugins/advanced-custom-fields-mapbox-geojson-field/
- Contact Form 7 Google Map Module: This plugin enables the insertion of google maps into contact form 7 as an input field. https://wordpress.org/plugins/cf7-google-map/
- Location Module (Lite) for Contact Form 7: Just another Contact Form 7 Extension. Let users send their location. https://wordpress.org/plugins/location-module-for-contact-form-7/
- Location Picker Contact Form 7 – Add location picker using Google Map. (Capture longitute, latitude and address using just one click on contact form 7) https://wordpress.org/plugins/location-picker/
- CF7 Google Sheets Connector: https://wordpress.org/plugins/cf7-google-sheets-connector/ Form submissions instantly get added to a google spreadsheet. We could take it forward from there.. process the new spreadsheet row and upload to Mapbox dataset.
- Contact form 7 TO API : An addon to transmit contact form 7 entries to remote API using POST or GET. https://wordpress.org/plugins/cf7-to-api/ could use this for posting to mapbox api