<?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>Naatan.com - Opensource Web Developer &#187; Twitter Status</title>
	<atom:link href="http://naatan.com/category/wordpress/plugins/twitter-status/feed/" rel="self" type="application/rss+xml" />
	<link>http://naatan.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 23 Jul 2009 02:35:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter Status Wordpress Plugin</title>
		<link>http://naatan.com/2008/11/twitter_status/</link>
		<comments>http://naatan.com/2008/11/twitter_status/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 17:22:55 +0000</pubDate>
		<dc:creator>Naatan</dc:creator>
				<category><![CDATA[Twitter Status]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://naatan.com/?p=150</guid>
		<description><![CDATA[Index

Description
Features
Installation
Usage
Download
Changelog
Support


Description
Twitter Status is a very simple no-fuzz plugin that gets the current Twitter message from the Twitter ID specified, when someone visits your website there will be an ajax script running in the background doing a GET request every 30 seconds, this request will trigger the Plugin to get all Author profiles with a twitter [...]]]></description>
			<content:encoded><![CDATA[<h3><img class="alignright size-full wp-image-166" title="screenshot2" src="http://naatan.com/wp-content/uploads/2008/11/screenshot2.png" alt="screenshot2" width="199" height="115" />Index</h3>
<ul>
<li><a href="#description">Description</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#installation">Installation</a></li>
<li><a href="#usage">Usage</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#changelog">Changelog</a></li>
<li><a href="#support">Support</a></li>
</ul>
<p><a name="description"></a></p>
<h3>Description</h3>
<p>Twitter Status is a very simple no-fuzz plugin that gets the current Twitter message from the Twitter ID specified, when someone visits your website there will be an ajax script running in the background doing a GET request every 30 seconds, this request will trigger the Plugin to get all Author profiles with a twitter ID, and update their Twitter status, given that they haven&#8217;t been updated in at least 30 minutes and with a limit of 5 twitter profiles per request.</p>
<p>You can change these settings by editing the plugin file (before activating it).. the settings are easily accessible, no knowledge of PHP required.. I will incorporate a configuration page in future versions, for now I wanted to make an initial release that&#8217;s down to the complete basics.<br />
<a name="features"></a></p>
<h3>Features</h3>
<ul>
<li>Ajax powered</li>
<li>Get Twitter status by;
<ul>
<li>Twitter ID</li>
<li>User ID</li>
<li>Username</li>
</ul>
</li>
</ul>
<p><a name="installation"></a></p>
<h3>Installation</h3>
<p>Unzip the twitter-status folder into your plugins folder and activate the plugin in your admin cp.<br />
<a name="usage"></a></p>
<h3>Usage</h3>
<p>After installing, edit the author profiles in wp-admin that you would like to assign a Twitter profile to.</p>
<p>You can use the following tags in your templates:</p>
<pre title="code" class="php">

&lt;?php twitter('Username') ?&gt;
</pre>
<pre title="code" class="php">

&lt;?php twitter('twitter_id=xxxx') ?&gt;
</pre>
<pre title="code" class="php">

&lt;?php twitter('user_id=xxxx') ?&gt;
</pre>
<p>These functions will all echo the current status stored in the Database for the given user.</p>
<p>You can use the following function to get the twitter status DIRECTLY from twitter, but keep in mind that using this will cause a delay in the loadtime of the page;</p>
<pre title="code" class="php">

&lt;?php echo twitter_status_get('xxx') ?&gt;
</pre>
<p>For &#8220;xxx&#8221; enter the twitter ID.<br />
<a name="download"></a></p>
<h3>Download</h3>
<p><code>
<ul>
<li><a href="http://naatan.com/wp-content/plugins/download-monitor/download.php?id=1" title="Version 1.0 downloaded 405 times" >Twitter Status v1.0 (405)</a></li>
<li><a href="http://naatan.com/wp-content/plugins/download-monitor/download.php?id=3" title="Version 1.0.1 downloaded 414 times" >Twitter Status v1.0.1 (414)</a></li>
<li><a href="http://naatan.com/wp-content/plugins/download-monitor/download.php?id=5" title="Version 1.0.2 downloaded 574 times" >Twitter Status v1.0.2 (574)</a></li>
<li><a href="http://naatan.com/wp-content/plugins/download-monitor/download.php?id=6" title="Version 1.0.3 downloaded 576 times" >Twitter Status v1.0.3 (576)</a></li>
<li><a href="http://naatan.com/wp-content/plugins/download-monitor/download.php?id=7" title="Version 1.0.3b downloaded 455 times" >Twitter Status v1.0.3b (455)</a></li>
</ul>
<p></code><br />
<a name="changelog"></a></p>
<h3>Changelog</h3>
<ul>
<li><strong>Version 1.0.3 &#8211; November 18, 2008</strong>
<ul>
<li>Modified folder structure</li>
</ul>
</li>
<li><strong>Version 1.0.2 &#8211; November 18, 2008</strong>
<ul>
<li>Fixed bug for layouts that don&#8217;t have jquery enabled by default</li>
</ul>
</li>
<li><strong>Version 1.0.1 &#8211; November 17, 2008</strong>
<ul>
<li>Made WP 2.6 Compatible</li>
</ul>
</li>
<li><strong>Version 1.0 &#8211; November 13, 2008</strong>
<ul>
<li>Initial Release</li>
</ul>
</li>
</ul>
<p><a name="support"></a></p>
<h3>Support</h3>
<p>For bugs, general support and feature requests please refer to the <a href="http://bugs.naatan.com/index.php?project=4" target="_blank">bug tracker</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://naatan.com/2008/11/twitter_status/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter Status 1.0.1 Fix</title>
		<link>http://naatan.com/2008/11/twitter-status-101-fix/</link>
		<comments>http://naatan.com/2008/11/twitter-status-101-fix/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 23:57:56 +0000</pubDate>
		<dc:creator>Naatan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Twitter Status]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bugfix]]></category>

		<guid isPermaLink="false">http://naatan.com/?p=221</guid>
		<description><![CDATA[My apologies to those who installed Twitter Status and didn&#8217;t get it working, unfrotunately I did all my testing in Wordpress 2.7 and didn&#8217;t notice it was incompatible with 2.6.
You can get the latest version from the plugin page or Wordpress.org..
Hope this version works properly for everyone.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-222" title="tools-report-bug" src="http://naatan.com/wp-content/uploads/2008/11/tools-report-bug.png" alt="tools-report-bug" width="128" height="128" />My apologies to those who installed Twitter Status and didn&#8217;t get it working, unfrotunately I did all my testing in Wordpress 2.7 and didn&#8217;t notice it was incompatible with 2.6.</p>
<p>You can get the latest version from the <a href="http://naatan.com/category/wordpress/plugins/twitter-status/">plugin page</a> or <a rel="nofollow" href="http://wordpress.org/extend/plugins/twitter-status/" target="_blank">Wordpress.org</a>..</p>
<p>Hope this version works properly for everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://naatan.com/2008/11/twitter-status-101-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Wordpress Plugin: Twitter Status</title>
		<link>http://naatan.com/2008/11/new-wordpress-plugin-twitter-status/</link>
		<comments>http://naatan.com/2008/11/new-wordpress-plugin-twitter-status/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 18:36:23 +0000</pubDate>
		<dc:creator>Naatan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Twitter Status]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://naatan.com/?p=194</guid>
		<description><![CDATA[Twitter Status is a very simple no-fuzz plugin that gets the current Twitter message from the Twitter ID specified, when someone visits your website there will be an ajax script running in the background doing a GET request every 30 seconds.
This request will trigger the Plugin to get all Author profiles with a twitter ID, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://naatan.com/category/wordpress/plugins/twitter-status/"><img class="alignright size-full wp-image-166" title="Screenshot" src="http://naatan.com/wp-content/uploads/2008/11/screenshot2.png" alt="Screenshot" width="199" height="115" /></a><a href="http://naatan.com/category/wordpress/plugins/twitter-status/">Twitter Status is a very simple no-fuzz plugin</a> that gets the current Twitter message from the Twitter ID specified, when someone visits your website there will be an ajax script running in the background doing a GET request every 30 seconds.<br />
This request will trigger the Plugin to get all Author profiles with a twitter ID, and update their Twitter status, given that they haven’t been updated in at least 30 minutes and with a limit of 5 twitter profiles per request.</p>
<p>You can change these settings by editing the plugin file (before activating it).. the settings are easily accessible, no knowledge of PHP required.. I will incorporate a configuration page in future versions, for now I wanted to make an initial release that’s down to the complete basics.</p>
<p>I am also working on a couple more usefull plugins which should be coming along soon..</p>
<ul>
<li><strong>Post Filters</strong><br />
Gives you the ability to have posts ..&nbsp;</p>
<ul>
<li>Skip the Frontpage</li>
<li>Act as a sticky on Category pages (and -only- on Category pages)</li>
</ul>
</li>
<li><strong>Raw Posts</strong><br />
Will process posts EXACTLY the way you edit them in the wysiwyg editor, it bypasses the wordpress filters completely.<br />
This will quite definitely create conflict with plugins that rely on Wordpress&#8217; filtering.</li>
<li><strong>Raw Syntaxhighlighter</strong><br />
Source code highlighter that works with the Raw Posts plugin</li>
</ul>
<p>I&#8217;m also working on a PDO wrapper to make it&#8217;s functionality more accessible, though this is of course not related to Wordpress in any way.</p>
]]></content:encoded>
			<wfw:commentRss>http://naatan.com/2008/11/new-wordpress-plugin-twitter-status/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
