Showing posts with label Priyank. Show all posts
Showing posts with label Priyank. Show all posts

Monday, June 20, 2011

How to Add Google Plus one (+1) Button to Website/Blogs


The Plus One (+1) button, Google’s new experiment, is shorthand for “this is pretty cool” or “you should check this out.”  By clicking Plus One (+1), you can to publicly give something your stamp of approval. Your vote can help friends, contacts, and others on the web find the best stuff when they search.
Plus One (+1) will be integrated directly into Google’s search engine, and will serve pretty much the same purpose as a Facebook ‘Like’ does. But it is not like face where you should go and and post your like or dislike. The Plus One (+1) button, you can keep on any website/blog. Here we explain implementation of Plus One (+1) button.
Implement Plus One (+1) button to your website
The implementation is very simple and you get started instantly by using this default code where you want the Google Plus One (+1) button to appear. You just  require to insert two line of codes to your HTML.
1. Insert the following javascript code to your <head> tag.
<script type= "text/javascript" src= "http://apis.google.com/js/plusone.js"></script>
2. Insert the following tag to the place where you want the button to appear.
<g:plusone> </g:plusone>