Title: STI RSS Feed Reader
Author: SANTECHIDEA
Published: <strong>20 janeiro, 2026</strong>
Last modified: 26 maio, 2026

---

Pesquisar plugins

![](https://ps.w.org/sti-rss-feed-reader/assets/banner-772x250.png?rev=3443018)

![](https://ps.w.org/sti-rss-feed-reader/assets/icon-128x128.png?rev=3443018)

# STI RSS Feed Reader

 Por [SANTECHIDEA](https://profiles.wordpress.org/santechidea/)

[Baixar](https://downloads.wordpress.org/plugin/sti-rss-feed-reader.1.2.4.zip)

 * [Detalhes](https://br.wordpress.org/plugins/sti-rss-feed-reader/#description)
 * [Avaliações](https://br.wordpress.org/plugins/sti-rss-feed-reader/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/sti-rss-feed-reader/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/sti-rss-feed-reader/#developers)

 [Suporte](https://wordpress.org/support/plugin/sti-rss-feed-reader/)

## Descrição

STI RSS Feed Reader is a modern, lightweight plugin that makes it easy to display
RSS feeds beautifully in your WordPress site.
 It includes image fallback support,
flexible layouts (list or grid), an optional “Store as Posts” feature, and automatic
cleanup for stored posts.

**Key Features:**
 * Display RSS feeds in responsive list or grid layout. * Store
feed items as WordPress posts (optional). * Choose custom post status: publish, 
draft, or pending. * Built-in cleanup system to automatically expire old items. *
Fallback image support for feeds without featured images. * Works with multiple 
feed profiles (create and manage different feeds). * Breaking news ticker shortcode
with live admin preview. * No theme lock-in: inherits your theme’s styling.

### Shortcodes

Display a feed profile:
 [stirfr_rss_feed id=”1″]

Breaking news ticker:
 [stirfr_breaking_news]

Site-wide RSS feed button:
 [stirfr_rss_links]

RSS button with custom colors:
 [stirfr_rss_links label=”Subscribe” color=”#fff”
bg=”#e11d48″]

All category feeds as buttons:
 [stirfr_rss_links type=”categories”]

Single category RSS button:
 [stirfr_rss_link category=”your-category-slug”]

Single category with custom colors:
 [stirfr_rss_link category=”tech” color=”#fff”
bg=”#2563eb” label=”Tech Feed”]

### Development Notes

All JavaScript files included in this plugin are human-readable source files.
 No
minified or obfuscated JavaScript is used.

## Capturas de tela

 * [[
 * Pull beautiful, fast, image-rich RSS blocks into your site.
 * [[
 * Example of RSS feed in grid layout with images.
 * [[
 * Example of RSS feed in list layout with images.
 * [[
 * Store items as posts, configure retention and run cleanup.
 * [[
 * Create different feeds for different pages.
 * [[
 * Choose card background, main text color, and Read more link color.

## Instalação

 1. Upload the plugin files to `/wp-content/plugins/sti-rss-feed-reader/`, or install
    via the WordPress Plugins screen.
 2. Activate the plugin through the “Plugins” screen in WordPress.
 3. Go to the **STI RSS Feed** menu in your WordPress admin dashboard to configure 
    settings.
 4. Add the shortcode `[stirfr_rss_feed id="X"]` to any page or post (replace `X` with
    the profile ID).

## Perguntas frequentes

### Does this plugin create posts automatically?

Only if you enable the “Store as Posts” option in a feed profile. Otherwise, it 
only displays feeds.

### Can I customize the layout?

Yes, you can switch between **List** and **Grid** layouts, and choose the number
of columns.

### How does cleanup work?

Stored posts get an expiration date. You can set how many days they remain before
being automatically trashed or deleted.

### Will it slow down my site?

No, the plugin uses caching and efficient queries. You can also control how often
feeds are fetched.

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“STI RSS Feed Reader” é um programa de código aberto. As seguintes pessoas contribuíram
para este plugin.

Colaboradores

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

[Traduzir o “STI RSS Feed Reader” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/sti-rss-feed-reader)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/sti-rss-feed-reader/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/sti-rss-feed-reader/)
ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/sti-rss-feed-reader/)
por [RSS](https://plugins.trac.wordpress.org/log/sti-rss-feed-reader/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 1.2.4

 * Fixed: Admin menu icon path and duplicate function declarations.
 * Fixed: PHP 7.4 compatibility (replaced `str_contains` with `strpos`).
 * Fixed: Cron job duplication and activation hook placement.
 * Improved: Live ticker preview AJAX handler with nonce verification.
 * Improved: CSS and JS asset versioning with filemtime fallback.

#### 1.2.0

 * New: RSS tab in admin panel — view and copy RSS feed URLs for all categories,
   tags, and site-wide feeds.
 * New: `[stirfr_rss_links]` shortcode — display a site-wide RSS feed button on 
   any page, post, or widget.
 * New: `[stirfr_rss_link]` shortcode — display a single RSS button for a specific
   category or tag.
 * New: Custom color support (`color` and `bg` attributes) for RSS link shortcodes.
 * New: 6 additional “Read More” button styles — Gradient, Pill, Underline, Elevated,
   Glass, and Dark.
 * New: Shortcode support in block-based widgets (Custom HTML block, Shortcode block).
 * Improved: Feed image extraction now checks `content:encoded` and enclosure thumbnails,
   not just description.
 * Improved: Local feed fallback — own-site RSS feeds now query the database directly
   instead of HTTP loopback.
 * Fixed: RSS feed XML corruption caused by plugin HTML being injected into category
   feeds.
 * Fixed: Missing images when fetching feeds from same-site category URLs.
 * Security: Improved escaping and input sanitization across multiple files.

#### 1.1.8

 * New: “Suggest RSS Feed URL” feature to help users discover valid feed links.
 * Improved: Full plugin optimization — cleaner code, better performance, reduced
   DB queries.
 * Improved: Consolidated asset enqueuing and cleanup helpers.
 * Improved: Activation/deactivation hooks centralized in main plugin file.
 * Fixed: Minor bug fixes and stability improvements.

#### 1.1.7

 * New: Breaking News Ticker tab in admin panel.
 * New: Customizable ticker with multiple sources (profile, custom URL, stored posts).
 * Improved: Refactored feed rendering for better performance.
 * Fixed: Feed positioning issues across header, footer, and content areas.
 * Security: Added nonce verification for admin preview requests.

#### 1.1.6

 * Improved feed structure and positioning.

#### 1.1.5

 * New: Category-based Feed Visibility.
 * New: Automatic Feed Positioning with multiple placement options.
 * New: “Show on Pages” toggle.
 * Improved: Admin UI layout and responsiveness.

#### 1.1.4

 * Improved: Read More control layout and live preview.
 * New: Default Fallback Image Support.
 * Improved: Cleaner markup and styling.

#### 1.1.3

 * Security hardening and sanitization improvements.
 * Removed frontend branding, replaced with source attribution.

#### 1.1.2

 * Security hardening and sanitization improvements.

#### 1.1.0

 * Initial public release.
 * Added List and Grid layouts.
 * Added “Store as Posts” feature with cleanup system.
 * Added fallback image support.

## Meta

 *  Versão **1.2.4**
 *  Última atualização **2 dias atrás**
 *  Instalações ativas **10+**
 *  Versão do WordPress ** 5.9 ou superior **
 *  Testado até **7.0**
 *  Versão do PHP ** 7.4 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/sti-rss-feed-reader/)
 * Tags
 * [feed](https://br.wordpress.org/plugins/tags/feed/)[import](https://br.wordpress.org/plugins/tags/import/)
   [posts](https://br.wordpress.org/plugins/tags/posts/)[reader](https://br.wordpress.org/plugins/tags/reader/)
   [rss](https://br.wordpress.org/plugins/tags/rss/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/sti-rss-feed-reader/advanced/)

## Classificações

Ainda não foi enviada nenhuma avaliação.

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

[Ver todas avaliações](https://wordpress.org/support/plugin/sti-rss-feed-reader/reviews/)

## Colaboradores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/sti-rss-feed-reader/)