Title: XC Scribe
Author: thextracode
Published: <strong>Ẹrẹ́nà 27, 2026</strong>
Last modified: Ẹrẹ́nà 27, 2026

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/xc-scribe/assets/banner-772x250.png?rev=3492948)

![](https://ps.w.org/xc-scribe/assets/icon-256x256.png?rev=3492948)

# XC Scribe

 Láti ọwọ́ [thextracode](https://profiles.wordpress.org/thextracode/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/xc-scribe.1.0.2.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/xc-scribe/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/xc-scribe/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/xc-scribe/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/xc-scribe/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/xc-scribe/)

## Àpèjúwe

XC Scribe uses AI to generate high-quality product descriptions and blog posts directly
from your WordPress admin. It reads your product data — title, categories, attributes,
and images — and writes ready-to-publish content in 30+ languages.

**Product Descriptions (WooCommerce)**

 * Generates both long and short descriptions
 * Reads product title, categories, attributes, and images for context
 * Content is inserted directly into the product editor
 * Works with both Classic and Block editors

**Blog Posts (any WordPress site)**

 * Enter a topic and get a full draft post
 * Optionally link to a product for product-focused content
 * Draft is created automatically — edit and publish when ready

**Key Features**

 * 30+ languages supported
 * Multiple tone options (professional, casual, persuasive, etc.)
 * Custom instructions for fine-tuning output
 * Activity log to track generations and costs
 * Works with WooCommerce product editor metabox

### Build Instructions

The compiled file `assets/admin.js` is built from the human-readable source files
included in the `src/` directory of this plugin. The source is a React + TypeScript
application.

To rebuild from source:

 1. Install Node.js 22+ and Yarn
 2. From the repository root, run: `yarn install`
 3. Build the admin assets: `npx vite build -c frontend/vite.wp-plugin.config.ts`

This compiles `src/main.tsx` and related components into `assets/admin.js` and `
assets/admin.css`.

### Privacy

XC Scribe sends the following data to the XC Scribe API (api.xcscribe.com) when 
generating content:

 * Product title, category, attributes, and image URLs (for product descriptions)
 * Blog topic and optional product reference (for blog posts)
 * Selected language, tone, and custom instructions
 * Your API key for authentication

No personal user data, customer data, or visitor data is collected or transmitted.
All communication uses HTTPS encryption. For more details, see the [XC Scribe Privacy Policy](https://xcscribe.com/privacy).

## Àwọn àwòrán ìbòjú

 * [[
 * Dashboard — connection status, balance, and recent activity
 * [[
 * Product metabox — generate descriptions from the WooCommerce product editor
 * [[
 * Blog generator — create draft posts with AI

## Ìgbéwọlẹ̀

 1. Upload the `xc-scribe` folder to `/wp-content/plugins/`
 2. Activate the plugin through the Plugins screen
 3. Go to **XC Scribe** in the admin menu
 4. Enter your API key (from your [XC Scribe account](https://app.xcscribe.com))
 5. Click **Save**, then **Test connection** to verify

## FAQ

### Do I need a WooCommerce store?

No. Blog post generation works on any WordPress site. Product description generation
requires WooCommerce.

### Where do I get an API key?

Sign up at [xcscribe.com](https://xcscribe.com) and find your API key in account
settings.

### What languages are supported?

Over 30 languages including English, German, French, Spanish, Italian, Dutch, Polish,
Czech, Slovak, Hungarian, Romanian, Bulgarian, Croatian, Serbian, Slovenian, Bosnian,
Montenegrin, Macedonian, Greek, Russian, Swedish, Danish, Norwegian, Finnish, Estonian,
Latvian, Lithuanian, Irish, Maltese, and Portuguese.

### Is my data sent to external servers?

Yes. Product data (title, categories, attributes, image URLs) and generation settings
are sent to the XC Scribe API at api.xcscribe.com for AI processing. No customer
personal data is transmitted. See the Privacy section below.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“XC Scribe” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí
plugin yìí.

Àwọn Olùkópa

 *   [ thextracode ](https://profiles.wordpress.org/thextracode/)

[Túmọ̀ “XC Scribe” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/xc-scribe)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/xc-scribe/), ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/xc-scribe/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/xc-scribe/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/xc-scribe/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.0.2

 * Fix: Per-product permission checks — REST routes now verify `edit_post` capability
   for the specific product, not just the general `edit_posts` capability
 * Fix: Menu position lowered from 4 to 79 (just above Settings) to avoid displacing
   core WordPress menu items
 * Fix: Include human-readable source code for compiled `assets/admin.js` in the`
   src/` directory
 * Fix: Added build instructions to readme.txt
 * Fix: Full PHPCS + WordPress Coding Standards (WPCS) compliance — Yoda conditions,
   doc comments, proper escaping, no short ternaries
 * Fix: Removed `$_GET` superglobal access (replaced with `get_the_ID()`)
 * Fix: Bumped “Tested up to” to WordPress 6.9

#### 1.0.0

 * Initial release
 * Product description generation (long + short) for WooCommerce
 * Blog post draft generation
 * 30+ language support
 * Activity logging
 * Async generation with polling

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.0.2**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **oṣù 2 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **Tó kéré sí 10**
 *  Ẹ̀yà WordPress ** 6.0 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **6.9.4**
 *  Ẹ̀yà PHP ** 7.4 tàbí ju bẹ́ẹ̀ lọ **
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/xc-scribe/)
 * Àwọn àmì
 * [AI](https://yor.wordpress.org/plugins/tags/ai/)[blog](https://yor.wordpress.org/plugins/tags/blog/)
   [content](https://yor.wordpress.org/plugins/tags/content/)[product descriptions](https://yor.wordpress.org/plugins/tags/product-descriptions/)
   [woocommerce](https://yor.wordpress.org/plugins/tags/woocommerce/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/xc-scribe/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

[Your review](https://wordpress.org/support/plugin/xc-scribe/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/xc-scribe/reviews/)

## Àwọn Olùkópa

 *   [ thextracode ](https://profiles.wordpress.org/thextracode/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/xc-scribe/)