Title: 导入微信文章 (Import Articles from WeChat)
Author: Y阳胜S君
Published: <strong>2025년 7월 14일</strong>
Last modified: 2026년 8월 3일

---

플러그인 검색

![](https://ps.w.org/import-articles-from-wechat/assets/banner-772x250.png?rev=3327276)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/import-articles-from-wechat/assets/icon-256x256.png?rev=3327276)

# 导入微信文章 (Import Articles from WeChat)

 작성자: [Y阳胜S君](https://profiles.wordpress.org/xiaozhai001/)

[다운로드](https://downloads.wordpress.org/plugin/import-articles-from-wechat.1.8.8.zip)

 * [세부사항](https://ko.wordpress.org/plugins/import-articles-from-wechat/#description)
 * [평가](https://ko.wordpress.org/plugins/import-articles-from-wechat/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/import-articles-from-wechat/#installation)
 * [개발](https://ko.wordpress.org/plugins/import-articles-from-wechat/#developers)

 [지원](https://wordpress.org/support/plugin/import-articles-from-wechat/)

## 설명

Have you ever wanted to back up or share a great article from WeChat to your own
WordPress site? “Import Articles from WeChat” makes it incredibly easy.

Just paste the article’s URL, and this plugin will automatically fetch:

 * **Title** and **Publish Date**
 * **Full Content**
 * **Featured Image** (set automatically)
 * **All inline images** (downloaded to your media library)

This plugin simulates a real browser’s behavior, including handling cookies, to 
reliably fetch images that are usually protected by anti-hotlinking measures. All
content will be safely saved as a draft post, ready for you to edit and publish.

[中文描述]

您是否曾想过将一篇精彩的微信文章备份或分享到自己的 WordPress 网站上？“导入微信文章”
插件让这一切变得无比简单。

您只需粘贴文章的链接，点击导入，插件便会自动抓取：

 * **文章标题**和**原始发布时间**
 * **完整的正文内容**
 * **封面图** (自动设为特色图片)
 * **文章内的所有图片** (自动下载到您的媒体库)

本插件通过模拟真实浏览器的行为（包含Cookie处理），能够可靠地抓取通常受防盗链保护
的图片，确保导入内容的完整性。所有内容都会被安全地存为一篇草稿，方便您后续编辑和
发布。

## 설치

 1. Upload the `import-articles-from-wechat` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Find the ‘导入微信文章’ menu in your WordPress admin sidebar and start importing!

[中文安装说明]

 1. 将 `import-articles-from-wechat` 文件夹上传到您网站的 `/wp-content/plugins/` 目录。
 2. 在 WordPress 后台的“插件”菜单中激活本插件。
 3. 在后台左侧菜单栏找到“导入微信文章”，开始您的导入之旅吧！

## FAQ

### Does this plugin work for all WeChat articles?

It works for the vast majority of articles from WeChat Official Accounts. However,
due to potential changes in WeChat’s page structure or rare protection mechanisms,
100% success cannot be guaranteed.

### Will this plugin slow down my site?

No. The plugin only consumes server resources when you are on its admin page and
click the “Import” button. It has zero impact on your website’s frontend performance.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“导入微信文章 (Import Articles from WeChat)”(은)는 오픈 소스 소프트웨어입니다. 다음의
사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ Y阳胜S君 ](https://profiles.wordpress.org/xiaozhai001/)

[자국어로 “导入微信文章 (Import Articles from WeChat)”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/import-articles-from-wechat)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/import-articles-from-wechat/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/import-articles-from-wechat/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/import-articles-from-wechat/)
을 [RSS](https://plugins.trac.wordpress.org/log/import-articles-from-wechat/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.8.8

 * Tweak: Reduced plugin access level from Administrator to any user who can write
   and edit posts (i.e., users with the edit_posts capability).（优化：降低插件使用
   权限，由“管理员”可用，降至“所有有权写文章、编辑文章的用户”可用。）

#### 1.8.6

 * Fix: Resolved a server timeout issue that occurred when importing articles with
   a large number of images, which previously caused the process to fail.（修复：
   修复因文章图片过多，导致导入时间过长，而引发服务器超时跳转“admin-post.php” 页
   面的bug；）
 * Tweak: Re-architected the import process to be asynchronous (multi-step). This
   significantly improves performance and prevents the admin area from freezing 
   when importing articles with many images.（优化：采用新架构，优化图片下载逻辑，
   降低多图文章导入时引发后台卡顿的概率；）
 * New: Added an option to enable or disable thumbnail generation during import.
   Disabling this can dramatically improve import speed and stability on servers
   with limited resources.（新增：新增是否生成缩略图选项，让配置低、性能弱的服务
   器也能流畅导入微信文章。）

#### 1.6.5

 * Tweak: Use MD5 to determine image uniqueness. If an image already exists in the
   media library, it will not be downloaded again, greatly saving disk space.（优
   化：通过MD5来判断图片唯一性，若图片已存在媒体库，将不再重复下载，大量节省磁盘
   空间；）
 * Fix: Initially resolved a bug where a server timeout, caused by a long import
   time for articles with many images, would lead to a redirect to the “admin-post.
   php” page.（修复：初步解决因文章图片过多，导致导入时间过长，而引发服务器超时跳
   转“admin-post.php” 页面的bug。）

#### 1.5.2

 * Image crawling capabilities improved.（图片抓取能力提升）

#### 1.5.0

 * FIX: Resolved timezone bug causing an 8-hour discrepancy in post publication 
   time. (解决文章发布时间8小时时区差异的Bug)
 * TWEAK: Automatically remove editor-specific attributes (e.g., data-tools) from
   the HTML for cleaner code. (为净化代码，自动移除135、mdnice等编辑器残留属性)
 * TWEAK: Added support for SVG file uploads and metadata handling. (增加对SVG文件
   上传和元数据处理的支持)

#### 1.3.0

 * Final version for review. Compliant with WordPress standards, including security,
   i18n, and coding practices.

#### 1.0.0

 * Initial release.

## 기초

 *  버전 **1.8.8**
 *  최근 업데이트: **4주 전**
 *  활성화된 설치 **200+**
 *  워드프레스 버전 ** 5.0 또는 그 이상 **
 *  다음까지 시험됨: **6.8.8**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/import-articles-from-wechat/)
 * 태그:
 * [采集](https://ko.wordpress.org/plugins/tags/%e9%87%87%e9%9b%86/)[wechat](https://ko.wordpress.org/plugins/tags/wechat/)
   [微信公众号](https://ko.wordpress.org/plugins/tags/%e5%be%ae%e4%bf%a1%e5%85%ac%e4%bc%97%e5%8f%b7/)
 *  [고급 보기](https://ko.wordpress.org/plugins/import-articles-from-wechat/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/import-articles-from-wechat/reviews/)

## 기여자

 *   [ Y阳胜S君 ](https://profiles.wordpress.org/xiaozhai001/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/import-articles-from-wechat/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://anjir.top/)