> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/documentation/connect-and-administer/integrations/connect-the-wordpress-quick-publish-plugin.md).

# Connect the WordPress Quick Publish plugin

Copy the auth token for the WordPress Quick Publish plugin and connect it to one podcast.

Use this task to get the auth token that the **Podigee Wordpress Quick Publish** plugin needs to connect a WordPress site to one of your podcasts.

## Before you start

* You are the owner of the subscription that owns the podcast. The plugin can only connect podcasts of the subscription owner.
* Your plan includes the plugin: every current plan, or an older plan that includes it. Without it, the settings tab shows a teaser with **Upgrade Plan**.
* You know the subdomain of the podcast.

{% tabs %}
{% tab title="Classic view" %}

### Complete the task

The plugin documentation describes the plugin's own screens. This page does not.

1. Open the user menu and select **My account**, then open the **Applications** tab.
2. Scroll to the section **Podigee Wordpress Quick Publish**.
3. Copy the value in the **Auth token** field.
4. Use the auth token in the plugin's settings together with the subdomain of the podcast.

### Expected result

Podigee accepts the token when the podcast belongs to the subscription that owns the token.

### If you cannot complete the task

* Podigee refuses the connection as not authorized: check that the token is complete and that the podcast belongs to your own subscription. You cannot connect a podcast that you only edit as a collaborator or organization member.
* You see **Upgrade Plan** instead of the token: your plan does not include the plugin.
* You used the API key from the **API** tab: the plugin does not accept the API key. Use the **Auth token** from the **Applications** tab.
  {% endtab %}

{% tab title="Podigee workspace" %}
The Podigee workspace does not include the auth token for the WordPress Quick Publish plugin yet. Switch to the classic view to copy the auth token.
{% endtab %}
{% endtabs %}

## Next step

[Manage authorized applications](/documentation/connect-and-administer/integrations/manage-authorized-applications.md) on the same settings tab.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.podigee.com/documentation/connect-and-administer/integrations/connect-the-wordpress-quick-publish-plugin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
