Description
Loudmink is an AEO (Answer Engine Optimization) platform that helps brands show up in AI search engines like ChatGPT, Gemini, Claude, Perplexity, and Grok. It tracks what those engines say about your brand, shows which sources they pull their answers from, and generates the content that gets your brand recommended in AI answers.
This plugin connects your WordPress site to Loudmink so it can publish and update blog posts for you. Instead of creating an application password and copying a username, you just generate an API key here and paste it into Loudmink.
What it does:
- Adds a simple “Loudmink” settings page where you generate a connection API key.
- Exposes secure REST endpoints under
wp-json/loudmink/v1/that only Loudmink (holding your key) can call. - Lets Loudmink create, update, unpublish, and import posts on your site.
The plugin does not collect or transmit any visitor or customer data. It only acts on your blog posts, and only when called with your secret API key.
External services
This plugin connects your site to Loudmink (https://loudmink.ai), a separate hosted service, so Loudmink can publish and manage blog posts on your site for you.
The plugin exposes REST endpoints under wp-json/loudmink/v1/ that only Loudmink can call, authenticated with the API key you generate on the plugin’s settings page. When you publish, update, unpublish, import, or delete a post from Loudmink, Loudmink sends that request (post title, content, excerpt, tags, and status) to these endpoints. The plugin does not transmit your site’s data to Loudmink on its own. It only responds to authenticated requests you initiate from your Loudmink account.
Using this plugin requires a Loudmink account. Your use of the Loudmink service is governed by its Terms of Service (https://loudmink.ai/terms) and Privacy Policy (https://loudmink.ai/privacy).
Screenshots


Installation
- Install and activate the plugin.
- Open Loudmink in the left admin sidebar and click Generate API key.
- In Loudmink, open Settings WordPress, choose Connect with the Loudmink plugin, and paste your Site URL and API key.
FAQ
-
Do I need a Loudmink account?
-
Yes. Create one at https://loudmink.ai. This plugin is the bridge between your WordPress site and your Loudmink account.
-
Is my site secure?
-
Every endpoint requires your secret API key as a bearer token, checked in constant time. Without the key, the endpoints reject all requests. Regenerating the key immediately invalidates the old one.
-
Where is my content stored?
-
On your own WordPress site, as normal posts. Loudmink pushes content to your site; it does not host it.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Loudmink” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Loudmink” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.0
- Publish to custom post types. If your blog lives in a custom post type (for example “stories”), Loudmink can now publish there instead of only regular posts.
- New endpoint that lists the post types available on your site, so Loudmink can show a picker.
- Sites that publish to regular posts are not affected. Nothing changes unless you pick a different post type in Loudmink.
1.0.0
- Initial release: generate an API key, connect to Loudmink, publish/update/unpublish/import posts via the
loudmink/v1REST API.
