RSSCake

What is RSSCake?

RSSCake is evolution from QuickRSS, a plugin to show RSS into your post and page.
You can insert one or more feed into your post,
RSSCake is still use SimplePie as feed parser.

Feature

Same with the feature on QuickRSS. RSSCake support caching and multiple feeds.

What is the different with QuickRSS ?

RSSCake is more optimize than QuickRSS and more flexible.

Demo

How to use

Like QuickRSS, RSSCake have 5 optional condition

Simple tag


Very RSSCake simple tag

[RSSCAKE]feed url[/RSSCAKE]

RSSCake tag with comment tag

<!--[RSSCAKE]feed url[/RSSCAKE]-->

Advanced tag


This is advanced tag used on RSSCake

[RSSCAKE=#1,#2,#3,#4,#5]feed url[/RSSCAKE]

* #1 Show feed title (boolean)
* #2 Show feed image (boolean)
* #3 Show feed description (boolean)
* #4 Number of items (number)
* #5 Show item description (boolean)


Use RSSCake outside the post or page

You need familiar with PHP to use RSSCake outside from your post or page.
This is sample code to use RSSCake at outside.

 
$feed = "http://www.example.com/rss.xml";
 
$params = array("ShowFeedTitle"=>true,
		       "ShowFeedImage"=>true,
		       "ShowFeedDescription"=>true,
	               "ItemNumber"=>5,
		       "ItemDescription"=>true);
 
# $template = dirname(__FILE__)."/your-template.php";
// or
# $template = "default";
 
 
# $cache['dir'] = dirname(__FILE__)."/cache/";
# $cache['time'] = 5000;
 
echo WP_RSSCake($feed,$params,$template,$cache);

License

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Download

Latest Version RSSCake 0.1BETA

Support

This is still beta version, your support is very needed.
If you find bugs or any kind for this plugin, feel free to comment below.

Knowns Problem

If you use QuickRSS tags on RSSCake and not deactivate QuickRSS plugin there will be some conflict.

FAQ

Q: What wordpress version is compatible with this plugin?
A: This plugin compatible with wordpress version 2.3.x and 2.5.x

Q: I want to edit the list html ?
A: You can edit template file under this plugin directory

Q: How can I delete cache files in my cache folder under this plugin ?
A: You can delete cache files through your file manager in cpanel.

Q: I want use RSSCake. but, I`m already familiar with QuickRSS and there`s so many QuickRSS tags on my post ?
A: You can still use QuickRSS tags, first deactivate QuickRSS and go to plugins->plugins editor->WP_RSSCake.php uncomment code on line 18

Q: I got some problem, can you help me?
A: feel free to email me at abdul.ibad@yahoo.com or YM.

6 Responses to “RSSCake”

  1. WP Plugin Archive » RSSCake Says:

    [...] RSSCake ist eine Weiterentwicklung vom QuickRSS Plugin des gleichen Autors. Das Plugin ermöglicht das einfache Einbinden von RSS-Feeds in Beiträge oder Seiten. Es können jeweils einer oder mehrere Feed in einen Beitrag eingebunden werden. RSSCake nutzt SimplePie als Feed Parser. Verwandte Artikel [...]

  2. 6 Wordpress Plugins divulgados 14/07 - Wordpressbr.com Says:

    [...] RSSCake - RSSCake é uma versão mais avançada do QuickRSS,  este plugin exibe RSS feeds em seus posts. Você pode inserir um ou mais Feeds nos posts, RSSCake continua utilizando SimplePie como parser. [...]

  3. WordPress Plugin 07/14 : Sukaba.net Says:

    [...] RSSCake [...]

  4. JTPratt's Blogging Mistakes Says:

    this plugin doesn’t work at all. I installed it on Wordpress 2.6, and it won’t bring up any results at all, or an error, or even try to filter the RSSCAKE take when I post in either HTML or Visual editor view any of these -

    [RSSCAKE=true,true,true,5,true]http://rss.api.ebay.com/ws/rssapi?FeedName=SearchResults&siteId=0&language=en-US&output=RSS20&from=R40&satitle=gibson+flying+v[/RSSCAKE]

    [RSSCAKE]http://rss.api.ebay.com/ws/rssapi?FeedName=SearchResults&siteId=0&language=en-US&output=RSS20&from=R40&satitle=gibson+flying+v[/RSSCAKE]

    [rsscake]http://detroit.craigslist.org/emd/index.rss[/rsscake]

    [RSSCAKE]http://detroit.craigslist.org/emd/index.rss[/RSSCAKE]

    It just prints the code right to the page. Also - I don’t see any options or settings page for this plugin after it’s enabled. Does it have one?

    Please send me email if you reply to this - you don’t have subscribe to comments installed so I’ll never know.

    thanks!

  5. JTPratt's Blogging Mistakes Says:

    any word on this - I’d really like to get it going…thanks!

  6. TheHave Says:

    hi JTPratt`s.

    Try it with comment tag

    like

Leave a Reply