How to Add the GooglePlus +1 Button to Your WordPress Posts

Google +1 Webmaster Dev Page
plusone
Certain code snippets need changed slightly to add to a wordpress site.
Edit theme footer.php and insert the following just before the closing body tag:

This calls the Google Analytics tracker into play.  Now open your theme Single Post single.php and add the following snippet:

size can equal small, medium, tall or leave out all together for standard
count equals true shows the number of +1 votes, equals false hides that from your page
callback adds site tracking analytic data for Google +1 clicks that can be viewed in Google Analytics.

How to Google, Better

I came across the Google Guide Advanced Operators Reference today and it reminded me just how powerful Google searching can be.  Here is a quick rundown of how to use a few of the more useful operators.
Did you know Google can quickly give you the five day forecast by simply typing in “Weather”?  It pulls geographic location data from your ISP IP address, so it may show the wrong city (in my case, it pulls up Indianapolis and not Bloomington).  That’s ok, just type in “weather in bloomington in”.  That was easy.  Google figured out what I needed by the “o” in Bloomington 😉
googleweather
Other search operations to try (these should be fairly self explanatory):

Continue reading “How to Google, Better”