=== DB - Twitter === Contributors: Direct Basing Tags: twitter, tweets Requires at least: 3.0 Tested up to: 4.3.1 Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Loads recent twitter messages to the `tweet` custom post type == 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 == 1. Upload `db-twitter` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Click the `Tweets` option in the admin menu == Frequently Asked Questions == = 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. == Changelog == = 1.0.2 = * Changed issue tracker URL = 1.0.1 = * Fixed minor bug with duplicates = 1.0.0 = * Created the twitter plugin