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


Tips, Tricks, Tutorials, and Screencasts: 68 Hits
directly into your existing pages. * **[[http://css-tricks.com/video-screencasts/55-adding-rss-content-with-simplepie/|CSS-Tricks: Adding RSS content with SimplePie]] (33:03)**\\ In this screencast by Chris Coyie... p://net.tutsplus.com/videos/screencasts/extending-simplepie-to-parse-unique-rss-feeds/|NETTUTS: Extending SimplePie to Parse Unique RSS Feeds]] (40:10)**\\ Jeffrey Way takes the time to show us how to extend S
Yahoo! Weather: 39 Hits
===== ===== The Basics ===== ^ Author | [[http://simplepie.org|Ryan Parman]] | ^ Revision | 1 | ^ SimplePie version | 1.0 | ^ Classes Extended | [[reference:SimplePie_Item:start]] | ==== About the Add-on ... p://jivebay.com/2007/07/25/get-yahoo-weather-with-simplepie/|Get Yahoo! Weather with SimplePie]] tutorial ove... nc'' and place it in the same directory as your ''simplepie.inc'' file. - On the SimplePie-enabled page you
Goals for SimplePie 2: 36 Hits
ite ahead of time. You'd have to add this to your CSS/HTML manually, so I'm not sure how this relates to SimplePie. Clarification? * No I see. Well, I just need an opportunity to implement it, right now I ... s you say it probably doesn't relate that much to SimplePie, and it IS possible without integrating it. *... ocks. That is a completely separate demo from the SimplePie 2.0 core. ===== Module Development ===== We've h
Sort multiple feeds by time and date: 31 Hits
<link rel="stylesheet" href="../demo/for_the_demo/simplepie.css" type="text/css" media="screen" charset="utf-8" /> <style type=... <link rel="stylesheet" href="../demo/for_the_demo/simplepie.css" type="text/css" media="screen" charset="utf-8" /> <style type="text/css"> h4.title { /* We're going to add some space next to the tit
SimplePie Plugin for Textpattern: 30 Hits
====== SimplePie Plugin for Textpattern ====== ===== The Basics ===== ^ Main page | [[plugins:textpattern:SimplePie Plugin for Textpattern]] | ^ Author | Mike Small (formerly Ryan Parman) | ^ Plugin Versio... extpattern version | 4.x | ^ Download | [[http://simplepie.org/downloads/simplepie_textpattern_1.2.2.zip|Download]] | ^ Required SimplePie version | 1.x | ^ Optional Helpers | None | ^ Plugin Support | Non
Limit the number of items per feed to be used with Multifeeds: 22 Hits
<link rel="stylesheet" href="../demo/for_the_demo/simplepie.css" type="text/css" media="screen" title="SimplePie Styles" charset="utf-8" /> <style type="text/css"> div#site { width:600px; } span.footnote
SimplePie Plugin for Mediawiki: 19 Hits
====== SimplePie Plugin for Mediawiki ====== ===== The Basics ===== ^ Main page | [[plugins:mediawiki:SimplePie Plugin for Mediawiki]] | ^ Author | [[http://simplepie.org|Ryan Parman]] (Original) | ^ Plugin... /simplepie_mediawiki.zip|Download]] | ^ Required SimplePie version | 1.0.x | ^ Optional Helpers | None | ^ Plugin Support | http://simplepie.org/support/viewforum.php?id=17 | :!: **Because I don't use Medi
NewsBlocks Demo 2.0: 17 Hits
l assumes that you're already familiar with using SimplePie, including looping through items. ===== Compatibility ===== * Supported in SimplePie 1.1. * Code in this tutorial should be compatible with PHP ... es the entire front-end development stack (XHTML, CSS, JavaScript, PHP) and utilizes the [[http://mooto... itable, and you should copy the latest version of simplepie.inc into the enclosed ''php'' directory. We've c
Create a sample SimplePie-enabled page: 17 Hits
====== Create a sample SimplePie-enabled page ====== ===== Example: Nothing Fancy ====== This is a very basi... ge would look like. <code php><?php // Make sure SimplePie is included. You may need to change this to match... autoloader.php // For 1.0-1.2: #require_once('../simplepie.inc'); // For 1.3+: require_once('../autoloader.p... feed with all of the default options. $feed = new SimplePie(); // Set which feed to process. // Run SimpleP
Flickr Lightbox: 17 Hits
l assumes that you're already familiar with using SimplePie, including looping through items. ===== Notes ==... Atom feed as of 23 August 2007. * Supported in SimplePie 1.0. * Code in this tutorial should be compatib... nc'' and place it in the same directory as your ''simplepie.inc'' file. - On the SimplePie-enabled page you... you include it in the same way that you include ''simplepie.inc''. ==== Source Code ==== <code php><?php cla
Sorting by custom criteria instead of date: 16 Hits
l assumes that you're already familiar with using SimplePie, including looping through items. It also assumes... -on). ===== Compatibility ===== * Supported in SimplePie 1.0. * Code in this tutorial should be compatib... ab extra Digg-specific data, and we'll extend the SimplePie class and override the [[reference:SimplePie:sort... necessary libraries. Digg Add-on found at http://simplepie.org/wiki/addons/digg require_once('simplepie.inc'
Last.fm Demo: 14 Hits
hat was put together back when we were working on SimplePie Beta 2. Since SimplePie Live is //designed// for... new one. ===== Compatibility ===== * Requires SimplePie Live public beta. * This demo uses native JavaS... code sample can be previewed at the [[http://live.simplepie.org/demo/lastfm/|Last.fm with SimplePie Live]] de... "en-US" lang="en-US"> <head> <title>Last.fm with SimplePie Live!</title> <script src="http://live.simplepie
get_favicon(): 12 Hits
icon() ====== ===== Description ===== <code>class SimplePie { get_favicon () }</code> Returns the favicon i... i). ===== Availability ===== * Available since SimplePie Beta 3. * $alternate parameter was removed in 1.0 RC2. ===== Examples ===== ==== Use CSS to add the favicon to each item's title ==== <code php><?php require_once('../simplepie.inc'); $feed = new SimplePie(); $feed->set_feed_url('http://simplep
SimpleLife: 11 Hits
/projects/simplelife.zip|Download]] | ^ Required SimplePie version | 1.0.1 | ^ Leverages [[plugins:wordpress:simplepie core]] | No. Might cause collisions with other SimplePie-based plugins in WordPress. | ^... m php script for my own lifestream - all based on Simplepie Excited? See it in action: [[http://kierandelane... *Customisable Appearance** - by changing provided CSS classes. Or use the default provided. ***Feed I
nukePIE: 10 Hits