Rate this script:  I Love it  /   I Hate it

Googleit WordPress Plugin


Code


<?php
/*
Plugin Name: Googleit
Plugin URI: http://lordrich.com/archives/2005/04/02/just-google-it/
Description: Link to google for the current title.  Usage: google_it();
Version: 0.1
Author: Richard Kirkcaldy
Author URI: http://lordrich.com
*/


function google_it(){
        $google = '<a href="http://www.google.com/search?q='.get_the_title().'">Google It</a>';
        echo $google;
        }
?>
 

 

 
Googleit WordPress Plugin scripts | Googleit WordPress Plugin snippet | Googleit WordPress Plugin example | Googleit WordPress Plugin tutorial | Googleit WordPress Plugin code