=== Googl Generator === Contributors: Marcos Esperon Tags: short url, url, url generator, google, goo.gl, tiny url Requires at least: 2.0.0 Tested up to: 2.8 Stable tag: 0.6 Returns short URL based on Goo.gl using Matthew Flaschen web service. It can return the short URL as text, link, input type or a QR Code. == Description == Returns short URL based on Goo.gl using Matthew Flaschen web service. Just activate the plugin and visit settings panel to configure the output. Yoy can use this call too in your theme: `` Replacing URL string by the URL you want to became short. For example: `` Or use the meta option: `ID, 'googl_short_url', true); ?>` == Installation == 1. Upload the googl-generator folder to your wp-content/plugins/ directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Use settings panel to configure the output or call the function inside your theme. == Screenshots == 1. URL example 2. Settings panel 3. QR Code mode 4. The shorted URL is saved in a meta field. == Changelog == = 0.6 = * Feed option. = 0.5 = * Save the shortened URL in a meta field of the post. = 0.4 = * Support for QR Code mode. = 0.3 = * Settings panel. * Include URL automatically in post content. You can select position: before, after or both. * Three output modes: text plain, link or input. * Include URL in pages and front view (home). = 0.2 = * Alternative method without cURL extension. = 0.1 = * Initial release.