Title: RSS Image Widget
Author: zackdesign
Published: <strong>Ẹrẹ́nà 5, 2008</strong>
Last modified: Èrèlé  23, 2026

---

Ṣàwárí àwọn plugin

![](https://s.w.org/plugins/geopattern-icon/rss-image-widget.svg)

# RSS Image Widget

 Láti ọwọ́ [zackdesign](https://profiles.wordpress.org/zackdesign/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/rss-image-widget.3.0.0.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/rss-image-widget/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/rss-image-widget/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/rss-image-widget/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/rss-image-widget/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/rss-image-widget/)

## Àpèjúwe

RSS Image Widget fetches images from any RSS/Atom feed that uses enclosures and 
displays them in a responsive grid with a built-in lightbox. Works as both a classic
widget and a Gutenberg block.

**Features:**

 * **Widget + Block** — Use in sidebars (classic widget) or anywhere in the block
   editor
 * **Lightweight** — No jQuery, no external CDN. Just a tiny vanilla JS lightbox(
   ~2 KB)
 * **Responsive grid** — CSS Grid layout adapts to any container width
 * **Lazy loading** — Images use native browser lazy loading
 * **Accessible** — Lightbox supports keyboard navigation (Escape to close)
 * **Zero configuration** — Just add a feed URL and go

**Upgrading from v2.x:**

The Bootstrap classes (`row`, `col-xs-12`) and external Lightbox2 CDN have been 
replaced with clean semantic HTML, a responsive CSS Grid layout, and a bundled vanilla
JS lightbox. If you had custom CSS targeting the old classes, you will need to update
it to use the new `.rss-image-gallery` BEM classes.

## Àwọn ìdí

Plugin yìí pèsè 1 ìdí.

 *   RSS Image Gallery Display images from an RSS or Atom feed as a lightbox gallery.

## Ìgbéwọlẹ̀

**As a block:**

 1. In the block editor, click the + inserter and search for “RSS Image Gallery”
 2. Enter your feed URL in the placeholder
 3. Adjust the number of images in the block settings sidebar

**As a widget:**

 1. Go to Appearance > Widgets
 2. Add the “RSS Image Gallery” widget to a sidebar
 3. Enter your feed URL and number of images

## FAQ

### Images arenÌtumọ̀ Yorùbá: ’t appearing

Your feed must use enclosures to provide image URLs. Most photo feeds (Flickr, etc.)
do this by default. If your feed doesnÌtumọ̀ Yorùbá: ’t use enclosures, this plugin
wonÌtumọ̀ Yorùbá: ’t find any images.

### Can I style the gallery?

Yes. The gallery uses BEM-style classes: `.rss-image-gallery`, `.rss-image-gallery__item`,`.
rss-image-gallery__image`, `.rss-image-gallery__caption`. The lightbox uses `.rss-
lightbox`.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“RSS Image Widget” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa
sí plugin yìí.

Àwọn Olùkópa

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

[Túmọ̀ “RSS Image Widget” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/rss-image-widget)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/rss-image-widget/), ṣàyẹ̀wò
[ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/rss-image-widget/), tàbí ṣe àgbékalẹ̀
sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/rss-image-widget/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/rss-image-widget/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 3.0.0

 * New: Gutenberg block — “RSS Image Gallery” available in the block editor
 * New: Responsive CSS Grid layout replaces Bootstrap classes
 * New: Built-in vanilla JS lightbox replaces external Lightbox2 CDN dependency
 * New: Lazy loading on all images
 * New: Accessible lightbox with keyboard support (Escape to close)
 * Removed: jQuery dependency
 * Removed: External CDN dependency (cdnjs Lightbox2)
 * Removed: Bootstrap HTML classes (col-xs-12, row, thumbnail)
 * Changed: Uses WordPress fetch_feed() instead of direct SimplePie instantiation
 * Changed: Assets only loaded when widget/block is on the page
 * Changed: Requires WordPress 6.0+
 * Security: Input sanitization and output escaping throughout

#### 2.1.0

 * PHP 8.x compatibility: replaced create_function() with anonymous function
 * Fixed SimplePie include path for modern WordPress
 * Replaced extract() with direct array access
 * Removed dead $width code
 * Security hardening: ABSPATH guard, output escaping, input sanitization

#### 2.0.3

 * Tested with WP 4.3.1
 * Changed to PHP5-compatible classes

#### 2.0.2

 * Tested with WP 4.2.2

#### 2.0.1

 * Fix for PHP 5.3

#### 2.0.0

 * Now using Lightbox provided by CDN instead of Shadowbox
 * Bootstrap-compatible classes and HTML
 * SimplePie caches using the WordPress upload directory if available

#### 1.4.2

 * Removal of PHP Thumb to remove thumbnail generation
 * Removal of garbage collection function

#### 1.4.1

 * Updated the license requirements
 * Tested in 3.3.2

#### 1.4

 * Now comes with Shadowbox for showing images in gallery
 * Titles moved below image by default
 * Clicking image shows the full size
 * Clicking title sends you to the website
 * Improved caching

#### 1.3.1

 * Intelligent garbage collection
 * Width/Height resizing now settable in widget

#### 1.3

 * SimplePie dependency removed as it comes with WordPress 2.7+
 * PHPThumb changed to latest version

#### 1.2.1

 * Change image_widget.tmpl to validated XHTML

#### 1.2

 * Uses WordPress 2.8 widget class — supports multiple instances

#### 1.1

 * Addition to admin of changeable title

#### 1.0

 * First release

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **3.0.0**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **oṣù 3 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **60+**
 *  Ẹ̀yà WordPress ** 6.0 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **6.9.4**
 *  Ẹ̀yà PHP ** 7.4 tàbí ju bẹ́ẹ̀ lọ **
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/rss-image-widget/)
 * Àwọn àmì
 * [feed](https://yor.wordpress.org/plugins/tags/feed/)[gallery](https://yor.wordpress.org/plugins/tags/gallery/)
   [image](https://yor.wordpress.org/plugins/tags/image/)[rss](https://yor.wordpress.org/plugins/tags/rss/)
   [widget](https://yor.wordpress.org/plugins/tags/widget/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/rss-image-widget/advanced/)

## Àwọn ìbò

 3 lára àwọn ìràwọ̀ 5.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/rss-image-widget/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/rss-image-widget/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/rss-image-widget/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/rss-image-widget/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/rss-image-widget/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/rss-image-widget/reviews/)

## Àwọn Olùkópa

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

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/rss-image-widget/)

## Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

 [ Ṣe ìtọrẹ sí plugin yìí ](https://zackdesign.biz/)