<?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>Reliti &#187; Plugins</title>
	<atom:link href="http://reliti.com/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://reliti.com</link>
	<description>Ramblings of a WordPress geek</description>
	<lastBuildDate>Sat, 23 Jul 2011 15:40:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Just A Tweet plugin</title>
		<link>http://reliti.com/2011/05/just-a-tweet-plugin/</link>
		<comments>http://reliti.com/2011/05/just-a-tweet-plugin/#comments</comments>
		<pubDate>Sun, 15 May 2011 22:05:24 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Just A Tweet]]></category>

		<guid isPermaLink="false">http://reliti.com/?p=132</guid>
		<description><![CDATA[For another site of mine I needed a way to display the latest Tweet in the header. Sure, there are probably hundreds of Twitter plugins for WordPress. And there&#8217;s also code all over the internet to do the same. But what I couldn&#8217;t find was one that cached. Without caching each time the page was [...]]]></description>
			<content:encoded><![CDATA[<p>For another site of mine I needed a way to display the latest Tweet in the header. Sure, there are probably hundreds of Twitter plugins for WordPress. And there&#8217;s also code all over the internet to do the same. But what I couldn&#8217;t find was one that cached.</p>
<p>Without caching each time the page was viewed my server would have had to hit Twitter and parse out the JSON; not a good solution. So this little plugin caches the request into the options table and only refreshes when needed. By default it&#8217;s every 5 minutes, but you can change that.</p>
<p><strong>Usage</strong></p>
<p><strong></strong>Upload the plugin to your wp-content/plugins folder and activate.</p>
<p>Insert &lt;?php just_a_tweet(&#8216;username&#8217;); ?&gt; into your theme where you&#8217;d like it to show up.</p>
<p>The just_a_tweet takes 4 parameters.</p>
<p>$twitterUser &#8211; Required &#8211; The Twitter user name of the account you want to use</p>
<p>$cacheAge &#8211; Optional &#8211; The number of minutes to wait until the cache is considered stale. Defaults to 5</p>
<p>$forceRefresh &#8211; Optional &#8211; If true, then the caching is not done. Defaults to false</p>
<p>$echo &#8211; Optional = If true the tweet is echoed. The function returns the tweet either way.</p>
<p><strong>Download</strong></p>
<p>Download from the <a href="http://wordpress.org/extend/plugins/just-a-tweet/">WordPress plugin library</a></p>
]]></content:encoded>
			<wfw:commentRss>http://reliti.com/2011/05/just-a-tweet-plugin/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Link Footnotes plugin</title>
		<link>http://reliti.com/2011/05/link-footnotes-plugin/</link>
		<comments>http://reliti.com/2011/05/link-footnotes-plugin/#comments</comments>
		<pubDate>Sun, 15 May 2011 11:54:45 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Link Footnotes]]></category>

		<guid isPermaLink="false">http://reliti.com/?p=127</guid>
		<description><![CDATA[Link Footnotes is a tiny, simple WordPress plugin that will create a list of all the external links in your posts and pages and append it to the bottom of your page. Once activated, there is no work required on your part. The plugin takes care of parsing any external links out of your content [...]]]></description>
			<content:encoded><![CDATA[<p>Link Footnotes is a tiny, simple WordPress plugin that will create a list of all the external links in your posts and pages and append it to the bottom of your page.</p>
<p>Once activated, there is no work required on your part. The plugin takes care of parsing any external links out of your content and adding them to the list.</p>
<p><strong>Options</strong></p>
<p>Default On &#8211; You can decide whether you want the plugin to display links by default. Either way you set this, it can be overridden on individual posts using a meta fields on your posts.</p>
<p>Heading &#8211; Allows you to set HTML displayed above your links. Default is &lt;h2&gt;Links&lt;/h2&gt;</p>
<p><strong>Meta Fields</strong></p>
<p>If there is content in either of these meta fields then they&#8217;ll trigger. lf_off takes precedence over lf_on.</p>
<p>lf_on &#8211; Force the links to display, even if default is off</p>
<p>lf_off &#8211; Force the links not to display</p>
<p><strong>Download</strong></p>
<p>You can <a href="http://bit.ly/mN5TQZ">download the Link Footnotes</a> plugin from the WordPress plugin library.</p>
]]></content:encoded>
			<wfw:commentRss>http://reliti.com/2011/05/link-footnotes-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto Future Post WordPress plugin</title>
		<link>http://reliti.com/2011/01/auto-future-post-wordpress-plugin/</link>
		<comments>http://reliti.com/2011/01/auto-future-post-wordpress-plugin/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 15:16:57 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Auto Future Date]]></category>

		<guid isPermaLink="false">http://reliti.com/?p=98</guid>
		<description><![CDATA[Looking for a way to automatically schedule posts for X number of days past your current latest post? On another blog I write a handful of posts at a time and schedule them out over several days.  But I have to keep going back and forth to the post list to check dates.  This plugin [...]]]></description>
			<content:encoded><![CDATA[<p>Looking for a way to automatically schedule posts for X number of days past your current latest post?</p>
<p>On another blog I write a handful of posts at a time and schedule them out over several days.  But I have to keep going back and forth to the post list to check dates.  This plugin adds a link to the new post page that will automatically set the date for the post you&#8217;re working on based on the last post on your site.  It&#8217;s a subtle little link.  Take a look at the screen shot to the right.  Notice where it says &#8216;Auto&#8217; next to &#8216;Edit&#8217;. Clicking that will run an Ajax call that will get the next date.</p>
<p><strong>Options</strong><br />
Two sets of options for you.</p>
<p><strong><img class="size-full wp-image-100 alignnone" title="autoPostScheduler2" src="http://reliti.com/wp-content/uploads/2011/01/autoPostScheduler2.png" alt="" width="380" height="255" /></strong></p>
<p>The start and end time are the earliest and latest times respectively that you want posts published. The plugin will pick a random time somewhere in between the two.</p>
<p>The day different between the last post and the newly scheduled post will be somewhere between min days and max days away from the current latest date.  In the example above the next post will always be 2 days after the current latest, but if you want a little more randomness you can enter different numbers.</p>
<p>One note: The plugin does not necessarily use the date of the last post.  If there is a future dated post it will schedule based on that date.  If there aren&#8217;t any future dated posts it will date based on the current date.</p>
<h2><span style="font-weight: normal;">Download</span></h2>
<p><span style="font-weight: normal;">Get <a href="http://wordpress.org/extend/plugins/auto-future-date/">Auto Future Date from the WordPress plugin library</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://reliti.com/2011/01/auto-future-post-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>rTwit &#8211; Insert any Twitter feed into a post</title>
		<link>http://reliti.com/2011/01/rtwit-insert-any-twitter-feed-into-a-post/</link>
		<comments>http://reliti.com/2011/01/rtwit-insert-any-twitter-feed-into-a-post/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 04:23:21 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[rTwit]]></category>

		<guid isPermaLink="false">http://reliti.com/?p=76</guid>
		<description><![CDATA[For another site I needed a way to insert Twitter feeds belonging to the developer of software that I&#8217;m blogging about.  The problem was that every existing plugin I found would only work with a single Twitter account, or stored each call in a single cache.  Not quite what I needed. What I did need [...]]]></description>
			<content:encoded><![CDATA[<p>For <a href="http://www.applelibre.com">another site</a> I needed a way to insert Twitter feeds belonging to the developer of software that I&#8217;m blogging about.  The problem was that every existing plugin I found would only work with a single Twitter account, or stored each call in a single cache.  Not quite what I needed.</p>
<p>What I did need was a way to select a Twitter account, get the most recent tweets, and cache those results to keep from going over the 150 request per hour limit imposed by Twitter.  And, of course, it helps page load time to pull from a cache whenever possible.</p>
<p><span id="more-76"></span>Enter rTwit.  With a short code you&#8217;ll be able to insert any Twitter feed into your page.</p>
<p><strong>Installation</strong><br />
Download the zip from the link below and unzip it to somewhere on your computer.</p>
<p>Upload the /rtwit/ folder to the /wp-content/plugins/ folder on your server.</p>
<p>Activate the rTwit plugin.</p>
<p>There are a few options under Settings -&gt; rTwit.  You&#8217;ll most likely want to set the default account, although it&#8217;s optional.</p>
<p><strong>Usage<br />
</strong><em>Note that there are no spaces after [ or before ].  I&#8217;m just putting them there so WordPress doesn&#8217;t try to format.</em></p>
<p>The short code for this plugin is [ rtwit ].  Using the default short code will pull the 10 most recent tweets from whatever default account you have set.</p>
<p>[ rtwit account=Bob123 ] or [ rtwit account="Bob123" ] will pull the 10 most recent tweets from Bob123&#8242;s account.</p>
<p>[ rtwit account=Bob123 count=20 ] will pull the 20 most recent tweets from Bob123&#8242;s account.</p>
<p><strong>Sample?</strong><br />
Need to see a sample?</p>
<p>You can see it in use by checking out this <a href="http://www.applelibre.com/2011/01/keeping-track-of-fleeting-thoughts-with-evernote/">post on Evernote</a> I wrote for another site of mine.<strong> </strong></p>
<p><strong>And a note&#8230;</strong><br />
This is a first release, and still may have bugs lingering.  Best I can say right now is that it&#8217;s working on the site I wrote it for.  Of course please let me know of any issues you come across.  <strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://reliti.com/2011/01/rtwit-insert-any-twitter-feed-into-a-post/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>attachmentList plugin for WordPress</title>
		<link>http://reliti.com/2009/08/attachmentlist-plugin-for-wordpress/</link>
		<comments>http://reliti.com/2009/08/attachmentlist-plugin-for-wordpress/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 16:59:59 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Attachment List]]></category>
		<category><![CDATA[rAttach]]></category>

		<guid isPermaLink="false">http://reliti.com/?p=68</guid>
		<description><![CDATA[This is a quick and simple plugin I cooked up for a site of mine.  I needed a way to allow site authors to attach files and have them available for download without the author having to do anything other than attach. To add a file simply add it as a post attachment just like [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick and simple plugin I cooked up for a site of mine.  I needed a way to allow site authors to attach files and have them available for download without the author having to do anything other than attach.</p>
<p>To add a file simply add it as a post attachment just like you would with an image.  Instead of inserting into the post you just close the media window once it&#8217;s been uploaded.  You may want to take a look at the <a href="http://blog.ftwr.co.uk/wordpress/mime-config/">mime-config</a> plugin if you&#8217;re going to be uploading non web file types.  WordPress tends to not like authors uploading some formats.</p>
<p><img class="alignnone size-full wp-image-69" style="border:1px solid silver; " title="screenShot1" src="http://reliti.com/wp-content/uploads/2009/08/screenShot1.gif" alt="screenShot1" width="271" height="86" /></p>
<p>PNG icons are from <a href="http://www.famfamfam.com/lab/icons/silk/">http://www.famfamfam.com/lab/icons/silk/</a><img src="file:///C:/Users/Ryan/AppData/Local/Temp/moz-screenshot-1.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://reliti.com/2009/08/attachmentlist-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

