Computer Pranks, Tricks,Tips

Collection of the excellent Computer Pranks,Computer Tricks and articles.

Tuesday, October 18, 2011

How to add Google+1 Button in your web-site..!!

>>For this, 1.)Paste this code below the </head> or </body> tag of your website.
<script type=”text/javascript”
src=”https://apis.google.com/js/plusone.js”>
</script>

2.)Add any of these codes where you want to enter the Google +1 Button.
Style 1 : (Small 15px)
<g:plusone size=”small”></g:plusone>
 
Style 2 : (Medium 20px)
<g:plusone size=”medium”></g:plusone>

Style 3 : (Standard 24px)
<g:plusone></g:plusone>

Style 4 : (Tall 60px)
<g:plusone size=”tall”></g:plusone>

>n'joy friends..!!!

No comments: