Description
Loads recent twitter messages to the tweet custom post type.
The plugin uses wp_schedule_event to update your tweets hourly. If this does not work for you, setup a cronjob for this url:
http://www.domain.com/db-twitter/get_tweets/
The plugin is using version 1.1 of the Twitter API.
Installation
- Upload
db-twitterto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Click the
Tweetsoption in the admin menu
FAQ
How do I get the tweets onto my page?
Tweets can be requested with the WP_Query since they are saved as a regular Custom Post Type.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“DB – Twitter” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “DB – Twitter” 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.2
- Changed issue tracker URL
1.0.1
- Fixed minor bug with duplicates
1.0.0
- Created the twitter plugin