How to Add Google +1 Button in your WordPress Blog


How to Add Google +1 Button in your WordPress Blog

Google +1 Button helps Google to display relevant content—a website, a Google search result, or an ad—from the people they already know and trust. Adding the Google +1 button to your pages lets users recommend your content, knowing that their friends and contacts will see their recommendation when it’s most relevant—in the context of Google search results.

How to Add the Google +1 Button to your WordPress blog.
How to Add Google +1 Button in your WordPress Blog


Steps to Add the +1 Button to your WordPress posts

The process of adding the +1 Button to your post pages finishes within 6 – 7 baby steps as mentioned below.

Visit the Google +1 Button page.
Now, in the ‘Create a custom Button‘ section; select the button size you want and also the language from the dropdown.
Since we are adding the Google +1 Button in WordPress, you don’t need to fill the URL parameters located in the Advanced options. The reason for this is that, WordPress uses Canonical URLs and the Google +1 Button is functioned to get the URL of the page from the canonical field.
If you want the count to be displayed along side the Google +1 Button then Enable it.
Now, go to your theme’s Single page file i.e. Generally single.php. and paste this code
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
just before the closing <body> tag.
You can also paste that code in the header.php file, but then it’s always good to include scripts at the footer section of your blog.
Now, paste this short code
<g:plusone size="tall"></g:plusone>
where you want the Google +1 Button to be displayed i.e. beside or above your posts.

wast it that hard? , just grab your Google +1 Button code after proper configuration and follow the above steps to add it in WordPress
Referance:enbeeone3.com