Googl Generator

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.

Author:Marcos Esperon (profile at wordpress.org)
WordPress version required:2.0.0
WordPress version tested:2.8
Plugin version:0.6
Added to WordPress repository:16-01-2010
Last updated:02-06-2010
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.dolcebita.com/wordpress/googl-gene...
Total downloads:1 830
Active installs:10+
plugin download
Click to start download

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:

<?php googl_generator('URL'); ?>

Replacing URL string by the URL you want to became short. For example:

<?php googl_generator(get_permalink()); ?>

Or use the meta option:

<?php get_post_meta($post->ID, 'googl_short_url', true); ?>