Jade – AI for Estate Agents

Beskrivelse

Jade – AI for Estate Agents connects your WordPress site to Jade, an AI marketing assistant for estate agents. Once connected, Jade will automatically publish SEO-optimised blog articles directly to your WordPress site — no manual copying or login required.

How it works

  1. Install and activate this plugin
  2. Go to Settings Jade – AI for Estate Agents and copy your unique connection token
  3. Paste the token into your Jade dashboard under Settings WordPress
  4. Jade will now publish articles directly to your site automatically

Features

  • One-click connection to Jade via a secure token
  • Automatic blog post publishing from your Jade dashboard
  • Automatic featured image importing and assignment
  • Duplicate-safe publishing: if a network error interrupts a publish, Jade can safely retry without creating a second copy of your article
  • Secure connection validation between Jade and WordPress
  • No username or password required
  • Works on any WordPress site running 5.6 or later

External services

This plugin connects to an external service called Jade, provided by Platinum78 Digital Ltd.

Jade is an AI marketing platform that generates and publishes content to connected WordPress websites.

What data is sent:

  • Website URL and basic site information
  • Content generated for publishing, including post titles, body content, featured images, links, categories, and metadata
  • The connection token used to authenticate the WordPress site with the user’s Jade account

When and how data is sent:

  • When the user connects their site using the provided token
  • When Jade publishes content to the WordPress site
  • When the plugin communicates with Jade to validate or maintain the connection

All data is transmitted securely over HTTPS.

Where data is sent:

  • https://app.usejade.ai (application API endpoints)
  • https://usejade.ai (service website and account management)

Privacy Policy:
https://usejade.ai/privacy-policy

Terms of Service:
https://usejade.ai/terms-of-service

Installasjon

  1. Download the plugin zip file from your Jade dashboard
  2. In your WordPress admin go to Plugins Add New Upload Plugin
  3. Choose the zip file and click Install Now
  4. Click Activate Plugin
  5. Go to Settings Jade – AI for Estate Agents and copy your token

Ofte stilte spørsmål

Is this plugin free?

Yes, the plugin is free. You need an active Jade subscription to use it.

Where do I get a Jade account?

Visit https://usejade.ai to get started.

Is the connection secure?

Yes. All communication between Jade and your WordPress site uses a unique connection token and HTTPS.

Does Jade publish featured images?

Yes. Jade can automatically import generated images into your WordPress Media Library and assign them as featured images when publishing blog posts.

Could a network problem cause the same article to be published twice?

No, from version 1.1.0 onwards. Each publish request carries a unique key, which the plugin reserves in its own database table using a unique index before creating anything. If the same request is ever sent again — for example because the response was lost in transit — the plugin returns the article it already created instead of publishing a second copy.

What happens if a publish is interrupted halfway?

The key stays reserved, and the plugin will not publish it again on its own. If the article was in fact created, Jade finds it and carries on. If it was not, the key remains reserved until it is released deliberately. This is intentional: a paused article is easy to fix, a duplicated one is not.

Why should I upgrade to 1.1.0?

Automatic publishing retries are only enabled for sites running 1.1.0 or later. On earlier versions Jade cannot confirm whether an interrupted publish actually reached your site, so it will pause the article and ask you to check rather than risk duplicating it.

Vurderinger

Det er ingen omtaler av denne utvidelsen.

Bidragsytere og utviklere

«Jade – AI for Estate Agents» er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen:

Bidragsytere

Endringslogg

1.1.0

  • Added duplicate-safe publishing: publish requests may carry a unique key, recorded in a dedicated database table with a unique index, so repeating a key returns the original post instead of creating a second one
  • A key is never released automatically. If a publish is interrupted before it finishes, that key stays reserved until the article is found or it is released deliberately – it can never be taken over by a later request while the original may still be running
  • Added a lookup endpoint so Jade can confirm whether an interrupted publish actually reached the site
  • Added an endpoint to release a reserved key, which refuses to release any key whose article exists
  • The plugin version is now reported to Jade, so automatic retries are only used where they are safe
  • Featured images are now downloaded with a time limit and retried in the background, so a slow image can no longer hold up or interrupt publishing
  • Hardened connection-token checking against timing attacks, and blocked featured image downloads from unsafe addresses
  • Declared the minimum PHP version (7.0), which the plugin has required since 1.0.1

1.0.2

  • Added featured image support for published blog posts
  • Added dedicated plugin health check support used by Jade connection validation
  • Improved WordPress connection reliability

1.0.1

  • Initial public release