This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

SB RSS feed plus

Сүрөттөө

You can improve the default WordPress RSS feed to include:

  • This plugin will add post thumbnail to RSS feed as “media:content” and “enclosure” tags.
  • Image is also added to HTML part of “description” and “content:encoded” tags.
  • You can also add server signature to end of feed content in form “Source: XYZ”.
  • Inject advertisement (image with link) after nth paragraph of each post.

Post thumbnail

Add post thumnail to each post’s excerpt and full text (if enabled in WordPress configuration).
Image will be added just before text of each post in RSS feed.
Post thumbnail is also added as media:content and enclosure tag to RSS feed.

Full-text RSS Feed when accessed via special URL

You can access RSS Feed with full content posts even when WordPress is set to RSS “Excerpt only” mode. Just setup a “secret key” and enable the override…
You can then request feed url with special query param ?fsk= to override “excerpt only” mode to “fulltext” mode. This is great for services like Google Currents.

Server signature

You can add server signature just after the full text content of post to each RSS post.

ADs

Very simple implementation of advertisement to each RSS feed post item. Ad is a simple clickable image (stretched to 90% of width – maximum of 700px).
There is no click monitoring, so you should use something like bit.ly to track clicks.

Support

Please, if you need support or help, visit: https://bitbucket.org/ladasoukup/sb-rss-feed-plus/issues

Translatable

All text can be translated using standart language files, text domain is: “SB_RSS_feed_plus”.

Included translations:

  • English (default)
  • Czech

Скриншоттор

  • Plugin settings

Орнотуу

  1. Upload to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Feed is now updated, you should check it

No more settings are needed.

FAQ.KG

Installation Instructions
  1. Upload to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Feed is now updated, you should check it

No more settings are needed.

Сын-пикирлер

Ноябрь 2, 2017-ж.
In the code there are various settings that would allow you to toggle adding the RSS image to content and excerpt and so on, but they don't appear. The settings page is blank of any actual settings... https://s3-us-west-2.amazonaws.com/elasticbeanstalk-us-west-2-868470985522/ShareX/2017/11/chrome_2017-11-01_22-31-15.png You can't even customize the image size in the feed, and a support thread asking how to do so is still unanswered. I think this plugin is abandoned.
Ноябрь 15, 2016-ж.
The plugin works as advertised and also helps MailChimp to deliver posts images from my RSS feed. Thank you, Ladislav!
Read all 10 reviews

Contributors & Developers

“SB RSS feed plus” is open source software. The following people have contributed to this plugin.

Мүчөлөрү

Translate “SB RSS feed plus” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Өзгөртүүлөр

1.4.20

  • Patched the Undefined index error with some prechecking – thanks to @chez14 (Gunawan Christianto)

1.4.19

  • Ensured full URL for media:content img URL – thanks to Brandon West

1.4.18

  • PHP7 compatibility
  • Fixing Issue #38 – proper URL escaping for , and tags

1.4.17

  • fixed “PHP Warning: Illegal string offset ‘image_meta’ in SB-RSS_feed-plus.php on line 231” warning

1.4.16

  • fixing “after_setup_theme” hook to load later so SB RSS can see all the thumb sizes created by theme

1.4.15

  • fixing Issue #29: Settings Panel Does Not Show.
  • fixing Issue #17: You do not have sufficient permissions to access this page.

1.4.14

  • fixing Issue #26: Regression v1.4.13 due to fix for #25

1.4.13

  • fixing Issue #25: “&’ etc. in featured image caption break RSS feed.

1.4.12

  • second hotfix for bug #24

1.4.11

  • hotfix for bug #24 introduced in version 1.4.8 – image title, description and copyright are not escaped and can breake the feed

1.4.10

  • fixed double “settings saved” message

1.4.9

  • fixed warning about plugin settings for new installs
  • altered image code in description tag

1.4.8

  • added title, alt and data-description to tag
  • added media:copyright, media:title and media:description to media:content tag

1.4.7

  • fixed one last PHP NOTICE

1.4.6

  • fixed several PHP NOTICE problems

1.4.5

  • added support for custom thumbnail sizes (issue #10)
  • changed __constructor – plugin is now initialized AFTER theme

1.4.4

  • added option to insert full article to tag

1.4.3

  • fix of bug introduced in version 1.4

1.4.2

  • added another RSS-related hooks and filters debug info

1.4.1

  • added RSS-related hooks and filters debug section ( code by: Andrey Savchenko, http://www.rarst.net/script/debug-wordpress-hooks/ )
  • WordPress 3.8 tested

1.4.0

  • image size can now be set in config panel

1.3.5

  • Added media:thumbnail element to metadata (thanks to David Raison)

1.3.4

  • bugfix: no description is shown for posts without thumbnail image. (thanks to Rodger Zeisler for reporting and sending fix)

1.3.3

  • fixed problem with older PHP version (5.2)

1.3.2

  • fixed possible “xmlns:media” collision
  • fixed “enclosure” tag – length value was missing

1.3.1

  • WordPress excerpt_only setting can be “temporary” overridden via special url (query param)

1.2

  • added advertisement injection
  • few core updates
  • bug fixes

1.1.2

  • admin notification code updated (code clean up)

1.1

  • settings page updated
  • settings moved under “Settings” section of WordPress
  • default settings fixed
  • warning notification if settings are out of date (after plugin update)
  • settings updated – you need to update configurtion in admin

1.0

  • added settings
  • few fixes, code clanup
  • Czech translation updated

0.2

  • fixed – now it extends WordPress default tag
  • fixed repeated excerpt problem
  • full text of post is only embeded if this option is allowed in WordPress (native RSS settings)
  • “Source: XYZ” added to end of content (link back to your site)
  • added Czech translation, plugin is multi-language ready

0.1

first beta version