RSS Signature - Wordpress Plugin - Modified
Posted at 4:17 pm. Filed under: Blogging, Tips, Wordpress Plugins
Last night I came across a nice little Wordpress plugin on SmackFoo.com. It’s called RSS Signature (previously known as sig2feed). Basically what it does is allow you to include a “signature” at the end of your posts when viewed from an RSS reader.
Here’s an example of the plugin in action: FeedBurner - FromWhatIHeard.com
Obviously the “Source: FromWhatIHeard.com…” line is not included in my posts when you view them from my blog. The plugin allows you to specify what you want to appear at the end of your posts when viewed in RSS readers.
I have taken the liberty to add some new options to the plugin, allowing you to easily include links pointing to your blog home page and even to each invidividual blog post.
Here’s an example of the code I created and added to my RSS signature:
<strong>Source:</strong> <a href=”%BLOGHOME%” target=”_blank”>%BLOGNAME%</a> | <a href=”%POSTLINK%” target=”blank”>%TITLE%</a>
As you can see from the FeedBurner example I posted above, every post contains a link back to the home page of my blog as well as a link to the individual post on my blog. This comes in very handy for when someone feels the need to scrape or “syndicate” your posts via RSS. Alot of spam blogs (a.k.a. Splogs) will load their blogs full of other blogs’ posts just to make it seem like they have a real blog with real content so they can use ads and other money making services on them.
You can download my modified version of this plugin here: Wordpress Plugins
I will post updates if I make any further changes.
If you have any questions or comments, feel free to post them.


