=== ZigTweets === Tags: zigtweets, zig, recent tweets, twitter widget, twitter api v1.1, cache, twitter, tweets, social media Requires at least: 4.0 Tested up to: 4.3 Stable tag: 0.2 Fork of the Recent Tweets Widget plugin by Noah Kagan == Description == NOTE: ZigTweets requires PHP 5.3! WordPress 4.3 compatible fork of the Recent Tweets Widget plugin for Twitter API v1.1 with Cache. It uses the new Twitter API v1.1 and stores tweets in the cache. It means that it will read status messages from your database and it doesn't query Twitter.com for every page load so you won't be rate limited. You can set how often you want to update the cache. == Installation == 1. Unzip the downloaded zip file. 2. Upload the `zigtweets` folder and its contents into the `wp-content/plugins/` directory of your WordPress installation 3. Activate ZigTweets from Plugins page. 4. Go to your Widgets menu, add ZigTweets` widget to a widget area. 5. Visit [https://apps.twitter.com/](https://apps.twitter.com/ "Twitter") in a new tab, sign in with your account, click on `Create a new application` and create your own keys if you haven't already. 6. Fill all your widget settings. 7. Enjoy your new Twitter feed! :) == Frequently Asked Questions == = How can I get Consumer Key, Consumer Secret, Access Token and Access Token Secret? = You will need to visit [https://apps.twitter.com/](https://apps.twitter.com/ "Twitter"), sign in with your account and create your own keys. == Changelog == = 0.2 = * Demoted admin page from top level to settings section * Improved folder structure of plugin * Made code object-oriented to avoid namespace clashes * Proper uninstall file to remove options when plugin removed (not when deactivated) * Updated admin page content * Restructured storage in options table * Set minimum PHP version to 5.3 (ZigPress policy) with graceful self-deactivation on older versions = 0.1 = * First forked version of Recent Tweets Widget * Made it WordPress 4.3 compatible * Removed SumoMe marketing content