Title: Facem Web Import &amp; Export Articles
Author: Facem Web
Published: <strong>2026 年 6 月 22 日</strong>
Last modified: 2026 年 6 月 22 日

---

搜尋外掛

![](https://ps.w.org/facem-web-import-export-articles/assets/banner-772x250.png?
rev=3582078)

![](https://ps.w.org/facem-web-import-export-articles/assets/icon.svg?rev=3582078)

# Facem Web Import & Export Articles

 由 [Facem Web](https://profiles.wordpress.org/marredelplata23/) 開發

[下載](https://downloads.wordpress.org/plugin/facem-web-import-export-articles.1.0.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/facem-web-import-export-articles/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/facem-web-import-export-articles/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/facem-web-import-export-articles/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/facem-web-import-export-articles/#developers)

 [技術支援](https://wordpress.org/support/plugin/facem-web-import-export-articles/)

## 外掛說明

A single button in the post editor lets you **import** an office document to create
a draft, or **export** the current post to a downloadable file. No external rendering
tool is required: import and export are 100% native PHP.

**On import:**

 * The first level‑1 heading becomes the post title (otherwise the file name is 
   used).
 * The **first image** of the document becomes the **featured image**.
 * The other images are inserted at their position in the content.
 * Each content image is **named** (file + `alt` attribute, on the tag and in the
   Media Library) after the **subheading that precedes it**.
 * Optionally, the `alt` attribute can be generated by an **AI** based on the context
   and the image (see “External services” below).
 * All images are added to the Media Library.
 * Content is saved as clean HTML (no visible block markup), readable in Gutenberg,
   the Classic Editor and page builders.
 * The source document is **deleted from the server** immediately after processing.

Supported import formats (native, no server tools): `.docx` (Word), `.odt` (LibreOffice/
OpenOffice), `.txt`, `.md` (Markdown).

**On export:** download the current post as `.docx`, `.odt`, `.pdf` or `.txt`, generated
entirely in PHP (no LibreOffice). The featured image is placed before the title 
and content images are embedded (DOCX/ODT/PDF — PDF images require the GD extension,
otherwise a text fallback is used). Headings, bold/italic/underline/strikethrough,
lists, quotes, tables and alignment are preserved.

**Editors and page builders:** the button appears in Gutenberg and the Classic Editor,
a button is injected into the Elementor editor panel, and a “Document” entry is 
added to the WordPress admin bar as a universal fallback. On export, content built
with Divi (shortcodes) or Elementor (post meta) is rendered to HTML before conversion.

**Internationalization:** the interface follows the WordPress site language. Translations
are bundled for many European and Asian languages, and a `.pot` template is provided.

### External services

This plugin can optionally connect to a third‑party AI API **only if you enable 
it** in Settings  Import / Export articles and provide an API key. It is **disabled
by default**.

When enabled, during import the plugin sends, for each imported image, the following
data to the provider you select in order to generate the image `alt` text:

 * the surrounding textual context (post title, the preceding subheading, and a 
   short excerpt of nearby text);
 * and, if the “Analyze the image (vision)” option is enabled, the image itself.

Supported providers and their endpoints:

 * **Mistral AI** — requests sent to https://api.mistral.ai/v1/chat/completions.
   Terms: https://mistral.ai/terms/ — Privacy: https://mistral.ai/terms/#privacy-
   policy
 * **OpenAI** — requests sent to https://api.openai.com/v1/chat/completions. Terms:
   https://openai.com/policies/terms-of-use/ — Privacy: https://openai.com/policies/
   privacy-policy/

No data is sent to any external service when the AI option is disabled. The API 
key is stored in your site’s database and used only to authenticate these requests.

## 螢幕擷圖

[⌊The import / export modal opened from the "Document" button in the post editor.⌉⌊
The import / export modal opened from the "Document" button in the post editor.⌉[

The import / export modal opened from the “Document” button in the post editor.

[⌊The settings page to connect an AI provider (Mistral / OpenAI) for alt text.⌉⌊
The settings page to connect an AI provider (Mistral / OpenAI) for alt text.⌉[

The settings page to connect an AI provider (Mistral / OpenAI) for alt text.

## 安裝方式

 1. Upload the `import-export-articles` folder to `/wp-content/plugins/`, or install
    the ZIP from Plugins  Add New  Upload Plugin.
 2. Activate the plugin through the Plugins menu.
 3. Open a post (new or existing): the **Document** button appears in the editor toolbar(
    and in the admin bar).
 4. (Optional) To enable AI‑generated alt text, go to Settings  Import / Export articles,
    choose a provider, paste your API key and enable it.

## 常見問題集

### Is the imported document stored on the server?

No. It is read in a temporary file and deleted immediately after conversion, whether
the conversion succeeds or fails. Only the images extracted from the document are
kept, added to the Media Library so they can be displayed.

### Does it work with Gutenberg, the Classic Editor and page builders?

Yes. The import creates a standard draft (clean HTML) that any editor can open. 
The export renders Divi and Elementor content to HTML before conversion.

### Is AI required?

No. AI is optional and disabled by default. Without it, the image `alt` text is 
set from the preceding subheading.

### Which languages are available?

The source language is French; the UI follows the WordPress site language. Ready‑
to‑use translations are bundled (English, Spanish, German, Italian, Portuguese, 
Dutch, Polish, Russian, Simplified Chinese, Japanese, Korean, Arabic, Hindi, Indonesian,
Vietnamese, Thai) and a `.pot` template is provided.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Facem Web Import & Export Articles〉的開發相關工作。

參與者

 *   [ Facem Web ](https://profiles.wordpress.org/marredelplata23/)

〈Facem Web Import & Export Articles〉外掛目前已有 1 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/facem-web-import-export-articles/contributors)
為這個外掛做出的貢獻。

[將〈Facem Web Import & Export Articles〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/facem-web-import-export-articles)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/facem-web-import-export-articles/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/facem-web-import-export-articles/)，
或透過 [RSS](https://plugins.trac.wordpress.org/log/facem-web-import-export-articles/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/facem-web-import-export-articles/)。

## 變更記錄

#### 1.0.0

 * Initial release.
 * One‑button import (DOCX, ODT, TXT, MD) to a post draft: first image as featured
   image, other images placed in context and named/alt‑tagged after the preceding
   subheading.
 * Export to DOCX, ODT, PDF, TXT (native PHP, no LibreOffice).
 * Optional AI‑generated alt text (Mistral, OpenAI), disabled by default.
 * Gutenberg, Classic Editor and page builder support (Divi, Elementor); admin bar
   entry.
 * Internationalization with bundled translations.

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **1 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 8.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/facem-web-import-export-articles/)
   及 [Italian](https://it.wordpress.org/plugins/facem-web-import-export-articles/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/facem-web-import-export-articles)
 * 標籤:
 * [AI](https://tw.wordpress.org/plugins/tags/ai/)[Alt Text](https://tw.wordpress.org/plugins/tags/alt-text/)
   [docx](https://tw.wordpress.org/plugins/tags/docx/)[export](https://tw.wordpress.org/plugins/tags/export/)
   [import](https://tw.wordpress.org/plugins/tags/import/)
 *  [進階檢視](https://tw.wordpress.org/plugins/facem-web-import-export-articles/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/facem-web-import-export-articles/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/facem-web-import-export-articles/reviews/)

## 參與者

 *   [ Facem Web ](https://profiles.wordpress.org/marredelplata23/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/facem-web-import-export-articles/)