=== untco === Contributors: ruanyf Donate link: http://www.ruanyifeng.com/ Tags: twitter, url Requires at least: 1.5.0 Tested up to: 3.4.1 Stable tag: trunk When a post is created automatically from a tweet, this plugin will unshorten all t.co short URLs in the tweet into their original URLs. == Description == Twitter uses t.co short URLs in all tweets. All links will be forcedly converted into t.co domain which is ugly, troublesome and blocked in my hometown China (Damned). This plugin will help you get rid of t.co. It is based on Twitter Tools. When a post is created automatically from a tweet, this plugin will unshorten all t.co short URLs in the tweet. == Installation == IMPORTANT: You should install Twitter Tools (http://wordpress.org/extend/plugins/twitter-tools/) firstly. ###Manual Installation### Extract all files from the ZIP file, **making sure to keep the file/folder structure intact**, and then upload it to `/wp-content/plugins/`. ###Automated Installation### Visit Plugins -> Add New in your admin area and search for this plugin. Click "Install". ###Plugin Usage### Just enable the plugin! == Upgrade Notice == Just overwrite the previous files. == Screenshots == None == Frequently Asked Questions == = A question that you might have = Drop me an Email (yifeng.ruan@gmail.com). == Changelog == = 0.3 = * Support unshortening https URL. * Adapt the altering of HTTP response head from t.co. * Fix some bugs. = 0.2 = Change it into being based upon Twitter Tools. It worked, so I release it. = 0.1 = Initial coding. The original thought is to add it into "publish_post" hook.