SimplePie 1.5 is now available!

SimplePie Documentation.  Learn how to use this thing.  It's way better than going to school.

You are here: Documentation

Search

You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate button.

Results


Matching pagenames:

 
Customization: 80 Hits
at work best for you, and even edit and alter the feed data after it's read from the feed but before it'... gin_for_wordpress:troubleshooting]] | ===== Per-Feed Settings ===== If you want to override the default settings on a per-feed basis, these are the options that you can set (as discussed in [[plugins:wo... | ^ enable_cache | boolean | Whether the given feed should be cached or not. | ^ enable_order_by_da
API Reference: 56 Hits
ng them. * [[reference:SimplePie:force_feed]] — Force SimplePie to parse the content, even if it doesn't believe it's a feed. * [[reference:SimplePie:force_fsockopen]] — Use instead of the preferred ... Set the maximum time for which an autodiscovered feed URL will be cached. * [[reference:SimplePie:set... of [[reference:SimplePie_File:start]] to use as a feed. * [[reference:SimplePie:set_input_encoding]] —
force_feed(): 16 Hits
be handled as a feed. ===== Examples ===== ==== Force SimplePie to handle a text/plain document as a feed ==== <code php>$feed = new SimplePie(); $feed->set_feed_url('http://youtube.com/rss/global/recently_added.rss'); $feed->force_feed(true); $feed->init(); $feed->handle_content_type(); echo $feed->g
Setting up a cron job for SimplePie and SimplePie Plugin for Wordpress: 12 Hits
ed->set_cache_location($cache_location); $feed->set_cache_duration(0); // force cache to update immediatlely $feed->set_timeout(5); // optional, if you have a lot of feeds a low timeout may be necessary $feed->init(); ?> </code> Upload that file to a web accessible directo... implepie_cache */ SimplePieWP(array([your feed urls here]), array('set_cache_duration'
force_fsockopen(): 12 Hits
r fetching remote feeds. This config option will force SimplePie to use fsockopen even if cURL is instal... ockopen instead of cURL functions ==== <code php>$feed = new SimplePie(); $feed->set_feed_url('http://simplepie.org/blog/feed/'); $feed->force_fsockopen(true); $feed->init(); $feed->handle_content_type(); echo $feed->get_title();</code> ===== See Also ===== {{backlinks>.}}
Features: 6 Hits
is is really unneeded, and has been for ages) | | Force feed | Non-core | | Autodiscovery | Non-core | | Feed encoding override | Sorta existent | | Output encoding | Non-core (all output will be UTF-8) |
Formatting Syntax: 4 Hits
** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two ... atch, xml, xorg_conf, xpp, z80// ===== RSS/ATOM Feed Aggregation ===== [[DokuWiki]] can integrate data... 8 | | reverse | display the last items in the feed first | | author | show item authors names | ... >%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call | ====
SimplePie 1.3 "Boysenberry": 3 Hits
lable, however new code is encouraged to use ''%%$feed->get_registry()->register()%%'' (see [[api>Simple... implepie/simplepie/issues/62|Bug #62]]: Option to force summary only in get_description() * [[https://g