Title: Real Simple Avatar
Author: Alexandra
Published: <strong>2026 年 4 月 23 日</strong>
Last modified: 2026 年 4 月 23 日

---

搜尋外掛

![](https://ps.w.org/real-simple-avatar/assets/icon-256x256.png?rev=3513887)

# Real Simple Avatar

 由 [Alexandra](https://profiles.wordpress.org/avsalexandra/) 開發

[下載](https://downloads.wordpress.org/plugin/real-simple-avatar.1.0.1.zip)

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

 [技術支援](https://wordpress.org/support/plugin/real-simple-avatar/)

## 外掛說明

**Real Simple Avatar** lets your users upload a custom profile photo or pick from
a set of preset avatars. If no avatar is set, a colourful initials avatar is generated
automatically — keeping your site looking polished without any extra effort from
your users.

**Features**

 * Shortcode `[rsava_avatar_form]` — place on any page or post so logged-in users
   can manage their avatar without going to the admin panel.
 * AJAX upload — avatar updates happen instantly, without a page reload.
 * Custom photo upload — users can upload their own image; it is cropped to a configurable
   square size (default 240 × 240 px). Only one file is stored in the Media Library
   per user (old file is deleted automatically on replacement or deletion).
 * Initials fallback — if no avatar is set, a colourful SVG avatar made from the
   user’s initials is shown everywhere WordPress displays an avatar.
 * Preset avatars — choose from built-in preset images or replace them entirely 
   with your own set via the plugin settings.
 * Fine-grained settings:
    - Enable / disable custom photo upload in the shortcode.
    - Enable / disable the preset avatar grid in the shortcode.
    - Configure which image formats are accepted (PNG, JPG, JPEG, WebP, HEIC, HEIF,
      AVIF, GIF).
    - Set the maximum upload file size (MB).
    - Set the crop size in pixels (e.g. 240 for 240 × 240 px). Uploaded images are
      stored **only** at this size — no extra WordPress sub-sizes are generated.
    - Customise the background colours and text colour used for initials avatars.
 * Admin profile page — admins can upload or remove a user’s avatar directly from
   the Edit User screen.
 * Clean uninstall — optionally delete all plugin settings and uploaded avatar media
   files when the plugin is deleted.
 * Partial Russian translation included.

**Real Simple Avatar** — плагин для загрузки своего аватара. По умолчанию рандомный
цвет + инициалы. А также на выбор готовые аватарки. При загрузке нового аватара 
медиафайл старого аватара удаляется.

 * Шорткод `[rsava_avatar_form]` для загрузки аватара.
 * Настройки плагина в **Настройки  Аватар**.
 * Можно самостоятельно выбрать рандомные цвета и цвет инициалов в аватарке.
 * Можно отключить загрузку аватара в шорткоде и оставить выбор только из готовых
   аватарок.
 * Можно отключить готовые аватарки в плагине и добавить свои. То есть сделать свой
   пресет аватарок.
 * В настройках можно ограничить до какого размера будут обрезаться аватарки. Например
   240 × 240 px. Только этот размер медиафайла будет храниться в медиатеке.
 * При загрузке нового аватара или удалении аватара медиафайл прошлого аватара будет
   всегда удаляться. Таким образом ваша медиатека WordPress будет всегда в порядке
   и чистоте.

### Compatibility

Tested with PHP 7.4, 8.0, 8.1, 8.2, 8.3. Tested with WordPress 5.0 – 6.9.4

### License

This plugin is licensed under the GPLv2 or later.

## 螢幕擷圖

 * [[
 * Avatar upload shortcode on the front end.
 * [[
 * Change avatar in admin.
 * [[
 * Plugin settings page.
 * [[
 * Avatar settings.

## 安裝方式

 1. Download or clone the plugin.
 2. Upload the plugin folder to `/wp-content/plugins/`.
 3. Activate the plugin through the **Plugins** menu in WordPress Admin.
 4. Go to **Settings  Avatar** to configure the plugin.
 5. Add the shortcode `[rsava_avatar_form]` to any page or post where you want users
    to manage their avatar.

## 常見問題集

### Can I replace the built-in preset avatars with my own?

Yes. In **Settings  Avatar  Preset Avatars**, uncheck “Show preset avatar grid in
shortcode” (or leave it checked), then upload your own images. You can also disable
the built-in presets entirely and show only your custom ones.

### Можно ли заменить встроенные пресеты аватаров своими?

Да. В **Настройки  Аватар  Готовые аватары** снимите галочку «Показывать пресеты
в шорткоде» (или оставьте), затем загрузите свои изображения. Также можно полностью
отключить встроенные пресеты и показывать только свои.

### Can I stop users from uploading a custom photo and only let them choose from presets?

Yes. In **Settings  Avatar  Media**, uncheck “Allow file upload”. The upload button
will be hidden and users can only pick from preset images.

### Можно ли запретить загрузку своего фото и оставить только выбор из пресетов?

Да. В **Настройки  Аватар  Медиа** снимите галочку «Разрешить загрузку файлов». 
Кнопка загрузки скроется и пользователи смогут выбирать только из готовых аватарок.

### What image formats are supported?

By default: PNG, JPG, JPEG, WebP, HEIC. You can add or remove formats (including
AVIF and GIF) in **Settings  Avatar  Media**.

### Какие форматы изображений поддерживаются?

По умолчанию: PNG, JPG, JPEG, WebP, HEIC. Вы можете добавить или убрать форматы (
в том числе AVIF и GIF) в **Настройки  Аватар  Медиа**.

### Where is the avatar stored?

Uploaded photos are stored in the WordPress Media Library as a regular attachment.
Each user has at most one avatar attachment; the old one is deleted automatically
when a new photo is uploaded or the avatar is removed.

### Где хранится аватар?

Загруженные фото хранятся в медиатеке WordPress как обычные вложения. У каждого 
пользователя максимум один файл аватара — старый удаляется автоматически при замене
или удалении аватара.

### What happens to avatar files when a user is deleted?

The avatar attachment is automatically removed from the Media Library when a user
account is deleted.

### Что происходит с аватаром при удалении пользователя?

Файл аватара автоматически удаляется из медиатеки при удалении учётной записи пользователя.

### How do I completely remove all plugin data?

In **Settings  Avatar  Advanced**, check “Delete data on uninstall”, save, then 
delete the plugin from the Plugins screen. All plugin options and uploaded avatar
media will be removed in batches.

### Как полностью удалить все данные плагина?

В **Настройки  Аватар  Дополнительно** включите «Удалить данные при удалении плагина»,
сохраните, затем удалите плагин через страницу «Плагины». Все настройки и загруженные
аватары будут удалены пакетами.

## 使用者評論

![](https://secure.gravatar.com/avatar/d1722848c67d6d19db86ab2a39956f38b2b447ff6b9f7feb0473a30600af01b2?
s=60&d=retro&r=g)

### 󠀁[Супер плагин!](https://wordpress.org/support/topic/%d1%81%d1%83%d0%bf%d0%b5%d1%80-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd-61/)󠁿

 [natalina52](https://profiles.wordpress.org/natalina52/) 2026 年 4 月 23 日 1 則
留言

Отличный плагин, давно искали, чтобы старые фото аватаров удалялись. И прикольно,
что можно готовые аватарки создавать.

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/real-simple-avatar/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Real Simple Avatar〉的開發相關工作。

參與者

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

〈Real Simple Avatar〉外掛目前已有 1 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/real-simple-avatar/contributors)
為這個外掛做出的貢獻。

[將〈Real Simple Avatar〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/real-simple-avatar)

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

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

## 變更記錄

#### 1.0.1

 * Bug fixes and minor improvements. Plugin version updated to 1.0.1.

#### 1.0.0

 * Initial release.

## 中繼資料

 *  版本 **1.0.1**
 *  最後更新 **1 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/real-simple-avatar/) 及 [Russian](https://ru.wordpress.org/plugins/real-simple-avatar/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/real-simple-avatar)
 * 標籤:
 * [avatar](https://tw.wordpress.org/plugins/tags/avatar/)[custom avatar](https://tw.wordpress.org/plugins/tags/custom-avatar/)
   [profile picture](https://tw.wordpress.org/plugins/tags/profile-picture/)[user avatar](https://tw.wordpress.org/plugins/tags/user-avatar/)
 *  [進階檢視](https://tw.wordpress.org/plugins/real-simple-avatar/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/real-simple-avatar/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/real-simple-avatar/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/real-simple-avatar/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/real-simple-avatar/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/real-simple-avatar/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/real-simple-avatar/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/real-simple-avatar/reviews/)

## 參與者

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

## 技術支援

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

 [檢視技術支援論壇](https://wordpress.org/support/plugin/real-simple-avatar/)