Google has launched +1 button which helps users to publicly show what you like or recommend on the web. +1 button can be placed on any webpage on web and will make users understand the importance of a particular webpage. Since there exists so many clones of one information on the web, +1 button will make it easy for others to determine the trusted information.
When you +1 a page on web, the +1 button will turn blue and the same +1 will be added to the +1’s tab of your profile. +1 for web is a public action and it’s visible to all the users includings your friends. You can control the visibility of the +1’s tab.
+1 button is customizable and it’s available in 4 different sizes of 15px, 20px, 24px and 60px.
When you +1 a page on web, the +1 button will turn blue and the same +1 will be added to the +1’s tab of your profile. +1 for web is a public action and it’s visible to all the users includings your friends. You can control the visibility of the +1’s tab.
+1 button is customizable and it’s available in 4 different sizes of 15px, 20px, 24px and 60px.
Google +1 Button on WordPress Blogs
Google has made it simple for the installation of +1 button on your WordPress blogs. You need to follow the two settings mentioned below –- Go to header.php and search for </head> and immediately before that place the following code
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
- The next move is to add +1 button for rendering, so put the following code in widget or where ever you want.
<g:plusone></g:plusone>
Google +1 Button on Blogger Blogs
- For +1 button installation on blogger blog, go to your blog, click on Design > Edit HTML and search for <head> and paste the following code
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
- Now the next step is to place Google +1 button in the post area. To do that place the below code in coding part where you want the +1 button to render.
<g:plusone></g:plusone>
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.