RSSless WordPress Plugin
| Author: | John Kolbert |
|---|---|
| Version: | 1.0 |
| Last Update: | August 9, 2008 |
| Compatibility: | 2.5+, 2.6+ |
| Description: | Allows you to remove specific content of your posts from RSS feeds using short codes and replace it with any customizable message. Useful for removing embedded videos or images which don’t display properly in RSS readers. |
| WP-Extend: | http://wordpress.org/extend/plugins/rssless/ |
Downloaded 180 times from this page ![]() |
Skip the nonsense, how do I use it?
- hide specific post content from RSS readers
- replace hidden content with alternate text
- set a default alternate message or set a custom one for each short code
- uses WordPress’ built in short code API
- 2.5+ required
RSSless is a WordPress plugin which allows you to hide specific content in your posts from RSS readers. This is helpful for bloggers who embed videos, images, or other content which doesn’t display or embed correctly in RSS readers. Rather then having RSS readers get blank content, you can simply replace it with customizable message, such as “Please view the original article to watch this video.”
RSSless uses WordPress’ built in short code API. Simply surround the content you want to hide from RSS readers with the [rssless] [/rssless] short code tags (see Usage for full details).
| 1. | Download rssless.zip and unzip it. |
|---|---|
| 2. | Upload the plugin folder to wp-content/plugins/ and activate from the Plugin administrative menu. |
| 3. | Navigate to the plugins Options Menu (Settings > RSSless) and set the default replacement message. |
RSSless is fully compatible with the WordPress automatic upgrade feature. If you chose not to use the automatic upgrade feature, disable the plugin, upload your newly downloaded plugin file to your wp-content/plugins/ folder (overwrite the existing one), and reactivate the plugin.
RSSless lets you set a default replacement message. This message will replace your chosen post content in RSS readers should you not specify an alternate message (see Usage, below).
To hide specific content from RSS readers simply surround your chosen content (images, embedded videos, text, etc) with the short code tags. You can replace your content with the default replacement text you set in the Options menu by simply surrounding your content with [rssless][/rssless]. Alternatively, you can chose a custom message for each short code by setting a “text” attribute, such as in the following: [rssless text="Replacement text"][/rssless].
Example:
1 2 3 4 5 6 | This is my post. Isn't it great? [rssless] My content to be hidden from RSS. [/rssless] More content. [rssless text="Custom Replacement Message"] This should be hidden from RSS too. [/rssless] More content. |
If the default replacement message set in the Options menu was “This is the default message”, the above short codes would be replaced with the following:
RSS Readers would see:
This is my post. Isn’t it great?
This is the default message.
More content.Custom Replacement Message
More content.Readers in your website would see:
This is my post. Isn’t it great?
My content to be hidden from RSS
More content.This should be hidden from RSS too.
More content.
None yet.
- Version 1.0: primary release on August 9, 2008
Copyright © 2008 by John Kolbert (aka Simply-Basic.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16 Responses
to “RSSless WordPress Plugin”
11 Trackback(s)
- Aug 10, 2008: Twitter Tweets about WordPress Plugin as of August 9, 2008 : The Lessnau Lounge
- Aug 11, 2008: Leonaut.com
- Aug 12, 2008: 7 New WordPress Plugin Releases On 11/08 | Webabout.org
- Aug 12, 2008: Sobre WP » RSSless, tu RSS con sólo lo que importa
- Aug 12, 2008: Links for 12th August 2008 | Velcro City Tourist Board
- Sep 8, 2008: The Top 12 RSS Plugins for WordPress
- Sep 8, 2008: The Top 12 RSS Plugins for WordPress »TechAddress
- Sep 16, 2008: Плагин WordPress "RSSless" вырезает из RSS необходимую часть статьи.
- Sep 23, 2008: The Top 10 WordPress RSS Plugins
- Nov 5, 2008: Blog Wordpress: i 21 gadget chiave per un sito al Top
- Nov 6, 2008: The Top 12 RSS Plugins for WordPress — Encourage Blogging



hi. Thanks for plugin
perfect.
Regards
Неплохо конечно, неплохо
Before becoming famous with plugins, try to do it better…
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/simpkol6/public_html/wp-content/plugins/wp-syntax/geshi/geshi.php on line 1827
The error you were seeing wasn’t because of my plugin. It was a plugin I was using on this site.
In Usage I see
“[rssless title="The text to be shown"] My content to hide [/rssless]”
it’s not work - why “title”, not “text”?