Description
This plugin displays the twitter posts from a twitter account in the sidebar.
wpTwit is a PHP Twitter Reader based on lineTwit which was written for Line Digital and based upon myTwit by Ralph Slooten.
wpTwit was written by Chris Shennan.
Installation
- Upload the wpTwit directory to your ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure your sidebar widget in Apprearance -> Widgets
FAQ
Why am I receiving Twitter API limit exceeded messages?
This is most often due to write permissions. Please ensure write permission have been applied to the folder the cache files are to be created in.
The default for this is /wp-content/uploads/
wpTwit will create a sub-directory called twitter to store the cache files required for this plugin.
I am having problems getting this plugin to work
You can contact me via my website for support.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“wpTwit” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “wpTwit” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial Release
1.0.1
- Fixing some short php tag problems.