Inspired by Post Layout plugin, this one let a WordPress blog owner to modify the items in his feed, adding text (eg. html snippet) before and after the item content.
Why a blogger should use a plugin like this? Here are some points to evaluate:
- it's nice to add a copyright notice in each feed item, so who republish or copy your complete feed (to steal contents) republish the copyright too...
- can be useful to add some link at end of each item, like social bookmark buttons, related posts links, ...
- may be you have some plugin that generate link or other content and you want to inject it in the feed (see the php execution facility)
The plugin can be configured with and "header" and a "footer" to be added in the feed item. This texts can contains php code, as <?php echo bookmark_me(); ?> and the code is executed and the results added to the item.
The example above is a working example: install the Bookmark Me plugin to try it.
Many oher plugins make available funzion to be called directory in the theme, functions that produce output. Now those calls can be "injected" in the feed items!
Download the plugin here.
Hello,
first : thanks for your work.
I will try to use your plugin on 2.5.1 Wordpress version,
I write text, php command () and html on “Code after the post” section but when I click on “Save” that not save
Do you know why have this bug please ?
Hello,
first : thanks for your work.
I will try to use your plugin on 2.5.1 Wordpress version,
I write text, php command and html on “Code after the post” section but when I click on “Save” that not save
Do you know why have this bug please ?
ps : I use Simple Tag plugin to insert tag on my feed.
Does the download link work??
I tried couple of times, but I just get 404 page.