You are not logged in.
SimplePie Plugin for Textpattern: a super-fast, easy-to-use RSS and Atom parser.
The up to date documentation for this plugin is currently on the simplepie wiki:
http://simplepie.org/wiki/plugins/textpattern/simplepie_plugin_for_textpattern
I have just taken over the development of this plugin. There seems to be quite a bit of interest in it so I thought I would add this support forum. All comments and ideas welcome (within reason ;) ).
The plugin needs to be updated to comply with plugin naming conventions – hence the title of this support forum. I plan to include this in a 2.0.0 release as it represents quite a change and will involve work for site authors updating their tag names.
Keep it simple. The ethos will be quick generation of feeds with a minimum of required configuration options.
This need not stop the addition of new features, but it will be considered a requirement that the default installation of the plugin will allow quick and easy to configure use of the SimplePie feed parser.
Last edited by tameboy (2008-02-24 09:14:58)
Offline
hcgtv wrote:
The biggest issue with the plugin is that the layout of the feeds is hard coded in the plugin. So on my sites, no two plugins have the same code base because of the intended purpose of the site. Looking towards the future, the layout should come from a TxP form, rather than hard coded inside the plugin source code. With the ability of having a form per feed, you can have side menu feeds with just a heading and content feeds with the full text of the feed. As it stands now, you can only use the plugin with one look per site, a bit limited.
Thanks hcgtv, I will certainly consider your comments.
Offline
looking forward to its release
neme.org | hblack.net | neme-imca.org | code4.net | LABS
Offline
Great news! :D
La música ideas portará y siempre continuará
Offline
Hi
I will try and get a new version of this plugin out by the end of March. I need to sort out the naming convention issue (see above) and will consider making the layout options more flexible.
Are there any more feature request before I get started on the next version?
Thanks
TB
Offline
currently I insert a feed on one page… works fine… when I place the same code on another page, I get an ‘error getting feed’ on that page (the original still works fine)… maybe it’s the fact that a cache file already exists??
this is using the original version – not this one! but just mentioning in case
Offline
Can someone please tell me what blindingly obvious mistake I’m making with this code:
<txp:feed items=“3” showdesc=“false” showdate=“j F Y” h=“h2”>http://www.cofe.anglican.org/news/news.rss</txp:feed>
It works perfectly except that it uses heading level 3 instead of level 2. It’s so simple, it has to be something obvious I’m doing wrong!
Stuart
Offline
Actually, I noticed something in the code. Should this line (line 43):
else if ($ftitle != ‘’) $output .= “<h3>$ftitle</h3>”;
actually read like this:
else if ($ftitle != ‘’) $output .= “<{$argv[‘h’]}>$ftitle<{$argv[‘h’]}>”;
Stuart
Offline
Yes you are right, there is an error there, meaning for default feed titles the header tag h3 is output regardless of what you put in the ‘h’ attribute.
I’ll correct that in the next release.
Thanks for finding the solution as well as the problem ;)
Offline
I am using the SimplePie plug-in in many articles to show some Google news for specific topics. I.e. my article about British singer Duffy has the ten latest news on the bottom.
The problem is the ugly whitespace below the item titles. I know that this is not a core plug-in issue but maybe you can have a look at the problem with the Google news feed? A filter for that issue would be welcome :)
Last edited by merz1 (2008-03-22 19:34:54)
Offline