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’t been updated in at least 30 minutes and with a limit of 5 twitter profiles per request.
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.
I am also working on a couple more usefull plugins which should be coming along soon..
- Post Filters
Gives you the ability to have posts ..- Skip the Frontpage
- Act as a sticky on Category pages (and -only- on Category pages)
- Raw Posts
Will process posts EXACTLY the way you edit them in the wysiwyg editor, it bypasses the wordpress filters completely.
This will quite definitely create conflict with plugins that rely on Wordpress’ filtering. - Raw Syntaxhighlighter
Source code highlighter that works with the Raw Posts plugin
I’m also working on a PDO wrapper to make it’s functionality more accessible, though this is of course not related to Wordpress in any way.