Title: PixelVault Image Rescue
Author: pixelvault.dev
Published: <strong>18 جولای 2026</strong>
Last modified: 18 جولای 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/pixelvault-image-rescue/assets/banner-772x250.png?rev=3612855)

![](https://ps.w.org/pixelvault-image-rescue/assets/icon-256x256.png?rev=3612855)

# PixelVault Image Rescue

 توسط [pixelvault.dev](https://profiles.wordpress.org/rumbolabs/)

[دانلود](https://downloads.wordpress.org/plugin/pixelvault-image-rescue.0.2.2.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/pixelvault-image-rescue/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/pixelvault-image-rescue/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/pixelvault-image-rescue/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/pixelvault-image-rescue/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/pixelvault-image-rescue/)

## توضیحات

Imgur images embedded across your site can break — most recently for UK visitors,
when Imgur was geo-blocked. PixelVault Image Rescue fixes this automatically: when
a page loads, it rewrites Imgur image links so they load through PixelVault’s rescue
proxy, which fetches the image once and serves it from PixelVault’s global edge.

 * **Instant fix, no account required.** Activate the plugin and Imgur images start
   loading through PixelVault right away.
 * **Reversible and non-destructive.** Rewriting happens at output time only — your
   posts are never modified. Disable the plugin and the original markup returns 
   untouched.
 * **Handles `src` and `srcset`**, in post content, featured images, and widgets.
   An optional whole-page mode also catches theme-hardcoded images.

Anonymous rescue is durable-cached but not permanent — it re-fetches from Imgur,
so it still dies if Imgur deletes the original. Add a free PixelVault API key to**
Migrate & Own**: copy every Imgur image into your own PixelVault project and rewrite
your posts to permanent, owned URLs. Migration edits post content (a revision is
saved) and is fully reversible.

### External services

This plugin connects to **PixelVault** (https://pixelvault.dev), a third-party image-
hosting service, to rehost Imgur images. It uses two PixelVault endpoints:

**1. Rescue proxy — Live rescue (always on when enabled)**

 * **What it does:** rewrites Imgur image links on your pages to load through PixelVault’s
   rescue proxy, which fetches each image and serves it from PixelVault’s edge.
 * **What is sent:** only the URLs of Imgur images found on the pages being rendered,
   sent to the rescue endpoint (default `https://img.pixelvault.dev/rescue`). No
   account or key is required.
 * **When:** each time a page containing an Imgur image is rendered.

**2. Import API — Migrate & Own (optional, admin-triggered)**

 * **What it does:** when you add a PixelVault API key and click **Migrate all Imgur
   images**, the plugin imports each Imgur image into your own PixelVault project
   and rewrites your posts to the resulting permanent URLs.
 * **What is sent:** the Imgur image URLs to import and your PixelVault API key (
   sent server-side as a Bearer token), to the import endpoint (default `https://
   api.pixelvault.dev/v1/images`).
 * **When:** only while you are running a migration or restore from the plugin’s
   settings screen. Nothing is sent on the front end.

No visitor data and no post content beyond the Imgur image URLs themselves are ever
sent. Both endpoints are configurable if you self-host PixelVault.

By using this plugin you agree to PixelVault’s Terms (https://pixelvault.dev/terms)
and Privacy Policy (https://pixelvault.dev/privacy).

## نصب

 1. Upload the plugin to `/wp-content/plugins/`, or install it from the Plugins screen.
 2. Activate it.
 3. Visit **Settings  Image Rescue**. Live rescue is on by default; you’ll see how 
    many Imgur images were found.

## سوالات متداول

### Does this modify my posts?

No. Rewriting happens when a page is rendered. Your saved content is never changed,
and deactivating the plugin fully reverts the behavior.

### Some images still aren’t rewritten.

Enable **Whole-page mode** in the settings. It also rewrites theme-hardcoded and
background images at the cost of a little extra processing.

### Is it permanent?

Anonymous (live-rescue) mode is durable-cached, not permanent — it re-fetches from
Imgur as long as your pages get traffic, so it can still break if Imgur deletes 
the original. For permanent ownership, add an API key and run **Migrate & Own**,
which copies the images into your PixelVault project and rewrites your posts to 
owned URLs.

### Can I undo a migration?

Yes. Migration saves a revision for every edited post, and the settings page has
a **Restore original URLs** button that reverts posts back to their Imgur URLs (
your owned copies on PixelVault are kept).

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“PixelVault Image Rescue” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت 
کرده‌اند.

مشارکت کنندگان

 *   [ pixelvault.dev ](https://profiles.wordpress.org/rumbolabs/)

[ترجمه “PixelVault Image Rescue” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/pixelvault-image-rescue)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/pixelvault-image-rescue/)،
[مخزن SVN](https://plugins.svn.wordpress.org/pixelvault-image-rescue/) را بررسی 
کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/pixelvault-image-rescue/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/pixelvault-image-rescue/)
مشترک شوید.

## گزارش تغییرات

#### 0.2.2

 * Escape rewritten rescue URLs with esc_url() before they are returned to the front
   end, falling back to the original image URL if a URL is ever rejected.
 * Whole-page mode now closes its output buffer only when that buffer is provably
   its own (top of the stack and opened by this plugin), closes it as late as possible
   on shutdown, and never opens more than one — so a buffer opened by another component
   is never flushed or left misaligned.

#### 0.2.1

 * Whole-page mode now explicitly closes its output buffer on shutdown.
 * Documented the optional Migrate & Own import endpoint under External services.

#### 0.2.0

 * Mode B (Migrate & Own): with a PixelVault API key, copy Imgur images into your
   project and rewrite posts to permanent, owned URLs. Browser-driven with a progress
   bar, idempotent (skips already-migrated URLs), and reversible via a Restore button.

#### 0.1.0

 * Initial release. Mode A (live rescue): rewrite Imgur `src`/`srcset` in content,
   featured images, and widgets; optional whole-page mode; settings page with an
   at-risk image count.

## اطلاعات

 *  نگارش **0.2.2**
 *  آخرین به‌روزرسانی **1 روز پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 5.8 یا بالاتر **
 *  آزمایش‌شده تا **7.0.2**
 *  نگارش PHP ** 7.4 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/pixelvault-image-rescue/)
 * برچسب
 * [broken images](https://fa.wordpress.org/plugins/tags/broken-images/)[cdn](https://fa.wordpress.org/plugins/tags/cdn/)
   [image hosting](https://fa.wordpress.org/plugins/tags/image-hosting/)[images](https://fa.wordpress.org/plugins/tags/images/)
   [Imgur](https://fa.wordpress.org/plugins/tags/imgur/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/pixelvault-image-rescue/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

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

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/pixelvault-image-rescue/reviews/)

## مشارکت کنندگان

 *   [ pixelvault.dev ](https://profiles.wordpress.org/rumbolabs/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/pixelvault-image-rescue/)