<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webmaster-Source &#187; SimplePie</title>
	<atom:link href="https://www.webmaster-source.com/tag/simplepie/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>SimplePie Ceases Development</title>
		<link>https://www.webmaster-source.com/2009/10/02/simplepie-ceases-development/</link>
		<comments>https://www.webmaster-source.com/2009/10/02/simplepie-ceases-development/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 11:05:43 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[SimplePie]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2611</guid>
		<description><![CDATA[The developers behind the SimplePie RSS parser (the de facto standard for PHP RSS parsing) have announced that they are ending their work developing the project. &#8230;effective immediately, we are ceasing development of SimplePie and shutting down the project. We will shortly be pushing all code to GitHub. The mailing list will continue to serve [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>The developers behind the <a href="http://simplepie.org/">SimplePie</a> RSS parser (the de facto standard for PHP RSS parsing) have announced that they are <a href="http://simplepie.org/blog/2009/09/26/simplepie-is-ceasing-development/">ending their work developing the project.</a></p>
<blockquote><p>&#8230;effective immediately, we are ceasing development of SimplePie and shutting down the project. We will shortly be pushing all code to <a href="http://github.com/skyzyx/simplepie">GitHub</a>. The <a href="http://tech.groups.yahoo.com/group/simplepie-support/">mailing list</a> will continue to serve users for the time being, but my sincerest hope is that someone will take up the charge to fork SimplePie, fix all of its issues, and continue on with this project that’s been such a huge part of my life for the past 5 years.</p></blockquote>
<p><a href="http://www.wptavern.com/wordpress-rss-parsor-simplepie-ceases-development">WP Tavern</a> pointed out that WordPress recently incorporated SimplePie into the core for anything related to RSS parsing (such as Dashboard and sidebar widgets). This means it&#8217;s in the WordPress project should definitely be keeping an eye on this issue.</p>
<p>I think that either the SimplePie community needs to take it upon themselves to continue development, or fork the project with long-term intentions. (Perhaps the Automattic people could create a fork and maintain it along with WordPress?)</p>
<p><strong>EDIT:</strong> Ryan McCue, an ex developer of SimplePie, has <a href="http://wpdevel.wordpress.com/2009/09/24/suggest-agenda-items-for-oct-1st-dev-cha/comment-page-1/#comment-3339">created a new fork</a> and he and Matt Mullenweg are trying to pick up the SimplePie domain name. (Mullenweg has offered to pay for hosting and domain renewals.) So, the short story is: development of SimplePie will continue.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/10/02/simplepie-ceases-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using SimplePie For Your Sideblog</title>
		<link>https://www.webmaster-source.com/2007/11/04/using-simplepie-for-your-sideblog/</link>
		<comments>https://www.webmaster-source.com/2007/11/04/using-simplepie-for-your-sideblog/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 16:26:14 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Asides]]></category>
		<category><![CDATA[sideblogs]]></category>
		<category><![CDATA[SimplePie]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/2007/11/04/using-simplepie-for-your-sideblog/</guid>
		<description><![CDATA[I&#8217;ve previously talked about sideblogs, or asides as they&#8217;re often called. The most common way to setup a sideblog in WordPress generally involves creating a second Loop to display posts from a certain category (a plugin is often used to do this). There&#8217;s a downside to that approach though. If you use the Loop/Category approach, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img src="http://i11.tinypic.com/403e1op.jpg" border="1" alt="" hspace="5" vspace="5" width="200" height="296" align="right" />I&#8217;ve <a href="http://www.webmaster-source.com/2007/11/02/how-should-you-implement-asides/">previously talked about sideblogs</a>, or asides as they&#8217;re often called. The most common way to setup a sideblog in WordPress generally involves creating a second Loop to display posts from a certain category (a plugin is often used to do this). There&#8217;s a downside to that approach though.</p>
<p>If you use the Loop/Category approach, you end up with tons of short, two-sentence posts. That means each of your 347 sideblog entries has it&#8217;s own permalink page where 97% of the page is just the single.php template. Google doesn&#8217;t really like pages with little &#8220;original content,&#8221; so you could potentially have a problem on your hands. Even if you&#8217;re not that worried about what Google thinks of your blog, you still have 347 permalink pages, which could get in the way.</p>
<p>Here&#8217;s my solution:</p>
<ol>
<li>Create a new Tumbleblog using Tumblr.com.</li>
<li>Use the <a href="http://simplepie.org/wiki/plugins/wordpress/simplepie_plugin_for_wordpress">SimplePie WordPress Plugin</a> to easily put the Tumbleblog feed&#8217;s contents in your blog sidebar.</li>
</ol>
<p>Simple (pun unintended). Now you can post your sideblog entries to Tumblr, and they will appear on your blog.<span id="more-265"></span></p>
<p>The SimplePie plugin has a directory full of templates that decide how your sideblog feed is displayed. The included templates don&#8217;t work well for a sideblog, so I&#8217;m including my custom template as well as the function call required to display the sideblog.</p>
<p>Sideblog SimplePie Template:</p>
<p><code>{ITEM_LOOP_BEGIN}<br />
&lt;li&gt;<br />
&lt;strong&gt;&lt;a href="{ITEM_PERMALINK}"&gt;{ITEM_TITLE}&lt;/a&gt;&lt;/strong&gt; &lt;small&gt;&lt;i&gt;{ITEM_DATE}&lt;/i&gt;&lt;/small&gt;&lt;br/&gt;<br />
{ITEM_DESCRIPTION}<br />
&lt;/li&gt;<br />
{ITEM_LOOP_END}</code></p>
<p>Copy/paste the template into your favorite text editor and save it as &#8220;sideblog.tmpl.&#8221; Upload it to www.yourblog.com/wp-content/plugins/simplepie_plugin/templates/. Now that you have the plugin installed and the template updated, paste this code into your blog template where you want the sideblog to appear:</p>
<p><code>&lt;ul&gt;<br />
&lt;?php<br />
echo SimplePieWP('http://feeds.feedburner.com/wsc-sideblog', array(<br />
'items' =&gt; 5,<br />
'cache_duration' =&gt; 900,<br />
'date_format' =&gt; 'n/j/Y g:i A',<br />
'template' =&gt; 'sideblog'<br />
));<br />
?&gt;<br />
&lt;/ul&gt;</code></p>
<p>And your done!</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2007/11/04/using-simplepie-for-your-sideblog/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-09 03:12:49 by W3 Total Cache
-->