>
Download This Plugin | |
Download Elegant Themes | |
Name | Googl Generator |
Version | 0.6 |
Author | Marcos Esperon |
Rating | 0 |
Last updated | 2010-06-02 04:39:00 |
Downloads |
1531
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Googl Generator plugin added 362 bytes of resources to the Home page and 34 bytes of resources to the sample Post page.
Googl Generator plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Googl Generator plugin ads no tables to your Wordpress blog database.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); ?>