=== Get Latest Tweets === Author URI: http://paulschreiber.com/ Plugin URI: http://paulschreiber.com/blog/2011/02/11/how-to-display-tweets-on-a-wordpress-page/ Contributors: paulschreiber Tags: get_latest_tweets, tweet, tweets, twitter, formatting, list, shortcode Requires at least: 3.0.4 Tested up to: 4.3.1 Stable tag: 0.3 Adds a shortcode tag [get_latest_tweets username='somename'] to display an excerpt from your latest blog post. == Description == This plugin adds the ability to put a shortcode tag in any static page or post and have it display the latest tweets for a particular twitter user. It generates markup like this, which you can style as desired: == Installation == 1. Upload the plugin to the `/wp-content/plugins/` directory and unzip it. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. Create 'wp-content/cache/latest_tweets/' and make sure it is writable by the web server. 1. Put your Twitter credentials in twitter.api.keys.json. Make sure this file is *not* world-readable. You can get these from 1. Place `[get_latest_tweets username="somename"]` in your pages. == Changelog == = 0.3 = * More WordPress VIP coding standards * refactored in to class * when JSON contains an error, output it * updated "tested up to" to 4.3.1 = 0.2.2 = * WordPress VIP coding standards; updated "tested up to" to 4.1 = 0.2.1 = * "Tested up to" updated to 3.9.1 = 0.2.0 = * Now uses version 1.1 of the Twitter API -- requires Twitter API credentials = 0.1.3 = * Fix "Tested up to" and make sure version numbers sync up = 0.1.2 = * Updated for new twitter API (thanks, @byjuhohn) = 0.1.1 = * Fixed tweet permalinks (credit: Wouter den Boer) = 0.1 = * Initial release.