Automatically add the Google +1 button
Adding this snippet to the functions.php of your wordpress theme will automatically add the Google +1 button to your wordpress posts. This is a great little snippet from ottopress.com
read moreEmbed Google books in your posts using shortcode
Adding the first snippet to the functions.php of your wordpress theme will let you use shortcode to embed google books. Just because it took me a while to find the ISBN number to embed a book. Look at the top right of the page when viewing a book for “About This Book”. Click on about this book and at the very bottom of the page you will find the ISBN number.
read moreGoogle charts shortcode, lines, xyline, sparkline, meter, scatter, venn, pie, pie2d
Adding this snippet to the functions.php of your wordpress theme will create a new shortcode that takes advantage of the Google charts API. This shortcode will let you display a range of charts “lines, xyline, sparkline, meter, scatter, venn, pie, pie2d” See the below shortcode example of a 3D pie chart. Change the type attribute in your shortcode to specify the type of graph you wish to display.
read morethis months featured snippets
Display search terms from google visitors
Adding this snippet to your wordpress template will let you display the google search terms visitors use to find your website.
read moreDisplay search terms from google
Add this PHP snippet to your wordpress theme. When users find your website via Google, the terms they used to find your site will be displayed.
read moreGoogle maps shortcode
Adding the first block of code to your functions.php will allow you to use shortcode to add google maps to your wordpress blog.
read moreAuto include Google analytics Code
Adding this PHP code snippet to the functions.php of your wordpress theme will add Google analytics, be sure to replace UA-XXXXXXX-X with your own google tracking code.
read moreDetect user from Google
Adding this PHP code to your wordpress theme will let you display a message to users that found your website via Google.
read more













