Skip to main content
All CollectionsIntegrations
Connect Blaze to WordPress
Connect Blaze to WordPress
Eddie Wu avatar
Written by Eddie Wu
Updated over a week ago

Connecting your WordPress site allows Blaze to autopost on your behalf on a post's selected date and time.

Only Blaze workspace admins have the ability to connect accounts to Blaze.

You will also need to be an administrator of your WordPress site to manually upload plugins to your WordPress instance.

In this article, we will walk through how to:

Connect Your WordPress to Blaze

1. Download the Plugin

Use this link to download the zipped plugin and save it somewhere that's easy to access. You do not need to unzip the file.

2. Install the Plugin

Login to your WordPress admin panel (usually at https://your-wp-site.com/wp-admin) using WordPress site administrator login credentials.

Navigate to "Plugins" on the left navigation bar, then click on "Add New Plugin" at the top of the page.

Click "Upload Plugin".

Upload the zipped plugin you downloaded earlier in Step 1, then click "Install Now".

3. Activate the Plugin

Click the "Activate Plugin" button to activate Blaze and complete the installation process.

Untitled

4. Connect your Wordpress Account to Blaze

Return to Blaze in a new tab, and navigate to the "Integrations" tab on the Blaze navigation menu.

Click "Connect" on the WordPress card.

Next, fill out the form with your WordPress credentials. Then, click "Connect to WordPress" to save the integration.

📝 Note: If you are using an application password, you will still use your administrator login username in the "Username" field with your application password and not the application password name.

For more information about creating an application password, visit the "Getting Credentials" section of WordPress documentation. We recommend using an application password if you are using WordPress 5.6 or higher.

If everything looks good, you'll see a green checkmark on the WordPress integration as well as options to manage your WordPress integration or connect another WordPress account.

Post Content from Blaze to WordPress

Open any blog post document and click "Choose How to Post". Click "Schedule to post automatically" from the menu that opens.

Select a posting date and time from the posting date selection menu and click "Schedule Post". You also have the option to post now.

Your blog post's Post Status will update to "Autoscheduled" if you scheduled your post or "Posted" if you selected to to post now.

Common Problems with WordPress

Confirm Permalink Format Is Not "Plain"

Confirm that your permalinks are not "Plain" permalinks, but rather what WordPress refers to as "Pretty" permalinks.

On the WordPress dashboard, go to Settings → Permalinks Screen. You can choose one of the permalink structures or enter your own in the “Custom structure” field using the structure tags (Reference: Permalink documentation from Wordpress).

Adjust WordPress Site and Security Plugin Settings to Allow Blaze

Some security plugins like JetPack, WP Cerber Security will require you to whitelist Blaze IPs. Reach out to support via chat or email [email protected] if you need to whitelist Blaze for your WordPress site.

Some CDN settings will also require you to whitelist Blaze or complete a security challenge. We have seen this with some customers who are using Cloudflare, for example, to deliver content globally. Reach out to support via chat or email [email protected] if you need to whitelist Blaze for your WordPress site.

Wordfence

If you are using the Wordfence plugin and want to use an application password, you will need to enable application passwords in the Wordfence settings.

Do this by going to your WordPress DashboardSide MenuWordfenceAll OptionsDisable WordPress application passwords checkbox is not ticked (i.e., application passwords need to be enabled and not disabled).

You may also be able to whitelist Blaze's URL. See here for more details from WordPress's forum.

Jetpack

Jetpack Protect (official WordPress module) will occasionally block some AWS IPs you can either allowlist the IP listed in the error, disable Protect altogether, or if try and allowlist all AWS us-east-1 IPs.

Once you do that, try reconnecting your WordPress account to see if this resolves the issue.

If you have a firewall enabled please double-check that it allows Blaze to connect as well.

Author is the Authenticated User Rather Than Specified Author

This can happen if the authenticated user does not have an appropriate role. Please review WordPress' details on Roles and Capabilities as you will need an authenticated user who at least has an Editor role to post as other authors.

500 Internal Server Error or other connection issues

In order to connect to WordPress, you must have XML-RPC functionality turned on. This is turned on by default in WordPress 3.5+. If you're having issues connecting, go to Settings > Writing > Remote Publishing and check the checkbox.

You may also receive this error if your WordPress installation is secured and not publicly available. Unfortunately, the installation must be publicly accessible to work with Blaze.

Also, we're unable to provide IPs to allowlist as our IPs are not static - they rotate because we use AWS. If you'd like, you should be able to allowlist a block of IPs from AWS to make this work. You would just need to make sure the list you're allowing is the us-east-1 IP range.

AWS provides a list of their IP address ranges at https://ip-ranges.amazonaws.com/ip-ranges.json.

Additionally, Blaze's calls will always include the header User-Agent: Blaze, so this may be an alternative when allowing a whole range of IPs isn't feasible.

You may also be able to white URL. See here for more details from WordPress's forum.

XML-RPC server accepts POST requests only

This error could mean that you're using the wrong Base URL in the login screen. If you're using http: try using https:. If you're using www.example.com try using it example.com.

If you continue to get this error, then it's likely because the XML-RPC is being blocked on the WordPress site. It's most likely being blocked by a plugin, the hosting provider, or a security setting. To fix, try disabling a your plugins one and a time, then try reconnecting to WordPress account to see if you can isolate the problem plugin.

If not, it might be a back-end change that needs to be made by your hosting provider or website developer. We recommend reaching out to them and asking them to update the XML-RPC settings for you. You can send them this link for more information: https://codex.wordpress.org/XML-RPC_Support

If your provider/developer wants to allowlist access to us, you can let them know that we use Amazon's AWS products for our server infrastructure, so they'll need to allowlist their IP list from the us-east-1 region. You can find that range list here: https://ip-ranges.amazonaws.com/ip-ranges.json.

Did this answer your question?