Title: Avatarly
Author: saumya010
Published: <strong>জুলাই 23, 2026</strong>
Last modified: আগষ্ট 26, 2026

---

প্লাগিনৰ সন্ধান কৰক

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

![](https://ps.w.org/avatarly/assets/icon.svg?rev=3620463)

# Avatarly

 [saumya010](https://profiles.wordpress.org/saumya010/)-ৰ দ্বাৰা

[ডাউনল’ড কৰক](https://downloads.wordpress.org/plugin/avatarly.1.0.4.zip)

 * [বিশদ বিৱৰণ](https://as.wordpress.org/plugins/avatarly/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/avatarly/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/avatarly/#installation)
 * [বিকাশ](https://as.wordpress.org/plugins/avatarly/#developers)

 [সাহায্য](https://wordpress.org/support/plugin/avatarly/)

## বৰ্ণনা

Avatarly adds a local, self-hosted avatar system to WordPress. Users can upload 
a profile picture directly on your site instead of relying on Gravatar, and site
owners get full control over who’s allowed to upload, how avatars look, and where
uploads are permitted.

**Three ways to let users manage their avatar on the front end:**

 * **Shortcode** — `[avatarly]`
 * **Widget** — add the “Avatarly (Legacy)” widget to any sidebar (classic, non-
   block themes)
 * **Gutenberg block** — search for “Avatarly” in the block inserter

Avatars can also always be managed from the standard WordPress **Edit Profile** 
screen.

**Key features**

 * Local avatar storage — no data sent to Gravatar unless you choose to keep it 
   as a fallback.
 * Drag-and-drop / AJAX upload on the front end (progressively enhanced; falls back
   to a normal form for no-JS visitors).
 * Built-in crop and reposition popup: drag to pan and use the zoom slider to frame
   the shot before saving, or skip it to use the automatic center crop.
 * Strict upload validation: real MIME/extension checks, image verification, and
   file-size limits — not just a filename blacklist.
 * Automatic EXIF/GPS metadata stripping from uploaded images.
 * Fine-grained permissions: restrict uploads by capability and/or by specific roles.
 * A dedicated **Styling** tab: size, shape (circle/rounded/square), border, shadow,
   accent color, and button text.
 * Optional automatic cleanup of avatar files when a user account is deleted.
 * Translation ready.

#### Developer hooks

 * `avatarly_avatar_size` (filter) — change the avatar size used when generating
   a sized copy.
 * `avatarly_avatar_data` (filter) — filter the final avatar data array.
 * `avatarly_avatar_html` (filter) — filter the rendered `<img>` HTML.
 * `avatarly_avatar_uploaded` (action) — fires after a successful upload.
 * `avatarly_avatar_deleted` (action) — fires after an avatar is removed.

## ব্লকবোৰ

এই প্লাগিনটোৱে 1টা ব্লক প্ৰদান কৰে।

 *   Avatarly Lets the logged-in user upload or remove their local avatar.

## ইনষ্টলেশ্যন

 1. Upload the `avatarly` folder to `/wp-content/plugins/`, or install it through the
    Plugins screen directly.
 2. Activate the plugin through the “Plugins” screen in WordPress.
 3. Visit **Settings  Avatarly** to configure permissions and styling.
 4. Add the `[avatarly]` shortcode to a page, add the “Avatarly (Legacy)” widget to
    a sidebar, or insert the “Avatarly” block wherever logged-in users need to manage
    their avatar.

## সঘনাই উত্থাপিত প্ৰশ্ন

### Does this replace Gravatar entirely?

No, by default it layers on top: if a user hasn’t uploaded a local avatar, WordPress
falls back to Gravatar (or your configured default) as usual. You can disable that
fallback in Settings  Avatarly  General & Permissions.

### What image types are supported?

JPG, PNG, GIF, and WebP.

### Can I choose which part of my photo is used?

Yes. When you select or drop an image, a crop popup lets you drag to reposition 
and zoom before saving. Selecting “Skip” uploads the image with an automatic center
crop instead.

### Can I restrict who is allowed to upload an avatar?

Yes. Under Settings  Avatarly  General & Permissions you can require the `upload_files`
capability and/or restrict uploads to specific roles.

### Where are avatar files stored?

In `wp-content/uploads/avatarly/`, following WordPress’s standard year/month upload
structure.

### What happens to avatar files if I delete a user?

By default nothing is deleted automatically. You can enable automatic cleanup on
user deletion in the General & Permissions tab.

## পৰ্য্যালোচনা

এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Avatarly” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

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

[আপোনাৰ ভাষাত “Avatarly” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/avatarly)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/avatarly/), [SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/avatarly/)
চাওক নাইবা [RSS](https://plugins.trac.wordpress.org/log/avatarly/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/avatarly/) ছাবস্ক্ৰাইব
কৰক।

## সলনি-পঞ্জী

#### 1.0.4

 * Confirmed compatible with WordPress 7.1.

#### 1.0.3

 * Fixed the admin “Edit User” profile screen (e.g. an administrator uploading an
   avatar for another user) not saving a newly-selected avatar at all: the selected
   filename showed correctly in the field, but the page reloaded with no changes
   and no error. WordPress core’s own user-profile form doesn’t set `enctype="multipart/
   form-data"`, since core itself has no file upload there — without it, the browser
   can’t actually send file data on submit. The form now correctly includes this
   attribute so avatar uploads on that screen work as expected.

#### 1.0.2

 * Security hardening: the avatar uploads subfolder now writes its own .htaccess/
   index.php to deny script execution as a defense-in-depth measure, and the upload/
   delete REST endpoints are now rate-limited per user.

#### 1.0.1

 * Removed the Custom CSS settings field. Per WordPress.org plugin guidelines, plugins
   may not let users save arbitrary custom CSS/JS/PHP; all supported styling (size,
   shape, border, shadow, accent color) is already exposed as dedicated controls
   in Settings  Avatarly  Styling.

#### 1.0.0

 * Initial release, including a crop/reposition popup (drag to pan, zoom slider,
   skippable) for the front-end upload flow.

## মেটা

 *  **1.0.4** সংস্কৰণ
 *  **4 দিন আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **10টাতকৈ কম**
 *  WordPress-ৰ সংস্কৰণ ** 6.3 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **7.1**
 *  PHP-ৰ সংস্কৰণ ** 7.4 বা তাতকৈ ওপৰৰ **
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/avatarly/)
 * [avatar](https://as.wordpress.org/plugins/tags/avatar/)[gravatar](https://as.wordpress.org/plugins/tags/gravatar/)
   [profile picture](https://as.wordpress.org/plugins/tags/profile-picture/)[upload](https://as.wordpress.org/plugins/tags/upload/)
   [user profile](https://as.wordpress.org/plugins/tags/user-profile/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/avatarly/advanced/)

## ৰে’টিংবোৰ

এতিয়ালৈ কোনো পৰ্য্যালোচনা দাখিল কৰা হোৱা নাই।

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

[সকলো পৰ্য্যালোচনা চাওক](https://wordpress.org/support/plugin/avatarly/reviews/)

## অৱদানকাৰীসকল

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

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/avatarly/)