Where Next Connector for WordPress
The recommended way to add Where Next Connect support to a WordPress website is to install the
Where Next Connector plugin.
The plugin outputs wherenext:* metadata from posts, pages and custom post types.
It can map Where Next fields to WordPress post data, custom fields, taxonomies, featured images and ACF-style post meta.
Install it from your WordPress dashboard by going to
Plugins → Add New → Upload Plugin, then choose the ZIP file and activate it.
Download WordPress Connector 1.3.3
Where Next Connect JavaScript SDK
The recommended way to use the JavaScript SDK is to load it directly from
sdk.wherenext.dev.
<script src="https://sdk.wherenext.dev/latest/wherenext-connect.js"></script>
For production sites, you can pin to version 1:
<script src="https://sdk.wherenext.dev/v1/wherenext-connect.min.js"></script>
Developers who prefer to self-host the SDK can download a ZIP copy below.
The ZIP includes the standard SDK file, minified SDK file, button/badge assets and a README.
Which one should I use?
- WordPress website: use the WordPress Connector plugin.
- Static HTML website: add
wherenext:*meta tags directly to your page. - JavaScript app or custom site: use the hosted JavaScript SDK.
Test your integration
After adding Where Next Connect support, test your page with the validator or compare it with the working examples.