=== Goo.gl === Contributors: kovshenin Donate link: http://kovshenin.com/ Tags: links, twitter, short, url, socialmedia, permalinks, redirect, trim, identi.ca, microblogging, shorturl, canonical, analytics Requires at least: 3.0 Tested up to: 3.1.1 Stable tag: 1.3 Uses Google's URL Shortener API (Goo.gl) to create short links for your WordPress posts. == Description == Google has launched a URL Shortener API (Goo.gl) - one of the fastest and most reliable URL shortners out there. This plugin creates goo.gl short URLs for your posts, which then could be retrieved using the "Get Shortlink" button in your admin UI or the `wp_get_shortlink()` WordPress function. Goo.gl links analytics also available! Requires PHP5, WP_Http (curl, external fopen, etc) and preferably HTTPS! == Installation == 1. Upload archive contents to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. You're done! == Frequently Asked Questions == Feel free to ask ;) == Screenshots == 1. Shortened URLs 2. Posts List and Analytics == Change log == = 1.3 = * Fixing for when WP_DEBUG is true * Fixing glitch on 404 pages * Returns goo.gl shortlink for front page too * Updates goo.gl shortlink on post update (for when permalink is changed) = 1.2 = * Minor bug fixing for failback * WordPress 3.1 compatibility check = 1.1 = * Some code refactoring * Posts list now with short links * Links to Analytics = 1.0 = * Hurray