All Projects → 10up → Maps Block Apple

10up / Maps Block Apple

Licence: gpl-2.0
An Apple Maps block for the WordPress block editor (Gutenberg).

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Maps Block Apple

Wp Desktop
WordPress.com for Desktop
Stars: ✭ 893 (+3472%)
Mutual labels:  wordpress
Wp Vuejs
WordPress VueJS Starter Theme
Stars: ✭ 19 (-24%)
Mutual labels:  wordpress
Wp Multitenancy Boilerplate
WordPress multitenancy boilerplate configured and managed with Composer and PHP dotenv.
Stars: ✭ 24 (-4%)
Mutual labels:  wordpress
Gantry5
🚀 Next Generation Template / Theme Framework
Stars: ✭ 895 (+3480%)
Mutual labels:  wordpress
Raccoon Plugin
With Raccoon, use a JSON or YAML file to manage WordPress theme features
Stars: ✭ 18 (-28%)
Mutual labels:  wordpress
Press Sync
The easiest way to synchronize posts, media, users and more between two WordPress sites.
Stars: ✭ 22 (-12%)
Mutual labels:  wordpress
Wp Print
Displays a printable version of your WordPress blog's post/page.
Stars: ✭ 16 (-36%)
Mutual labels:  wordpress
Wordprismic
Utility to import existing Wordpress blogs into the Prismic.io content platform
Stars: ✭ 25 (+0%)
Mutual labels:  wordpress
Netlify Rebuild
WordPress Plugin to trigger Netlify rebuild
Stars: ✭ 19 (-24%)
Mutual labels:  wordpress
Wordpressplugin
Rocket.Chat.Livechat plug-in for WordPress
Stars: ✭ 23 (-8%)
Mutual labels:  wordpress
Xattacker
X Attacker Tool ☣ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 897 (+3488%)
Mutual labels:  wordpress
Ng Wordpress Theme
Angular starter theme for WordPress
Stars: ✭ 18 (-28%)
Mutual labels:  wordpress
Pdpa Consent
WordPress plugin for PDPA Consent allows you to notify to the user to accept privacy terms. Comply with Thailand PDPA law.
Stars: ✭ 23 (-8%)
Mutual labels:  wordpress
Woocommerce Loadimpact
Scenarios for `loadimpact.com`, written against Liquid Web's WooCommerce sample data.
Stars: ✭ 17 (-32%)
Mutual labels:  wordpress
Mcavoy
Discover what visitors are searching for on your WordPress site.
Stars: ✭ 24 (-4%)
Mutual labels:  wordpress
Unyson
A WordPress framework that facilitates the development of WP themes
Stars: ✭ 890 (+3460%)
Mutual labels:  wordpress
Ddev
DDEV-Local: a local PHP development environment system
Stars: ✭ 915 (+3560%)
Mutual labels:  wordpress
Cyr2lat
Converts Cyrillic characters in post, page and term slugs to Latin characters. Useful for creating human-readable URLs.
Stars: ✭ 25 (+0%)
Mutual labels:  wordpress
Space Lover
Git-ified. Synced via git-svn. Magically add an extra space between Chinese characters and English letters / numbers / common punctuation marks
Stars: ✭ 24 (-4%)
Mutual labels:  wordpress
Dashboard Cleanup
Cleans up the WP Admin backend by disabling various core WP and WC bloat features including Automattic spam, nag notices, tracking, and other items.
Stars: ✭ 23 (-8%)
Mutual labels:  wordpress

Block for Apple Maps

An Apple Maps block for the WordPress block editor (Gutenberg).

Support Level Release Version WordPress tested up to version GPLv2 License

Overview

Disclaimer: Apple Maps, MapKit JS, and the Apple logo are trademarks of Apple Inc. Apple Maps may not be available in all countries or regions.

This plugin integrates Apple's MapKit JS into an "Apple Maps" block in the WordPress block editor (Gutenberg). You will need an Apple Developer Program account, Maps Identifier, and Private Key to configure this plugin and connect to the MapKit JS API in order for the block to function. Note that the Apple Developer Program has an annual fee of 99 USD, in local currency where available. Prices may vary by region and are listed in local currency during the enrollment process. Fee waivers are available for the Apple Developer Program for eligible organizations.

Block settings

Requirements

Installation

  1. Install the plugin via the plugin installer, either by searching for it or uploading a .ZIP file.
  2. Activate the plugin.
  3. Follow the instructions to configure your accesss to the MapKit JS API.
  4. Use Apple Maps for WordPress!

Configuration

In order to start using the Apple Maps block, you will need to sign up for the Apple Developer Program and create your Maps identifiers, keys, and tokens. Follow the steps below to generate the Private Key, Key ID, and Team ID that you will need to configure the plugin and gain access to the MapKit JS API for the Apple Maps block.

Block initial install view showing MapKit JS credential fields

Create an Apple Developer account

  1. If you don't already have an Apple ID, then please create an Apple ID as it is required in order to enroll in the Apple Developer Program in the next step.
  2. Enroll in the Apple Developer Program as either an individual or organization. Note that its possible to have an existing Apple Developer account but not be enrolled in the Apple Developer Program, so please be sure to complete the enrollment process in this step.
  3. Sign the Apple Developer Program License Agreement in the Agreements, Tax, and Banking section of App Store Connect.

Create a Maps Identifier and Private Key

  1. Create a Maps ID and a MapKit JS Private Key.
  2. Copy the Private Key, paste it into the respective plugin setup field, and ensure the key includes the -----BEGIN PRIVATE KEY----- and -----END PRIVATE KEY----- lines.
  3. Open the Key you created in Step 1, copy the Key ID value, and paste it into the respective plugin setup field.
  4. Open the Identifier you created in Step 1, copy the App ID Prefix value (notice the value is appended with (Team ID)), and paste it into the respective plugin setup field.
  5. Click the Confirm MapKit Credentials button in the plugin setup to gain access to the block options and begin customizing your Apple Maps block!

Frequently Asked Questions

I'm seeing validation errors when trying to authenticate my MapKit JS credentials, what am I doing wrong?

If you have WordPress installed in a subdirectory, then there is a known issue specifically related to this setup where the WordPress Admin URL is different from the site URL. We're working on a minor release to resolve this issue.

I want to update my MapKit JS credentials, what's the best way to do this?

Our recommendation on updating the Apple Maps block settings focuses on ensuring the best experience for your site users. Specifically we recommend the following approach to ensure that existing Apple Maps on your site continue to be displayed during your MapKit JS credential transition.

  1. Create a new MapKit JS Private Key, Key ID, and/or Team ID.
  2. Update the Apple Maps block settings with the newly created Private Key, Key ID, and/or Team ID.
  3. Delete your old MapKit JS Private Key, Key ID, and/or Team ID.

Are there any MapKit JS rate limits?

There is a free daily limit of 250,000 map views and 25,000 service calls per the Apple Developer Program membership. For additional MapKit JS capacity needs you will need to contact Apple directly.

Can I see how many map views and service requests are made to my MapKit JS Private Key?

Yes, you can track your MapKit JS useage on the MapKit JS Developer Dashboard. You can also monitor map initializations and service requests in realtime, or see up to a year of activity by day, week, month, or year via the MapKit JS Dashboard.

Block marker settings

Support Level

Active: 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.

Changelog

A complete listing of all notable changes to Apple Maps for WordPress are documented in CHANGELOG.md.

Contributing

Please read CODE_OF_CONDUCT.md for details on our code of conduct, CONTRIBUTING.md for details on the process for submitting pull requests to us, and CREDITS.md for a listing of maintainers of, contributors to, and libraries used by Apple Maps for WordPress.

Like what you see?

Work with us at 10up

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].